@charset "UTF-8";

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

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: #e7e5df;
}

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;
  background: #1f3431;
  color: #fafafa;
}

.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: #999;
}

::-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%;
    overflow: hidden;
  }
}

/* 头部 底部 */
.header {
  width: 100%;
  background: #000;
}

.header .dominant {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header .dominant .headLogo a img {
  height: 50px;
}

.header .dominant .headNav {
  flex: 1;
  overflow: auto;
}

.header .dominant .headNav ul {
  display: flex;
  gap: 20px;
}

.header .dominant .headNav ul li {
  border-bottom: 3px solid transparent;
}

.header .dominant .headNav ul li a {
  display: block;
  padding: 30px 20px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
}

.header .dominant .headNav ul li:hover,
.header .dominant .headNav ul li.active {
  border-bottom-color: #feddac;
}

.header .dominant .headNav ul li:hover a,
.header .dominant .headNav ul li.active a {
  color: #feddac;
}

@media screen and (max-width: 1000px) {
  .header .dominant {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .header .dominant {
    flex-direction: column;
    gap: 0rem;
    padding: 0.26667rem 0.13333rem 0;
  }

  .header .dominant .headLogo a img {
    height: 0.66667rem;
  }

  .header .dominant .headNav {
    width: 100%;
    flex: auto;
  }

  .header .dominant .headNav ul {
    gap: 0.26667rem;
  }

  .header .dominant .headNav ul li {
    border-bottom-width: 0.04rem;
  }

  .header .dominant .headNav ul li a {
    padding: 0.4rem 0.26667rem;
    font-size: 0.32rem;
  }
}

.footer {
  width: 100%;
  height: fit-content;
  background: #000;
  padding: 50px 0;
  box-sizing: border-box;
  border-top: 3px solid transparent;
  position: relative;
}

.footer::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #666f2d;
}

.footer .cooperate {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 25px;
}

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

.footer .cooperate .market strong {
  font-weight: bold;
}

.footer .cooperate .market ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer .impact {
  text-align: center;
  line-height: 24px;
}

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

@media screen and (max-width: 768px) {
  .footer {
    padding: 0.66667rem 0.13333rem;
    border-top-width: 0.04rem;
  }

  .footer::before {
    top: -0.04rem;
    height: 0.04rem;
  }

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

  .footer .cooperate .market {
    gap: 0.26667rem;
  }

  .footer .cooperate .market strong {
    font-size: 0.32rem;
  }

  .footer .cooperate .market ol {
    gap: 0.13333rem;
  }

  .footer .cooperate .market ol li a {
    font-size: 0.32rem;
  }

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

.missile {
  width: 60px;
  position: fixed;
  bottom: 30%;
  cursor: pointer;
  z-index: 99998;
  right: 3%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.missile.active_goTop {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.missile img {
  width: 100%;
}

.missile:hover {
  animation: rubberBand 0.8s;
}

@media screen and (max-width: 768px) {
  .missile {
    width: 1.33333rem;
  }
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

/* 提取 */
.cupFinal {
  width: 100%;
  height: fit-content;
}

.cupFinal.restrict {
  max-height: 820px;
  overflow-y: auto;
}

.cupFinal ul li {
  display: grid;
  grid-template-columns: 2fr 3fr 2fr;
  align-items: center;
  background: #333;
  padding: 10px;
  border-bottom: 1px solid #474747;
}

.cupFinal ul li:last-child {
  border-bottom: none;
}

.cupFinal ul li .rudiments {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
}

.cupFinal ul li .rudiments .kernel {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cupFinal ul li .rudiments .kernel .gameTime time {
  font-size: 12px;
}

.cupFinal ul li .rudiments .kernel .gameTime time.treat {
  font-size: 16px;
  margin-right: 3px;
}

.cupFinal ul li .rudiments .kernel .tournament a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cupFinal ul li .rudiments .kernel .tournament a img {
  width: 30px;
}

.cupFinal ul li .rudiments .kernel .tournament a span {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cupFinal ul li .rudiments .formal {
  width: 100%;
}

.cupFinal ul li .rudiments .formal a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.cupFinal ul li .rudiments .formal a .svg-icon {
  font-size: 18px;
}

.cupFinal ul li .compete {
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 2fr 3fr;
}

.cupFinal ul li .compete .elite a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cupFinal ul li .compete .elite a img {
  width: 30px;
}

.cupFinal ul li .compete .elite a strong {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cupFinal ul li .compete .elite:first-child a strong {
  text-align: right;
}

.cupFinal ul li .compete .panel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.cupFinal ul li .compete .panel span {
  font-size: 16px;
}

.cupFinal ul li .actuality {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.cupFinal ul li .actuality .edgeInfo a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.cupFinal ul li .actuality .edgeInfo a img {
  width: 30px;
}

.cupFinal ul li .actuality .exciting a {
  display: flex;
  justify-content: end;
}

.cupFinal ul li .actuality .exciting a img {
  width: 25px;
}

.cupFinal ul li .actuality .loader {
  width: 24px;
  height: 24px;
  border: 3px dotted #fff;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}

.cupFinal ul li .actuality .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted #ff3d00;
  border-style: solid solid dotted;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}

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

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

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

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

.cupFinal ul li .actuality .loading-wave {
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3px;
}

.cupFinal ul li .actuality .loading-wave .loading-bar {
  width: 3px;
  background-color: #3498db;
  animation: loading-wave-animation 1s ease-in-out infinite;
}

.cupFinal ul li .actuality .loading-wave .loading-bar:nth-child(2) {
  animation-delay: 0.1s;
}

.cupFinal ul li .actuality .loading-wave .loading-bar:nth-child(3) {
  animation-delay: 0.2s;
}

.cupFinal ul li .actuality .loading-wave .loading-bar:nth-child(4) {
  animation-delay: 0.3s;
}

@keyframes loading-wave-animation {
  0% {
    height: 8px;
  }

  50% {
    height: 15px;
  }

  100% {
    height: 8px;
  }
}

.cupFinal ul li:hover {
  background: #feddac;
}

.cupFinal ul li:hover .rudiments .kernel .gameTime time {
  color: #110f0b;
}

.cupFinal ul li:hover .rudiments .kernel .tournament a span {
  color: #110f0b;
}

.cupFinal ul li:hover .rudiments .formal a strong,
.cupFinal ul li:hover .rudiments .formal a .iconfont {
  color: #110f0b;
}

.cupFinal ul li:hover .compete .elite a strong {
  color: #110f0b;
}

.cupFinal ul li:hover .compete .panel span {
  color: #110f0b;
}

.cupFinal ul li:hover .actuality .edgeInfo a span {
  color: #110f0b;
}

.cupFinal ul li:hover .actuality .loader {
  border-color: #333;
}

@media screen and (max-width: 768px) {
  .cupFinal.restrict {
    max-height: 16rem;
  }

  .cupFinal ul {
    gap: 0.06667rem;
  }

  .cupFinal ul li {
    grid-template-columns: auto;
    gap: 0.13333rem;
    padding: 0.13333rem;
  }

  .cupFinal ul li .rudiments {
    gap: 0;
    align-items: unset;
  }

  .cupFinal ul li .rudiments .kernel {
    gap: 0.13333rem;
  }

  .cupFinal ul li .rudiments .kernel .gameTime time {
    font-size: 0.32rem;
  }

  .cupFinal ul li .rudiments .kernel .gameTime time.treat {
    font-size: 0.34667rem;
    margin-right: 0.04rem;
  }

  .cupFinal ul li .rudiments .kernel .tournament a {
    gap: 0.13333rem;
  }

  .cupFinal ul li .rudiments .kernel .tournament a img {
    width: 0.4rem;
  }

  .cupFinal ul li .rudiments .kernel .tournament a span {
    font-size: 0.32rem;
  }

  .cupFinal ul li .rudiments .formal a {
    justify-content: end;
    gap: 0.06667rem;
  }

  .cupFinal ul li .rudiments .formal a .iconfont {
    font-size: 0.34667rem;
  }

  .cupFinal ul li .rudiments .formal a strong {
    font-size: 0.32rem;
  }

  .cupFinal ul li .compete .elite a {
    gap: 0.13333rem;
  }

  .cupFinal ul li .compete .elite a img {
    width: 0.4rem;
  }

  .cupFinal ul li .compete .elite a strong {
    font-size: 0.32rem;
  }

  .cupFinal ul li .compete .panel {
    gap: 0.13333rem;
  }

  .cupFinal ul li .compete .panel span {
    font-size: 0.32rem;
  }

  .cupFinal ul li .actuality .edgeInfo a {
    gap: 0.06667rem;
    justify-content: start;
  }

  .cupFinal ul li .actuality .edgeInfo a img {
    width: 0.4rem;
  }

  .cupFinal ul li .actuality .edgeInfo a span {
    font-size: 0.32rem;
  }

  .cupFinal ul li .actuality .exciting a img {
    width: 0.33333rem;
  }

  .cupFinal ul li .actuality .loader {
    width: 0.32rem;
    height: 0.32rem;
    border-width: 0.04rem;
  }

  .cupFinal ul li .actuality .loader::after {
    border-width: 0.04rem;
    width: 0.16rem;
    height: 0.16rem;
  }

  .cupFinal ul li .actuality .loading-wave {
    height: 0.26667rem;
    gap: 0.04rem;
  }

  .cupFinal ul li .actuality .loading-wave .loading-bar {
    width: 0.06667rem;
  }

  @keyframes loading-wave-animation {
    0% {
      height: 0.13333rem;
    }

    50% {
      height: 0.26667rem;
    }

    100% {
      height: 0.13333rem;
    }
  }
}

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

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

.nominate ul.casual {
  grid-template-columns: repeat(2, 1fr);
}

.nominate ul.casual li {
  background: #333;
}

.nominate ul.casual li .specify p {
  color: #fff;
}

.nominate ul li {
  width: 100%;
  background: #fff;
}

.nominate ul li .flyPost {
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.nominate ul li .flyPost img {
  width: 100%;
  height: 100%;
}

.nominate ul li .flyPost img.point {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}

.nominate ul li .specify {
  width: 100%;
  height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
}

.nominate ul li .specify p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  color: #333;
}

.nominate ul li .specify .collect {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nominate ul li .specify .collect .material {
  display: flex;
  align-items: center;
  gap: 5px;
}

.nominate ul li .specify .collect .material img {
  width: 15px;
}

.nominate ul li .specify .collect .material time,
.nominate ul li .specify .collect .material span {
  color: #9e9e9e;
}

.nominate ul li:hover .specify {
  background: #feddac;
}

.nominate ul li:hover .specify p {
  color: #100e0b;
}

.nominate ul li:hover .specify .collect .material time,
.nominate ul li:hover .specify .collect .material span {
  color: #100e0b;
}

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

  .nominate ul li .flyPost {
    height: 2.66667rem;
  }

  .nominate ul li .flyPost img.point {
    width: 0.93333rem;
    height: 0.93333rem;
  }

  .nominate ul li .specify {
    height: 2rem;
    padding: 0.13333rem;
  }

  .nominate ul li .specify p {
    font-size: 0.32rem;
  }

  .nominate ul li .specify .collect .material {
    gap: 0.06667rem;
  }

  .nominate ul li .specify .collect .material img {
    width: 0.33333rem;
  }

  .nominate ul li .specify .collect .material time,
  .nominate ul li .specify .collect .material span {
    font-size: 0.32rem;
  }
}

.mutual {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
}

.mutual ul {
  display: flex;
  gap: 15px;
}

.mutual ul li {
  border-bottom: 2px solid #fff;
}

.mutual ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 15px;
}

.mutual ul li a img {
  height: 25px;
}

.mutual ul li a span {
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

.mutual ul li.active,
.mutual ul li:hover {
  border-bottom-color: #feddac;
}

.mutual ul li.active a span,
.mutual ul li:hover a span {
  color: #feddac;
}

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

  .mutual ul {
    gap: 0.2rem;
  }

  .mutual ul li {
    border-bottom-width: 0.02667rem;
  }

  .mutual ul li a {
    gap: 0.06667rem;
    padding: 0.13333rem 0.2rem;
  }

  .mutual ul li a img {
    height: 0.4rem;
  }

  .mutual ul li a span {
    font-size: 0.32rem;
  }
}

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

.newsLatest.simplify ul li {
  height: 215px;
}

.newsLatest.simplify ul li a .playbill {
  width: 320px;
}

.newsLatest ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.newsLatest ul li {
  width: 100%;
  height: 258px;
  background: #333;
}

.newsLatest ul li a {
  display: flex;
  height: 100%;
}

.newsLatest ul li a .playbill {
  position: relative;
  width: 380px;
  height: 100%;
}

.newsLatest ul li a .playbill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsLatest ul li a .playbill .newsTimes {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 60px;
  background: #ae936e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.newsLatest ul li a .playbill .newsTimes time {
  font-weight: bold;
  color: #fff;
}

.newsLatest ul li a .playbill .newsTimes time:first-child {
  font-size: 18px;
}

.newsLatest ul li a .narrate {
  flex: 1;
  width: 0;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newsLatest ul li a .narrate .particular {
  width: 100%;
}

.newsLatest ul li a .narrate .particular .headline {
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}

.newsLatest ul li a .narrate .particular p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.newsLatest ul li a .narrate .collect {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsLatest ul li a .narrate .collect .material {
  display: flex;
  align-items: center;
  gap: 5px;
}

.newsLatest ul li a .narrate .collect .material img {
  width: 15px;
}

.newsLatest ul li a .narrate .collect .material span {
  color: #9e9e9e;
}

.newsLatest ul li:hover {
  background: #feddac;
}

.newsLatest ul li:hover .narrate .particular .headline {
  color: #333;
}

.newsLatest ul li:hover .narrate .particular p {
  color: #333;
}

.newsLatest ul li:hover .narrate .collect .material span {
  color: #333;
}

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

  .newsLatest ul li a {
    height: 3.26667rem;
  }

  .newsLatest ul li a .playbill {
    width: 4.8rem;
  }

  .newsLatest ul li a .playbill .newsTimes {
    width: 1.06667rem;
    height: 0.8rem;
  }

  .newsLatest ul li a .playbill .newsTimes time {
    font-size: 0.29333rem;
  }

  .newsLatest ul li a .playbill .newsTimes time:first-child {
    font-size: 0.32rem;
  }

  .newsLatest ul li a .narrate {
    padding: 0.13333rem;
  }

  .newsLatest ul li a .narrate .particular .headline {
    margin-bottom: 0.06667rem;
    font-size: 0.32rem;
  }

  .newsLatest ul li a .narrate .particular P {
    font-size: 0.29333rem;
  }

  .newsLatest ul li a .narrate .collect .material {
    gap: 0.06667rem;
  }

  .newsLatest ul li a .narrate .collect .material img {
    width: 0.33333rem;
  }

  .newsLatest ul li a .narrate .collect .material span {
    font-size: 0.29333rem;
  }
}

/* 公用 */
.materials {
  display: flex;
  justify-content: space-between;
}

.materials .release,
.materials .trend {
  display: flex;
  align-items: center;
  gap: 5px;
}

.materials .release img,
.materials .trend img {
  width: 20px;
}

.materials time,
.materials span {
  font-weight: bold;
  font-size: 14px;
}

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

  .materials .release,
  .materials .trend {
    gap: 0.06667rem;
  }

  .materials .release img,
  .materials .trend img {
    width: 0.33333rem;
  }

  .materials time,
  .materials span {
    font-size: 0.29333rem;
  }
}

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

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

.pager .pagination li {
  width: auto;
  height: auto;
  padding: 3px 10px;
  border-radius: 5px;
  border: 1px solid #c9c0a0;
}

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

.pager .pagination li .icon-zuojiantou,
.pager .pagination li .icon-youjiantou {
  color: #c1a662 !important;
  font-size: 10px;
}

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

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

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

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

.pager .pagination .omit {
  cursor: default;
  width: auto;
  border: 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;
  }

  .pager .pagination li .icon-zuojiantou,
  .pager .pagination li .icon-youjiantou {
    font-size: 0.21333rem;
  }
}

.breadcrumb {
  width: 100%;
  height: fit-content;
  margin-bottom: 15px;
  display: flex;
  gap: 5px;
}

.breadcrumb::before {
  content: "";
  width: 3px;
  height: auto;
  background: #feddac;
  border-radius: 0 3px 3px 0;
}

.breadcrumb ul {
  flex: 1;
  display: flex;
  overflow: hidden;
}

.breadcrumb ul li {
  display: flex;
}

.breadcrumb ul li a {
  gap: 5px;
  white-space: nowrap;
}

.breadcrumb ul li::after {
  content: ">";
  margin: 0 10px;
  color: #fafafa;
}

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

.breadcrumb ul li:last-child a {
  color: #feddac;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

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

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

  .breadcrumb::before {
    width: 0.06667rem;
    border-radius: 0 0.06667rem 0.06667rem 0;
  }

  .breadcrumb ul li::after {
    margin: 0 0.13333rem;
    font-size: 0.32rem;
  }

  .breadcrumb ul li a {
    gap: 0.06667rem;
    font-size: 0.32rem;
  }
}

/* 首页 */
.mainHome {
  width: 100%;
  height: fit-content;
  background: url(../public/image/bannar.webp) no-repeat;
  background-position: top;
  background-size: 100%;
  padding-top: 150px;
}

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

.mainHome .rubric {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 35px;
  margin-bottom: 15px;
}

.mainHome .rubric .identify {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mainHome .rubric .identify img {
  height: 42px;
}

.mainHome .rubric .identify strong {
  font-weight: bold;
  font-size: 24px;
  color: #c1a662;
  white-space: nowrap;
}

.mainHome .rubric .rubricNav {
  flex: 1;
  width: 0;
  position: relative;
  z-index: 2;
}

.mainHome .rubric .rubricNav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #474747;
  z-index: -1;
}

.mainHome .rubric .rubricNav ul {
  display: flex;
  gap: 5px;
  overflow: auto;
}

.mainHome .rubric .rubricNav ul li {
  border-bottom: 3px solid transparent;
}

.mainHome .rubric .rubricNav ul li a {
  display: block;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

.mainHome .rubric .rubricNav ul li:hover,
.mainHome .rubric .rubricNav ul li.active {
  border-bottom-color: #feddac;
}

.mainHome .rubric .rubricNav ul li:hover a,
.mainHome .rubric .rubricNav ul li.active a {
  color: #feddac;
}

.mainHome .rubric.brilliant .identify strong {
  color: #2b2b2b;
}

.mainHome .rubric.brilliant .rubricNav::after {
  background: #fff;
}

.mainHome .rubric.brilliant .rubricNav ul li a {
  color: #2b2b2b;
}

.mainHome .rubric.brilliant .rubricNav ul li:hover,
.mainHome .rubric.brilliant .rubricNav ul li.active {
  border-bottom-color: #088a4e;
}

.mainHome .rubric.brilliant .rubricNav ul li:hover a,
.mainHome .rubric.brilliant .rubricNav ul li.active a {
  color: #088a4e;
}

@media screen and (max-width: 768px) {
  .mainHome .rubric {
    flex-direction: column;
    gap: 0.2rem;
    padding: 0 0.13333rem;
    margin-bottom: 0.2rem;
  }

  .mainHome .rubric .identify {
    gap: 0.13333rem;
  }

  .mainHome .rubric .identify img {
    height: 0.56rem;
  }

  .mainHome .rubric .identify strong {
    font-size: 0.34667rem;
  }

  .mainHome .rubric .rubricNav {
    width: 100%;
  }

  .mainHome .rubric .rubricNav::after {
    height: 0.02667rem;
  }

  .mainHome .rubric .rubricNav ul {
    gap: 0.06667rem;
  }

  .mainHome .rubric .rubricNav ul li {
    border-bottom-width: 0.04rem;
  }

  .mainHome .rubric .rubricNav ul li a {
    padding: 0.2rem;
    font-size: 0.32rem;
  }
}

.mainHome .popular {
  width: 100%;
}

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

.mainHome .popular ul li {
  width: 100%;
  overflow: hidden;
}

.mainHome .popular ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 0;
  gap: 10px;
  overflow: hidden;
  background: url(../public/image/hot_team_bg.png) no-repeat;
  background-size: 100% 100%;
}

.mainHome .popular ul li a img {
  width: fit-content;
  height: 80px;
}

.mainHome .popular ul li a strong {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
}

.mainHome .popular ul li:hover a {
  background: url(../public/image/hot_team_active.png) no-repeat;
  background-size: 100% 100%;
  backface-visibility: visible !important;
  animation-name: flipInY;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.mainHome .popular ul li:hover a strong {
  color: #333;
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    transform: perspective(400px);
  }
}

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

  .mainHome .popular ul li a {
    padding: 0.53333rem 0;
    gap: 0.13333rem;
  }

  .mainHome .popular ul li a img {
    height: 1.46667rem;
  }

  .mainHome .popular ul li a strong {
    font-size: 0.32rem;
    padding: 0 0.4rem;
  }
}

.mainHome .publicity,
.mainHome .ardour,
.mainHome .proffer,
.mainHome .organise {
  width: 100%;
  height: fit-content;
  padding: 30px 0 60px;
  box-sizing: border-box;
}

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

  .mainHome .publicity,
  .mainHome .ardour,
  .mainHome .proffer,
  .mainHome .organise {
    padding: 30px 10px 60px;
  }
}

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

  .mainHome .publicity,
  .mainHome .ardour,
  .mainHome .proffer,
  .mainHome .organise {
    padding: 0.4rem 0.13333rem 0.8rem;
  }
}

.mainHome .organise {
  width: 100%;
  height: fit-content;
  padding: 35px 0;
  padding-top: 130px;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .mainHome .organise {
    padding: 35px 10px;
    padding-top: 130px;
  }
}

@media screen and (max-width: 768px) {
  .mainHome .organise {
    padding: 0.46667rem 0.13333rem;
    padding-top: 1.73333rem;
  }
}

.mainHome .organise .league {
  padding: 10px;
  box-sizing: border-box;
  background: rgba(31, 52, 49, 0.8);
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgba(26, 188, 72, 0.5);
}

@media screen and (max-width: 768px) {
  .mainHome .organise .league {
    padding: 0.13333rem;
    padding-top: 0.26667rem;
    border-radius: 0.13333rem;
  }
}

.mainHome .publicity,
.mainHome .proffer {
  background: url(../public/image/bright_bg.webp) no-repeat;
  background-size: 100% 100%;
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* 非首页 */
.specific {
  width: 100%;
  padding: 20px 0 50px;
  box-sizing: border-box;
}

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

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

.outermost {
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 20px;
}

.outermost .emphasis {
  flex: 1;
  width: 0;
}

.outermost .transmit {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.outermost .transmit .specialty {
  width: 100%;
  height: fit-content;
  padding: 15px;
  box-sizing: border-box;
  background: #333;
}

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

.outermost .transmit .specialty .provide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.outermost .transmit .specialty .provide .textual {
  display: flex;
  align-items: center;
  gap: 5px;
}

.outermost .transmit .specialty .provide .textual img {
  width: 20px;
}

.outermost .transmit .specialty .provide .textual strong {
  font-weight: bold;
  font-size: 16px;
  color: #c1a662;
}

.outermost .transmit .specialty .provide a {
  display: flex;
  align-items: center;
  color: #c1a662;
}

.outermost .transmit .specialty .provide a .iconfont {
  font-size: 10px;
}

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

  .outermost .transmit .specialty .provide .textual {
    gap: 0.06667rem;
  }

  .outermost .transmit .specialty .provide .textual img {
    width: 0.33333rem;
  }

  .outermost .transmit .specialty .provide .textual strong {
    font-size: 0.34667rem;
  }

  .outermost .transmit .specialty .provide a {
    font-size: 0.32rem;
  }

  .outermost .transmit .specialty .provide a .iconfont {
    font-size: 0.21333rem;
  }
}

.outermost .transmit .specialty .otherVideos {
  width: 100%;
}

.outermost .transmit .specialty .otherVideos ul {
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
}

.outermost .transmit .specialty .otherVideos ul li {
  width: 100%;
  overflow: hidden;
}

.outermost .transmit .specialty .otherVideos ul li a .scene {
  position: relative;
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
  overflow: hidden;
}

.outermost .transmit .specialty .otherVideos ul li a .scene img {
  width: 100%;
  height: 100%;
}

.outermost .transmit .specialty .otherVideos ul li a .scene img:nth-child(2) {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.outermost .transmit .specialty .otherVideos ul li a .scene time {
  position: absolute;
  top: 5px;
  left: 5px;
  font-weight: bold;
}

.outermost .transmit .specialty .otherVideos ul li a .scene time:last-child {
  top: unset;
  left: unset;
  bottom: 5px;
  right: 5px;
}

.outermost .transmit .specialty .otherVideos ul li a p {
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.outermost .transmit .specialty .otherVideos ul li:hover a p {
  color: #feddac;
}

@media screen and (max-width: 768px) {
  .outermost .transmit .specialty .otherVideos ul {
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem;
  }

  .outermost .transmit .specialty .otherVideos ul li a .scene {
    height: 2.26667rem;
    margin-bottom: 0.13333rem;
  }

  .outermost .transmit .specialty .otherVideos ul li a .scene img:nth-child(2) {
    width: 0.8rem;
    height: 0.8rem;
  }

  .outermost .transmit .specialty .otherVideos ul li a .scene time {
    top: 0.06667rem;
    left: 0.06667rem;
    font-size: 0.32rem;
  }

  .outermost .transmit .specialty .otherVideos ul li a .scene time:last-child {
    bottom: 0.06667rem;
    right: 0.06667rem;
  }

  .outermost .transmit .specialty .otherVideos ul li a p {
    font-size: 0.30667rem;
  }
}

.outermost .transmit .specialty .aheadNews {
  width: 100%;
}

.outermost .transmit .specialty .aheadNews ol {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.outermost .transmit .specialty .aheadNews ol li a {
  display: flex;
  gap: 10px;
}

.outermost .transmit .specialty .aheadNews ol li a p {
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.outermost .transmit .specialty .aheadNews ol li a time {
  font-size: 13px;
  color: #858585;
  white-space: nowrap;
}

.outermost .transmit .specialty .aheadNews ol li:hover a time,
.outermost .transmit .specialty .aheadNews ol li:hover a p {
  color: #feddac;
}

@media screen and (max-width: 768px) {
  .outermost .transmit .specialty .aheadNews ol {
    gap: 0.2rem;
  }

  .outermost .transmit .specialty .aheadNews ol li a {
    gap: 0.13333rem;
  }

  .outermost .transmit .specialty .aheadNews ol li a p {
    font-size: 0.30667rem;
  }

  .outermost .transmit .specialty .aheadNews ol li a time {
    font-size: 0.32rem;
  }
}

@media screen and (max-width: 768px) {
  .outermost {
    flex-direction: column;
  }

  .outermost .emphasis {
    width: 100%;
  }

  .outermost .transmit {
    width: 100%;
    gap: 0.26667rem;
  }
}

.formulate {
  width: 100%;
  height: fit-content;
  padding: 15px;
  box-sizing: border-box;
  background: #333;
  margin-bottom: 20px;
}

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

.formulate ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.formulate ul li {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  padding: 15px;
  border: 1px solid #84796e;
}

.formulate ul li .compete {
  display: grid;
  grid-template-columns: 3fr 1fr 3fr;
}

.formulate ul li .compete a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.formulate ul li .compete a:first-child {
  text-align: right;
}

.formulate ul li .compete span {
  font-weight: bold;
  text-align: center;
  color: #c1a662;
}

.formulate ul li .real {
  text-align: right;
}

.formulate ul li:hover {
  background: #feddac;
}

.formulate ul li:hover a,
.formulate ul li:hover span,
.formulate ul li:hover time {
  color: #333;
}

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

  .formulate ul {
    grid-template-columns: auto;
    gap: 0.2rem;
  }

  .formulate ul li {
    padding: 0.2rem;
  }

  .formulate ul li time {
    font-size: 0.32rem;
  }

  .formulate ul li .compete a {
    font-size: 0.32rem;
  }

  .formulate ul li .compete span {
    font-size: 0.32rem;
  }

  .formulate ul li .real {
    font-size: 0.32rem;
  }
}

.hotCompete {
  width: 100%;
  height: fit-content;
  padding: 15px;
  box-sizing: border-box;
  background: #333;
}

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

.hotCompete .treasured {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}

.hotCompete .treasured img {
  width: 20px;
}

.hotCompete .treasured strong {
  font-size: 16px;
  font-weight: bold;
  color: #c1a662;
}

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

  .hotCompete .treasured img {
    width: 0.33333rem;
  }

  .hotCompete .treasured strong {
    font-size: 0.34667rem;
  }
}

.hotCompete .speciality {
  width: 100%;
  height: fit-content;
  overflow: hidden;
}

.hotCompete .speciality ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hotCompete .speciality ul li a {
  font-size: 13px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .hotCompete .speciality ul {
    gap: 0.13333rem;
  }

  .hotCompete .speciality ul li a {
    font-size: 0.29333rem;
  }
}

.siftBalls {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-bottom: 20px;
}

.siftBalls .balls {
  width: 100%;
  background: #333;
  border: 1px solid #474747;
}

.siftBalls .balls a {
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.siftBalls .balls a strong {
  font-size: 16px;
  font-weight: bold;
}

.siftBalls .balls a img {
  width: 28px;
}

.siftBalls .balls.active,
.siftBalls .balls:hover {
  background: #feddac;
}

.siftBalls .balls.active a strong,
.siftBalls .balls:hover a strong {
  color: #333;
}

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

  .siftBalls .balls a {
    padding: 0.13333rem 0;
    gap: 0.06667rem;
  }

  .siftBalls .balls a strong {
    font-size: 0.34667rem;
  }

  .siftBalls .balls a img {
    width: 0.42667rem;
  }
}

.onceWeek {
  width: 100%;
  height: fit-content;
  overflow: auto;
  margin-bottom: 15px;
}

.onceWeek ul {
  width: 100%;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}

.onceWeek ul li {
  width: 100%;
  background: #333;
  border: 1px solid #474747;
  border-radius: 5px;
}

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

.onceWeek ul li a span {
  font-weight: bold;
}

.onceWeek ul li a time,
.onceWeek ul li a span {
  color: #e2bc85;
}

.onceWeek ul li.active,
.onceWeek ul li:hover {
  background: #feddac;
}

.onceWeek ul li.active a time,
.onceWeek ul li.active a span,
.onceWeek ul li:hover a time,
.onceWeek ul li:hover a span {
  color: #333;
}

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

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

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

  .onceWeek ul {
    gap: 0.13333rem;
  }

  .onceWeek ul li a {
    padding: 0.13333rem 0.4rem;
    gap: 0.04rem;
  }

  .onceWeek ul li a time,
  .onceWeek ul li a span {
    font-size: 0.29333rem;
  }
}

.preamble {
  width: 100%;
  height: fit-content;
  padding: 15px;
  box-sizing: border-box;
  background: #333;
}

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

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

.preamble .harvest {
  width: 100%;
  margin: 10px 0;
}

.preamble .harvest ol {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

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

.preamble .harvest ol li strong {
  font-weight: bold;
}

.preamble .harvest ol li img {
  height: 16px;
}

.preamble .harvest ol li time,
.preamble .harvest ol li span {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .preamble h1 {
    font-size: 0.34667rem;
  }

  .preamble .harvest {
    margin: 0.13333rem 0;
  }

  .preamble .harvest ol {
    gap: 0.2rem;
  }

  .preamble .harvest ol li {
    gap: 0.06667rem;
  }

  .preamble .harvest ol li span,
  .preamble .harvest ol li time,
  .preamble .harvest ol li strong {
    font-size: 0.29333rem;
  }

  .preamble .harvest ol li img {
    height: 0.33333rem;
  }
}

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

.theory p {
  text-indent: 20px;
  line-height: 25px;
  font-size: 14px;
}

.theory img {
  width: 70%;
  border-radius: 10px;
  margin: 0 auto;
}

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

  .theory p {
    text-indent: 0.26667rem;
    line-height: 0.53333rem;
    font-size: 0.32rem;
  }

  .theory img {
    width: 100%;
    border-radius: 0.13333rem;
  }
}

.recent {
  width: 100%;
  margin-top: 30px;
}

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

.recent ul li {
  width: 100%;
  overflow: hidden;
  border: 1px solid #84796e;
  border-radius: 15px;
}

.recent ul li a {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  gap: 5px;
}

.recent ul li a strong {
  font-weight: bold;
}

.recent ul li a p {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

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

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

  .recent ul li {
    border-radius: 0.06667rem;
  }

  .recent ul li a {
    padding: 0.13333rem;
    gap: 0.06667rem;
  }

  .recent ul li a span,
  .recent ul li a p {
    font-size: 0.29333rem;
  }
}

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

.billboard img {
  width: 100%;
  height: 100%;
}

.billboard img.play {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.billboard time {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-weight: bold;
}

.billboard time.years {
  bottom: unset;
  right: unset;
  top: 8px;
  left: 8px;
}

@media screen and (max-width: 768px) {
  .billboard {
    height: 4.66667rem;
  }

  .billboard img.play {
    width: 1.06667rem;
    height: 1.06667rem;
  }

  .billboard time {
    bottom: 0.10667rem;
    right: 0.10667rem;
    font-size: 0.32rem;
  }

  .billboard time.years {
    top: 0.10667rem;
    left: 0.10667rem;
  }
}

.penetrate {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

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

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

.similar {
  margin-top: 20px;
  width: 100%;
  height: fit-content;
  padding: 15px;
  box-sizing: border-box;
  background: #333;
}

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

.similar .treasured {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}

.similar .treasured img {
  width: 20px;
}

.similar .treasured strong {
  font-size: 16px;
  font-weight: bold;
  color: #c1a662;
}

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

  .similar .treasured img {
    width: 0.33333rem;
  }

  .similar .treasured strong {
    font-size: 0.34667rem;
  }
}

.similar .artifact {
  width: 100%;
  height: fit-content;
}

.similar .artifact ol {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.similar .artifact ol li {
  width: 100%;
  overflow: hidden;
}

.similar .artifact ol li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.similar .artifact ol li a .cover {
  position: relative;
  width: 100%;
  height: 135px;
}

.similar .artifact ol li a .cover img {
  width: 100%;
  height: 100%;
}

.similar .artifact ol li a .cover img.playing {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
}

.similar .artifact ol li a .cover time {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 14px;
  font-weight: bold;
}

.similar .artifact ol li a .cover time.years {
  bottom: unset;
  right: unset;
  top: 5px;
  left: 5px;
}

.similar .artifact ol li a p {
  font-weight: bold;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .similar .artifact ol {
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem;
  }

  .similar .artifact ol li a {
    gap: 0.13333rem;
  }

  .similar .artifact ol li a .cover {
    height: 2.26667rem;
  }

  .similar .artifact ol li a .cover img.playing {
    width: 0.86667rem;
    height: 0.86667rem;
  }

  .similar .artifact ol li a .cover time {
    bottom: 0.06667rem;
    right: 0.06667rem;
    font-size: 0.29333rem;
  }

  .similar .artifact ol li a .cover time.years {
    top: 0.06667rem;
    left: 0.06667rem;
  }

  .similar .artifact ol li a p {
    font-size: 0.29333rem;
  }
}

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

.unveil {
  width: 100%;
  margin-bottom: 10px;
}

.unveil p {
  text-indent: 2em;
  line-height: 22px;
}

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

  .unveil p {
    text-indent: 0.32rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
}

.conduct {
  width: 100%;
  height: 350px;
  position: relative;
  background: url(../public/image/matchs_zuqiu_bg.webp) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
}

.conduct.another {
  background: url(../public/image/matchs_lanqiu_bg.webp) no-repeat;
  background-size: 100% 100%;
}

.conduct .culling {
  flex: 1;
  display: grid;
  grid-template-columns: 3fr 2fr 3fr;
}

.conduct .culling .player {
  width: 100%;
}

.conduct .culling .player a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.conduct .culling .player a img {
  width: 80px;
}

.conduct .culling .player a strong {
  font-weight: bold;
}

.conduct .culling .judge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.conduct .culling .judge time {
  font-size: 16px;
  font-weight: bold;
}

.conduct .culling .judge strong {
  font-size: 24px;
  font-weight: bold;
}

.conduct .culling .judge a {
  font-size: 12px;
  font-weight: bold;
}

.conduct .floating {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.25);
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.conduct .floating strong,
.conduct .floating a {
  color: #feddac;
  font-size: 13px;
}

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

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

  .conduct .floating {
    gap: 0.06667rem;
    padding: 0.2rem 0.13333rem;
  }

  .conduct .floating strong,
  .conduct .floating a {
    font-size: 0.32rem;
  }

  .conduct .culling {
    grid-template-columns: repeat(3, 1fr);
  }

  .conduct .culling .player a {
    gap: 0.2rem;
  }

  .conduct .culling .player a img {
    width: 1.6rem;
  }

  .conduct .culling .player a strong {
    font-size: 0.32rem;
  }

  .conduct .culling .judge {
    gap: 0.2rem;
  }

  .conduct .culling .judge time {
    font-size: 0.32rem;
  }

  .conduct .culling .judge strong {
    font-size: 0.34667rem;
  }

  .conduct .culling .judge a {
    font-size: 0.29333rem;
  }
}

.frontpanel {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, transparent, rgba(17, 17, 17, 0.3), transparent);
  padding: 10px 0;
  width: 93%;
  margin: auto;
}

.frontpanel .team-info {
  flex: 1;
  text-align: center;
  position: relative;
  font-size: 13px;
  text-wrap: nowrap;
}

.frontpanel .team-name-info {
  text-wrap: nowrap;
  color: #ffffff;
  max-width: 210px;
  text-overflow: ellipsis;
  font-weight: 600;
  overflow: hidden;
  display: block;
}

.frontpanel span.progress-dots {
  height: 3px;
  position: relative;
  width: 60px;
  display: block;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
}

.frontpanel span.progress-dots .load {
  background: linear-gradient(90deg, #3a3dff, #ff2929);
  display: block;
  height: 1.5px;
  width: 3px;
  bottom: 0;
  position: absolute;
  transform: translateX(0px);
  animation: loading_dots 7.5s ease both infinite;
}

@keyframes loading_dots {
  0% {
    width: 3px;
    transform: translateX(0px);
  }

  40% {
    width: 3px;
    transform: translateX(57px);
  }

  75% {
    width: 100%;
    transform: translateX(0px);
  }

  100% {
    width: 3px;
    transform: translateX(0px);
  }
}

.frontpanel .team-home,
.frontpanel .team-away {
  padding: 15px 37px;
  position: relative;
  overflow: hidden;
}

.frontpanel .team-away {
  transform: skew(-41deg, 0deg);
  border-radius: 10px 10px 30px 10px;
}

.frontpanel .team-home {
  border-radius: 10px 10px 10px 30px;
  transform: skew(41deg, 0deg);
}

.frontpanel .team-home::after {
  position: absolute;
  top: -3px;
  background: #00caff;
  content: "";
  height: 23px;
  border-radius: 27px;
  left: -20px;
  filter: blur(2px);
  transform: rotate(208deg);
  width: 20px;
  box-shadow: 0px 0px 32px #00ffed;
}

.frontpanel .team-home::before {
  position: absolute;
  bottom: -15px;
  background: #0048ff;
  content: "";
  height: 17px;
  border-radius: 80px;
  right: 0;
  filter: blur(1px);
  transform: translate(-50%, 0%);
  width: 80%;
  box-shadow: 0px 0px 32px #0026ff;
}

.frontpanel .team-away::after {
  position: absolute;
  top: -3px;
  background: #cc9d00;
  content: "";
  height: 23px;
  border-radius: 27px;
  right: -20px;
  filter: blur(2px);
  transform: rotate(208deg);
  width: 20px;
  box-shadow: 0px 0px 32px #cc3700;
}

.frontpanel .team-away::before {
  position: absolute;
  bottom: -15px;
  background: #ff0000;
  content: "";
  height: 17px;
  border-radius: 80px;
  left: 0;
  filter: blur(1px);
  transform: translate(50%, 0%);
  width: 80%;
  box-shadow: 0px 0px 32px #d50000;
}

.frontpanel .team-home .team-name-info {
  transform: skew(-41deg, 0);
}

.frontpanel .team-away .team-name-info {
  transform: skew(41deg, 0);
}

.frontpanel .event-info-banner .info-heading {
  position: absolute;
  right: 12px;
  bottom: 5px;
  color: rgba(255, 255, 255, 0.2);
  margin: 0;
}

.frontpanel .event-scoreboard .event-score-container {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  border-radius: 10px;
  width: fit-content;
  background: linear-gradient(#1e1e1e 0%, #0c0c0c 4%, #1a1419);
  box-shadow: inset 0 0 1px 0 #2c2c2c, 0 0 20px 0 #131313;
  margin: auto;
}

.frontpanel .event-scoreboard .event-score-container .score-container {
  font-size: 24px;
  background: linear-gradient(90deg, #3a3dff, #ff2929);
  -webkit-background-clip: text;
  width: 100%;
  -webkit-text-fill-color: transparent;
}

.frontpanel .event-scoreboard .event-score-container .current-time-container {
  font-size: 12px;
  margin-bottom: 8px;
  width: 100%;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}

.frontpanel .event-scoreboard .event-score-container .current-time-container .event-clock {
  font-weight: 500;
  color: #eee;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .frontpanel {
    display: none;
  }
}

.roundup {
  width: 100%;
  height: fit-content;
  padding: 15px;
  box-sizing: border-box;
  background: #333;
  margin-top: 20px;
}

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

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

.roundup .tableNav {
  width: 100%;
  height: fit-content;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.roundup .tableNav .navItem {
  border: 1px solid #c9c0a0;
  border-radius: 5px;
}

.roundup .tableNav .navItem a {
  display: block;
  padding: 10px 20px;
  font-weight: bold;
  color: #e2bc85;
  white-space: nowrap;
}

.roundup .tableNav .navItem.active,
.roundup .tableNav .navItem:hover {
  background: #feddac;
}

.roundup .tableNav .navItem.active a,
.roundup .tableNav .navItem:hover a {
  color: #763a1f;
}

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

  .roundup .tableNav .navItem {
    border-radius: 0.06667rem;
  }

  .roundup .tableNav .navItem a {
    padding: 0.13333rem 0.26667rem;
    font-size: 0.32rem;
  }
}

.roundup .consult ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.roundup .consult .beacon {
  display: flex;
  align-items: center;
}

.roundup .consult .beacon strong {
  white-space: nowrap;
}

.roundup .consult .beacon .ul-signal {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.roundup .consult .beacon .ul-signal li {
  animation: shrink 2s ease-out infinite;
}

.roundup .consult .beacon .ul-signal li a {
  color: #feddac;
}

@keyframes shrink {

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

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

.roundup .consult p {
  margin-top: 10px;
}

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

  .roundup .consult ol li {
    font-size: 0.32rem;
  }

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

  .roundup .consult .beacon strong {
    font-size: 0.32rem;
  }

  .roundup .consult .beacon .ul-signal {
    gap: 0.06667rem;
  }

  .roundup .consult .beacon .ul-signal li a {
    font-size: 0.32rem;
  }

  .roundup .consult p {
    margin-top: 0.13333rem;
    font-size: 0.32rem;
  }
}

.roundup .lineup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 15px;
}

.roundup .lineup .rival {
  width: 100%;
}

.roundup .lineup .rival a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.roundup .lineup .rival a img {
  height: 60px;
}

.roundup .lineup .rival a strong {
  font-size: 14px;
  font-weight: bold;
}

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

  .roundup .lineup .rival a {
    gap: 0.13333rem;
  }

  .roundup .lineup .rival a img {
    height: 1.06667rem;
  }

  .roundup .lineup .rival a strong {
    font-size: 0.32rem;
  }
}

.roundup .aspect {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.roundup .aspect .benefit {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.roundup .aspect .benefit .develop {
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
}

.roundup .aspect .benefit .develop.vantage {
  --title-color: #ff0000;
}

.roundup .aspect .benefit .develop.unlucky {
  --title-color: #c9c0a0;
}

.roundup .aspect .benefit .develop.neutral {
  --title-color: #37c8e7;
}

.roundup .aspect .benefit .develop strong {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--title-color);
  padding: 5px 0;
  text-align: center;
  margin-bottom: 10px;
}

.roundup .aspect .benefit .develop ol {
  position: relative;
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
}

.roundup .aspect .benefit .develop ol li {
  width: 100%;
  height: fit-content;
  padding: 8px;
  box-sizing: border-box;
  font-weight: bold;
  border: 1px solid #84796e;
  margin-bottom: 10px;
}

.roundup .aspect .benefit .develop ol li:last-child {
  margin-bottom: 0;
}

.roundup .aspect .benefit .develop ol li.tidings-color-1 p {
  color: #fb2828;
}

.roundup .aspect .benefit .develop ol li.tidings-color-2 p {
  color: #edd579;
}

.roundup .aspect .benefit .develop ol li.tidings-color-3 p {
  color: #4b8bc1;
}

.roundup .aspect .benefit .develop ol li.tidings-color-4 p {
  color: #71a172;
}

.roundup .aspect .benefit .develop ol li.tidings-color-5 p {
  color: #b863dc;
}

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

  .roundup .aspect .benefit {
    gap: 0.13333rem;
  }

  .roundup .aspect .benefit:first-child {
    order: 1;
  }

  .roundup .aspect .benefit:last-child {
    order: 2;
  }

  .roundup .aspect .benefit:nth-child(2) {
    order: 3;
    grid-column: 2 span;
  }

  .roundup .aspect .benefit .develop strong {
    font-size: 0.32rem;
    margin-bottom: 0.13333rem;
    padding: 0.06667rem 0;
    margin-bottom: 0.13333rem;
  }

  .roundup .aspect .benefit .develop ol li {
    margin-bottom: 0.13333rem;
    padding: 0.10667rem;
  }

  .roundup .aspect .benefit .develop ol li p {
    font-size: 0.29333rem;
  }
}

.notepad {
  width: 100%;
  height: fit-content;
  overflow: hidden;
}

.notepad .labeling {
  margin: 15px 0;
  text-align: center;
}

.notepad .labeling strong {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .notepad .labeling {
    margin: 0.2rem 0;
    gap: 0.06667rem;
  }

  .notepad .labeling strong {
    font-size: 0.34667rem;
  }
}

.notepad ul {
  width: 100%;
  height: fit-content;
  overflow: hidden;
}

.notepad ul li {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 3fr 1fr;
  box-sizing: border-box;
  align-items: center;
  gap: 1px;
}

.notepad ul li .faceoff {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.notepad ul li .faceoff.old_faceoff {
  grid-template-columns: auto;
}

.notepad ul li .rivalry {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  place-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}

.notepad ul li .reaction {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.notepad ul li:first-child {
  background: #999;
}

.notepad ul li:first-child strong {
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}

.notepad ul li:nth-child(n + 2) {
  background: #999;
}

.notepad ul li:nth-child(n + 2) .faceoff time,
.notepad ul li:nth-child(n + 2) .faceoff a {
  font-weight: bold;
}

.notepad ul li:nth-child(n + 2) .faceoff time {
  font-size: 14px;
}

.notepad ul li:nth-child(n + 2) .rivalry {
  width: 100%;
}

.notepad ul li:nth-child(n + 2) .rivalry .military {
  width: 100%;
  overflow: hidden;
}

.notepad ul li:nth-child(n + 2) .rivalry .military a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.notepad ul li:nth-child(n + 2) .rivalry .military a img {
  width: 25px;
}

.notepad ul li:nth-child(n + 2) .rivalry .military a strong {
  flex: 1;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.notepad ul li:nth-child(n + 2) .rivalry .military:first-child a strong {
  text-align: right;
}

.notepad ul li:nth-child(n + 2) .rivalry .grade {
  font-weight: bold;
  font-size: 14px;
}

.notepad ul li:nth-child(n + 2) .reaction {
  font-weight: bold;
}

.notepad ul li:nth-child(2n) .faceoff {
  background: #474747;
}

.notepad ul li:nth-child(2n) .rivalry {
  background: #474747;
}

.notepad ul li:nth-child(2n) .reaction {
  background: #474747;
}

@media screen and (max-width: 768px) {
  .notepad ul li {
    grid-template-columns: auto;
    gap: 0;
  }

  .notepad ul li .faceoff {
    padding: 0.13333rem;
  }

  .notepad ul li .rivalry {
    padding: 0.13333rem 0;
  }

  .notepad ul li .reaction {
    padding: 0.13333rem;
  }

  .notepad ul li:first-child {
    grid-template-columns: 2fr 3fr 1fr;
  }

  .notepad ul li:first-child strong {
    font-size: 0.29333rem;
  }

  .notepad ul li:nth-child(n + 2) .faceoff time,
  .notepad ul li:nth-child(n + 2) .faceoff a {
    font-size: 0.29333rem;
  }

  .notepad ul li:nth-child(n + 2) .faceoff time {
    place-self: center end;
  }

  .notepad ul li:nth-child(n + 2) .rivalry .military a {
    gap: 0.06667rem;
  }

  .notepad ul li:nth-child(n + 2) .rivalry .military a img {
    width: 0.33333rem;
  }

  .notepad ul li:nth-child(n + 2) .rivalry .military a strong {
    font-size: 0.29333rem;
  }

  .notepad ul li:nth-child(n + 2) .rivalry .grade {
    font-size: 0.29333rem;
  }

  .notepad ul li:nth-child(n + 2) .reaction {
    justify-content: center;
    font-size: 0.29333rem;
  }
}

.notepad .patrol {
  display: flex;
  width: fit-content;
  margin: auto;
  margin-bottom: 15px;
  border: 1px solid #999;
  border-radius: 20px;
  overflow: hidden;
}

.notepad .patrol strong {
  padding: 10px 15px;
  font-weight: bold;
  cursor: pointer;
  background: #474747;
}

.notepad .patrol strong.active {
  background: #999;
}

@media screen and (max-width: 768px) {
  .notepad .patrol {
    margin-bottom: 0.2rem;
    border-radius: 0.26667rem;
  }

  .notepad .patrol strong {
    padding: 0.13333rem 0.2rem;
    font-size: 0.29333rem;
  }
}

.notepad .laminate {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.notepad .laminate ul li {
  grid-template-columns: 1fr 3fr 1fr;
}

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