@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: #2c2422;
}

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: #f6f6f6;
  color: #2c2422;
}

.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.8);
}

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

figure {
  margin: 0;
}

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

/* 通用  */
.header .overstory {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.header .overstory .subheadNav {
  width: 75%;
  height: fit-content;
  overflow: hidden;
}

.header .overstory .subheadNav ul {
  width: 100%;
  height: fit-content;
  overflow-x: auto;
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.header .overstory .subheadNav ul li a {
  white-space: nowrap;
  font-size: 12px;
}

.header .overstory .register {
  display: flex;
}

.header .overstory .register a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header .overstory .register a:first-child::after {
  content: "|";
  margin: 0 5px;
}

.header .overstory .register a .iconfont {
  font-size: 16px;
}

.header .overstory .register a strong {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .header .overstory {
    padding: 0.13333rem 0.06667rem;
  }

  .header .overstory .subheadNav {
    width: 70%;
  }

  .header .overstory .subheadNav ul {
    gap: 0.26667rem;
    padding-bottom: 0.13333rem;
  }

  .header .overstory .subheadNav ul li a {
    font-size: 0.32rem;
  }

  .header .overstory .register a {
    gap: 0.06667rem;
  }

  .header .overstory .register a:first-child::after {
    margin: 0 0.06667rem;
  }

  .header .overstory .register a .iconfont {
    font-size: 0.32rem;
  }

  .header .overstory .register a strong {
    font-size: 0.26667rem;
  }
}

.header .headlineNav {
  position: relative;
}

.header .headlineNav .mRepresent {
  display: none;
}

.header .headlineNav .represent {
  position: relative;
  background-color: #1e1513;
}

.header .headlineNav .represent .prominent {
  display: flex;
  gap: 210px;
}

.header .headlineNav .represent .prominent .either {
  flex: 1;
  width: 0;
  height: 70px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.header .headlineNav .represent .prominent .either .eitherCore {
  width: 100%;
  height: 100%;
}

.header .headlineNav .represent .prominent .either .eitherCore a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  color: #dccabc;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.header .headlineNav .represent .prominent .either .eitherCore:hover,
.header .headlineNav .represent .prominent .either .eitherCore.active {
  background: linear-gradient(to bottom, #221514, #8f5c33);
}

.header .headlineNav .represent .prominent .either .eitherCore:hover a,
.header .headlineNav .represent .prominent .either .eitherCore.active a {
  color: #eacd95;
}

.header .headlineNav .represent .prominent .either .eitherCore.eitherCore .iconfont {
  font-size: 14px;
}

.header .headlineNav .represent .prominent .either .eitherCore.eitherCore.active .iconfont {
  transform: rotate(180deg);
}

.header .headlineNav .represent .prominent .logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 210px;
  height: 86px;
  background-color: #1e1513;
  clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 15% 100%);
  z-index: 3;
}

.header .headlineNav .represent .prominent .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.header .headlineNav .represent .prominent .logo img {
  height: 40px;
}

.header .headlineNav .unfold {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: 100%;
  padding: 20px 0 10px;
  background-color: #2e201d;
}

.header .headlineNav .unfold ul {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  box-sizing: border-box;
  gap: 15px;
}

.header .headlineNav .unfold ul li {
  border-bottom: 1px solid transparent;
}

.header .headlineNav .unfold ul li a {
  display: block;
  padding: 0 5px 10px;
  color: #dccabc;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.header .headlineNav .unfold ul li:hover {
  border-bottom-color: #8f5c33;
}

.header .headlineNav .unfold ul li:hover a {
  color: #eacd95;
}

@media screen and (max-width: 768px) {
  .header .headlineNav .mRepresent {
    display: block;
    width: 96%;
    height: fit-content;
    overflow: auto;
    margin: 0.53333rem auto 0.26667rem;
    background: rgba(30, 21, 19, 0.7);
    border-radius: 0.66667rem;
  }

  .header .headlineNav .mRepresent ul {
    display: flex;
    gap: 0.2rem;
    padding: 0.13333rem 0.2rem;
    box-sizing: border-box;
  }

  .header .headlineNav .mRepresent ul li {
    border-bottom: 0.08rem solid transparent;
  }

  .header .headlineNav .mRepresent ul li a {
    display: block;
    padding: 0.13333rem;
    white-space: nowrap;
    font-size: 0.32rem;
    font-weight: bold;
    color: #fff;
  }

  .header .headlineNav .mRepresent ul li.active {
    border-bottom-color: #f0601d;
  }

  .header .headlineNav .mRepresent ul li.active a {
    color: #f0601d;
  }

  .header .headlineNav .represent .prominent {
    height: 0.93333rem;
    gap: 0;
  }

  .header .headlineNav .represent .prominent .either {
    display: none;
  }

  .header .headlineNav .represent .prominent .logo {
    width: 3.73333rem;
    height: 1.17333rem;
  }

  .header .headlineNav .represent .prominent .logo img {
    height: 0.61333rem;
  }

  .header .headlineNav .unfold {
    display: none;
  }
}

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

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

.footer .sponsorArea .sponsor {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer .sponsorArea .sponsor strong {
  font-weight: bold;
  color: #fff;
}

.footer .sponsorArea .sponsor ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer .sponsorArea .sponsor 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 .sponsorArea {
    grid-template-columns: auto;
    gap: 0.26667rem;
    margin-bottom: 0.4rem;
  }

  .footer .sponsorArea .sponsor {
    gap: 0.26667rem;
  }

  .footer .sponsorArea .sponsor strong {
    font-size: 0.29333rem;
  }

  .footer .sponsorArea .sponsor ul {
    gap: 0.13333rem;
  }

  .footer .sponsorArea .sponsor ul li a {
    font-size: 0.32rem;
  }

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

.overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}

#dowebok {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#dowebok #navbar {
  width: 100%;
  height: 1.6rem;
  background-color: #fff;
}

#dowebok #navbar #menuWrapper {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

#dowebok #navbar #menuWrapper .menuElement {
  width: 25%;
  height: 1.6rem;
  text-align: center;
  opacity: 0.4;
}

#dowebok #navbar #menuWrapper .menuElement.merge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#dowebok #navbar #menuWrapper .menuElement.merge .iconfont {
  font-size: 0.64rem;
}

#dowebok #navbar #menuWrapper .menuElement a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#dowebok #navbar #menuWrapper .menuElement .iconfont {
  font-size: 0.42667rem;
}

#dowebok #navbar #menuWrapper .menuElement strong {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.32rem;
  text-align: center;
  padding: 0 0.10667rem;
  box-sizing: border-box;
  font-weight: bold;
}

#dowebok #navbar #menuWrapper .menuElement.active strong,
#dowebok #navbar #menuWrapper .menuElement.active .iconfont {
  color: #f0601d;
}

@media screen and (max-width: 768px) {
  #dowebok {
    display: block;
  }
}

.occlusion {
  display: none;
  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;
  text-overflow: ellipsis;
  overflow: hidden;
  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;
}

#goTop {
  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;
}

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

#goTop img {
  width: 100%;
}

#goTop:hover {
  animation: rubberBand 0.8s;
}

@media screen and (max-width: 768px) {
  #goTop {
    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);
  }
}

/* 公共 */
.guidance {
  width: 100%;
  margin-bottom: 20px;
}

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

.guidance ul li {
  background-color: #edeae4;
  border: 1px solid #e7dccc;
}

.guidance ul li a {
  display: block;
  padding: 10px 25px;
  font-size: 16px;
  color: #6c573e;
  font-weight: bold;
  white-space: nowrap;
}

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

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

.guidance ol {
  width: 100%;
  overflow-x: auto;
  display: flex;
  gap: 15px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.guidance ol li {
  position: relative;
  padding: 0 10px;
}

.guidance ol li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 2px;
  background-color: rgba(44, 36, 34, 0.3);
}

.guidance ol li a {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
  color: #6c573e;
  white-space: nowrap;
}

.guidance ol li.active::after,
.guidance ol li:hover::after {
  background-color: #f0601d;
}

.guidance ol li.active a,
.guidance ol li:hover a {
  color: #f0601d;
}

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

  .guidance ul {
    gap: 0.26667rem;
  }

  .guidance ul li a {
    padding: 0.2rem 0.33333rem;
    font-size: 0.32rem;
  }

  .guidance ol {
    gap: 0.2rem;
    margin-top: 0.13333rem;
    padding-bottom: 0.13333rem;
  }

  .guidance ol li {
    padding: 0 0.13333rem;
  }

  .guidance ol li::after {
    height: 0.02667rem;
  }

  .guidance ol li a {
    padding: 0.06667rem 0;
    font-size: 0.34667rem;
  }
}

.tournament {
  /* 直播中 */
  /* 未开赛 */
}

.tournament ul {
  border: 1px solid #e3d4be;
}

.tournament ul li {
  display: grid;
  grid-template-columns: 2fr 3fr 1fr;
  padding: 10px;
  background-color: #edeae4;
  border-bottom: 1px solid #e3d4be;
}

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

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

.tournament ul li .league .alliance {
  width: 100%;
  place-self: center start;
  overflow: hidden;
}

.tournament ul li .league .alliance a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tournament ul li .league .alliance a img {
  height: 25px;
}

.tournament ul li .league .alliance a strong {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  font-size: 12px;
}

.tournament ul li .league time {
  font-weight: bold;
  user-select: none;
}

.tournament ul li .league .situation {
  font-size: 12px;
  font-weight: bold;
  color: #797574;
}

.tournament ul li .league .situation.start {
  color: #ff2d2d;
}

.tournament ul li .rivalry {
  display: grid;
  grid-template-columns: 3fr 2fr 3fr;
  align-items: center;
}

.tournament ul li .rivalry figure {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tournament ul li .rivalry figure img {
  width: 30px;
}

.tournament ul li .rivalry figure figcaption {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
}

.tournament ul li .rivalry a {
  overflow: hidden;
}

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

.tournament ul li .rivalry .score {
  place-self: center;
}

.tournament ul li .rivalry .score a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tournament ul li .rivalry .score strong {
  font-weight: bold;
  padding: 7px 5px;
  background-color: #eacd95;
  color: #fc423b;
}

.tournament ul li .current {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
}

.tournament ul li .current .speaker a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tournament ul li .current .speaker a img {
  height: 26px;
}

.tournament ul li .current .speaker a strong {
  font-weight: bold;
}

.tournament ul li .current .proving {
  place-self: center end;
}

.tournament ul li .current .proving .mentStart {
  display: flex;
  align-items: center;
}

.tournament ul li .current .proving .mentStart .bar {
  display: inline-block;
  width: 3px;
  height: 10px;
  background-color: rgba(255, 140, 0, 0.5);
  border-radius: 10px;
  animation: scale-up4 1s linear infinite;
}

.tournament ul li .current .proving .mentStart .bar:nth-child(2) {
  height: 20px;
  margin: 0 5px;
  animation-delay: 0.25s;
}

.tournament ul li .current .proving .mentStart .bar:nth-child(3) {
  animation-delay: 0.5s;
}

.tournament ul li .current .proving .mentAwait {
  position: relative;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tournament ul li .current .proving .mentAwait .d1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border-left-color: transparent;
  animation: load161 1s linear infinite;
}

.tournament ul li .current .proving .mentEnd {
  font-size: 24px;
}

.tournament ul li:hover {
  background-color: #f9e3cf;
}

.tournament ul li:hover .league .situation,
.tournament ul li:hover .league time,
.tournament ul li:hover .league .alliance a strong {
  color: #f06422;
}

.tournament ul li:hover .rivalry .score span,
.tournament ul li:hover .rivalry figure figcaption {
  color: #f06422;
}

.tournament ul li:hover .rivalry .score strong {
  background-color: #855731;
  color: #eacd95;
}

.tournament ul li:hover .current .speaker a strong {
  color: #f06422;
}

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

  .tournament ul li .league .alliance a {
    gap: 0.13333rem;
  }

  .tournament ul li .league .alliance a img {
    height: 0.33333rem;
  }

  .tournament ul li .league .alliance a strong {
    font-size: 0.32rem;
  }

  .tournament ul li .league .situation {
    place-self: center end;
    font-size: 0.32rem;
  }

  .tournament ul li .rivalry figure {
    gap: 0.13333rem;
  }

  .tournament ul li .rivalry figure img {
    width: 0.4rem;
  }

  .tournament ul li .rivalry figure figcaption {
    font-size: 0.32rem;
  }

  .tournament ul li .rivalry .score a {
    gap: 0.13333rem;
  }

  .tournament ul li .rivalry .score strong {
    padding: 0.09333rem 0.06667rem;
  }

  .tournament ul li .current .speaker {
    place-self: center start;
  }

  .tournament ul li .current .speaker a {
    gap: 0.13333rem;
  }

  .tournament ul li .current .speaker a img {
    height: 0.37333rem;
  }

  .tournament ul li .current .speaker a strong {
    font-size: 0.32rem;
  }

  .tournament ul li .current .proving .mentStart .bar {
    width: 0.04rem;
    height: 0.2rem;
    border-radius: 0.13333rem;
  }

  .tournament ul li .current .proving .mentStart .bar:nth-child(2) {
    height: 0.33333rem;
    margin: 0 0.06667rem;
  }

  .tournament ul li .current .proving .mentAwait {
    width: 0.33333rem;
    height: 0.33333rem;
  }

  .tournament ul li .current .proving .mentAwait .d1 {
    border-width: 0.02667rem;
    border-radius: 0.66667rem;
  }

  .tournament ul li .current .proving .mentEnd {
    font-size: 0.42667rem;
  }
}

@keyframes scale-up4 {
  20% {
    background-color: darkorange;
    transform: scaleY(1.5);
  }

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

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

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

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

.videotape .coverTier {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.videotape .coverTier .cover {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

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

.videotape .depict {
  width: 100%;
  height: 132px;
  box-sizing: border-box;
  padding: 10px 10px 15px;
  background-color: #edeae4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e3d4be;
}

.videotape .depict p {
  font-size: 12px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.videotape:hover .coverTier .cover {
  transform: scale(1.08);
}

.videotape:hover .depict {
  background-color: #f9e3cf;
  border-color: #f9e3cf;
}

.videotape:hover .depict p {
  color: #f0601d;
}

@media screen and (max-width: 768px) {
  .videotape .coverTier {
    height: 2.66667rem;
  }

  .videotape .coverTier .play {
    width: 1.06667rem;
    height: 1.06667rem;
  }

  .videotape .depict {
    height: 2.02667rem;
    padding: 0.13333rem 0.13333rem 0.2rem;
  }

  .videotape .depict p {
    font-size: 0.32rem;
  }
}

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

.resourceTier .resource {
  display: flex;
  align-items: center;
  gap: 5px;
}

.resourceTier .resource img {
  width: 20px;
}

.resourceTier .resource strong,
.resourceTier .resource time {
  font-size: 14px;
  font-weight: bold;
  color: #797574;
}

@media screen and (max-width: 768px) {
  .resourceTier .resource img {
    width: 0.33333rem;
  }

  .resourceTier .resource strong,
  .resourceTier .resource time {
    font-size: 0.32rem;
  }
}

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

.newsList a {
  display: flex;
  gap: 15px;
}

.newsList .newsRefer {
  flex: 1;
  width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newsList .newsRefer .referArea {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newsList .newsRefer .referArea .newsTitle {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.newsList .newsRefer .referArea p {
  font-size: 12px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.newsList .newsRefer .classify {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.newsList .newsRefer .classify span {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  color: #7c7876;
  background-color: #e3d4be;
}

.newsList:hover {
  background-color: #f9e3cf;
}

.newsList:hover .newsRefer .referArea p,
.newsList:hover .newsRefer .referArea .newsTitle {
  color: #f0601d;
}

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

  .newsList a {
    gap: 0.2rem;
  }

  .newsList .newsRefer .referArea {
    gap: 0.13333rem;
  }

  .newsList .newsRefer .referArea .newsTitle {
    font-size: 0.32rem;
  }

  .newsList .newsRefer .referArea p {
    font-size: 0.26667rem;
  }

  .newsList .newsRefer .classify {
    gap: 0.13333rem;
  }

  .newsList .newsRefer .classify span {
    font-size: 0.26667rem;
    padding: 0.06667rem 0.13333rem;
  }
}

.crumb {
  margin-bottom: 15px;
}

.crumb ul {
  display: flex;
}

.crumb ul li::after {
  content: ">";
  margin: 0 5px;
}

.crumb ul li:last-child::after {
  content: "";
}

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

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

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

.sellTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.sellTitle .linchpin {
  display: flex;
  align-items: center;
  gap: 5px;
}

.sellTitle .linchpin img {
  width: 22px;
}

.sellTitle .linchpin strong {
  font-size: 18px;
  font-weight: bold;
}

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

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

.sellTitle .more a .iconfont {
  font-size: 10px;
}

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

  .sellTitle .linchpin img {
    width: 0.50667rem;
  }

  .sellTitle .linchpin strong {
    font-size: 0.37333rem;
  }

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

  .sellTitle .more a .iconfont {
    font-size: 0.21333rem;
  }
}

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

.outermost .primary {
  flex: 1;
  width: 0;
  overflow: hidden;
}

.outermost .peddling {
  width: 28%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.outermost .peddling .subpart {
  width: 100%;
  height: fit-content;
  padding: 15px;
  background-color: #edeae4;
  box-sizing: border-box;
}

.outermost .peddling .subpart .salesNews ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.outermost .peddling .subpart .salesNews ul li a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.outermost .peddling .subpart .salesNews ul li a p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}

.outermost .peddling .subpart .salesNews ul li a time {
  font-weight: bold;
}

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

  .outermost .primary {
    width: 100%;
  }

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

  .outermost .peddling .subpart {
    padding: 0.2rem;
  }

  .outermost .peddling .subpart .salesNews ul {
    gap: 0.13333rem;
  }

  .outermost .peddling .subpart .salesNews ul li a {
    gap: 0.13333rem;
  }

  .outermost .peddling .subpart .salesNews ul li a p,
  .outermost .peddling .subpart .salesNews ul li a time {
    font-size: 0.32rem;
  }
}

.salesVideo ul {
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
}

.salesVideo ul li a {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.salesVideo ul li a .surface {
  position: relative;
}

.salesVideo ul li a .surface .surfaceImg {
  width: 100%;
  height: 130px;
}

.salesVideo ul li a .surface time {
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: bold;
  color: #fff;
}

.salesVideo ul li a .surface time.exact {
  top: unset;
  left: unset;
  bottom: 10px;
  right: 10px;
}

.salesVideo ul li a .surface .sellPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}

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

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

  .salesVideo ul li a {
    gap: 0.06667rem;
  }

  .salesVideo ul li a .surface .surfaceImg {
    width: 100%;
    height: 2.4rem;
  }

  .salesVideo ul li a .surface time {
    top: 0.13333rem;
    left: 0.13333rem;
    font-size: 0.32rem;
  }

  .salesVideo ul li a .surface time.exact {
    bottom: 0.13333rem;
    right: 0.13333rem;
  }

  .salesVideo ul li a .surface .sellPlay {
    width: 1.06667rem;
    height: 1.06667rem;
  }

  .salesVideo ul li a p {
    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 #e3d4be;
}

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

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

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

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

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

.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;
  }
}

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

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

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

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

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

.specific .source ul li::after {
  content: "|";
  color: #909090;
}

.specific .source ul li:last-child::after {
  content: "";
}

.specific .source ul li span,
.specific .source ul li time,
.specific .source ul li strong {
  color: #909090;
}

.specific .source ul li img {
  height: 16px;
}

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

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

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

  .specific .source ul {
    gap: 0.06667rem;
  }

  .specific .source ul li {
    gap: 0.06667rem;
  }

  .specific .source ul li span,
  .specific .source ul li time,
  .specific .source ul li strong {
    font-size: 0.32rem;
  }

  .specific .source ul li img {
    height: 0.32rem;
  }
}

.foremost {
  background: url(../public/image/home_bg.png) no-repeat;
  background-size: 100% 100%;
}

/* 首页 */
.home {
  background: url(../public/image/bannar.png) no-repeat;
  background-position: top;
  background-size: 100%;
  padding-top: 150px;
}

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

.region {
  padding: 50px 0 30px;
}

.region .rubric {
  position: relative;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 40px;
  z-index: 2;
}

.region .rubric strong {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: bold;
  color: #d96d22;
  user-select: none;
}

.region .rubric img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  z-index: -1;
}

.region .rubric span {
  width: 120px;
  height: 5px;
}

.region .rubric span.leftSide {
  background: linear-gradient(to left, #e9d8d7, #e9d8d7, transparent);
}

.region .rubric span.rigthSide {
  background: linear-gradient(to right, #e9d8d7, #e9d8d7, transparent);
}

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

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

  .region .rubric {
    height: 1.6rem;
    gap: 0.66667rem;
    margin-bottom: 0.53333rem;
  }

  .region .rubric strong {
    font-size: 0.48rem;
  }

  .region .rubric span {
    width: 1.6rem;
    height: 0.06667rem;
  }
}

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

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

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

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

.combine ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.combine ul li .external {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid #e4d6c1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  box-sizing: border-box;
}

.combine ul li .external .inside {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #edeae4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.combine ul li .external .inside img {
  width: 48%;
}

.combine ul li strong {
  width: 100%;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.combine ul li:hover .external {
  border-color: #f0601d;
}

.combine ul li:hover .external .inside {
  background-color: #f9e3cf;
}

.combine ul li:hover strong {
  color: #f0601d;
}

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

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

  .combine ul li .external {
    padding: 0.06667rem;
  }

  .combine ul li strong {
    font-size: 0.32rem;
  }
}

.ranking ol li {
  --standing-dd-bg1: linear-gradient(to right, #e3d4be, #e3d4be, #edeae4);
  --standing-dd-bg2: linear-gradient(to right, #e1d9ce, #e1d9ce, #edeae4);
  --standing-dd-bg3: linear-gradient(to right, #dedbd6, #dedbd6, #edeae4);
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  place-items: center;
  background-color: #edeae4;
  padding: 15px 10px;
  border-top: 1px solid #dec29c;
}

.ranking ol li .appoint {
  width: 25px;
  height: 26px;
  background-color: #e3d4be;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ranking ol li .appoint span {
  font-size: 16px;
}

.ranking ol li a {
  grid-column: span 3;
  place-self: center start;
  width: 100%;
}

.ranking ol li figure {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
}

.ranking ol li figure img {
  height: 28px;
}

.ranking ol li figure figcaption {
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ranking ol li span {
  font-weight: bold;
}

.ranking ol li:first-child {
  background-color: #dec29c !important;
}

.ranking ol li:first-child strong {
  font-weight: bold;
  font-size: 15px;
  color: #61451f;
  white-space: nowrap;
}

.ranking ol li:first-child strong:nth-child(2) {
  grid-column: span 3;
}

.ranking ol li:nth-child(2) {
  background: var(--standing-dd-bg1);
}

.ranking ol li:nth-child(2) .appoint {
  background: url(../public/image/rank1.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.ranking ol li:nth-child(3) {
  background: var(--standing-dd-bg2);
}

.ranking ol li:nth-child(3) .appoint {
  background: url(../public/image/rank2.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.ranking ol li:nth-child(4) {
  background: var(--standing-dd-bg3);
}

.ranking ol li:nth-child(4) .appoint {
  background: url(../public/image/rank3.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.ranking ol li:hover {
  background: #f9e3cf;
}

.ranking ol li:hover figure figcaption,
.ranking ol li:hover .appoint,
.ranking ol li:hover span {
  color: #f0601d;
}

@media screen and (max-width: 768px) {
  .ranking ol li {
    padding: 0.2rem 0.13333rem;
  }

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

  .ranking ol li .appoint {
    width: 0.46667rem;
    height: 0.48rem;
  }

  .ranking ol li .appoint span {
    font-size: 0.32rem;
  }

  .ranking ol li figure {
    gap: 0.06667rem;
  }

  .ranking ol li figure img {
    height: 0.48rem;
  }

  .ranking ol li figure figcaption {
    font-size: 0.29333rem;
  }

  .ranking ol li:first-child strong {
    font-size: 0.32rem;
  }
}

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

.publicity ul li {
  height: fit-content;
}

.publicity ul li .newsCover {
  width: 350px;
  height: 220px;
}

.publicity ul li .newsCover img {
  width: 100%;
  height: 100%;
}

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

  .publicity ul li .newsCover {
    width: 4.4rem;
    height: 2.93333rem;
  }
}

/* 非首页 */
.project {
  width: 100%;
  height: fit-content;
  padding: 15px;
  background-color: #edeae4;
  box-sizing: border-box;
  margin-bottom: 20px;
}

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

.project ul li {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  background-color: #e5d7c3;
  padding: 15px;
  user-select: none;
}

.project ul li .match {
  display: grid;
  grid-template-columns: 3fr 1fr 3fr;
  place-items: center;
}

.project ul li .match a {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.project ul li .match .hostTeam {
  text-align: right;
}

.project ul li .match a,
.project ul li .match span {
  font-weight: bold;
}

.project ul li time {
  font-weight: bold;
  white-space: nowrap;
}

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

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

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

  .project ul li {
    padding: 0.26667rem;
  }

  .project ul li time,
  .project ul li .facts {
    font-size: 0.32rem;
  }

  .project ul li .match span,
  .project ul li .match a {
    font-size: 0.32rem;
  }
}

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

.hotMatch .matchPot ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hotMatch .matchPot ul li a {
  font-weight: bold;
  white-space: nowrap;
}

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

  .hotMatch .matchPot ul {
    gap: 0.13333rem;
  }

  .hotMatch .matchPot ul li a {
    font-size: 0.32rem;
  }
}

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

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

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

.newsTruth ul li {
  height: fit-content;
}

.newsTruth ul li .newsCover {
  width: 280px;
  height: 180px;
}

.newsTruth ul li .newsCover img {
  width: 100%;
  height: 100%;
}

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

  .newsTruth ul li .newsCover {
    width: 4.4rem;
    height: 2.93333rem;
  }
}

.compile {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}

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

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

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

  .compile p {
    text-indent: 0.26667rem;
  }

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

.contiguous {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contiguous .sheet {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #b1b1bc;
  border-radius: 20px;
  overflow: hidden;
}

.contiguous .sheet a {
  display: flex;
  gap: 5px;
}

.contiguous .sheet a p,
.contiguous .sheet a strong {
  font-weight: bold;
  white-space: nowrap;
}

.contiguous .sheet a p {
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .contiguous {
    grid-template-columns: auto;
    gap: 0.26667rem;
  }

  .contiguous .sheet {
    padding: 0.13333rem;
    border-radius: 0rem;
  }

  .contiguous .sheet a {
    gap: 0.06667rem;
  }

  .contiguous .sheet a p,
  .contiguous .sheet a strong {
    font-size: 0.32rem;
  }
}

.reveal {
  position: relative;
  height: 410px;
}

.reveal a {
  display: block;
  width: 100%;
  height: 100%;
}

.reveal a img {
  width: 100%;
  height: 100%;
}

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

.reveal a time {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}

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

  .reveal a .play {
    width: 1.33333rem;
    height: 1.33333rem;
  }

  .reveal a time {
    bottom: 0.13333rem;
    right: 0.13333rem;
    font-size: 0.32rem;
  }
}

.narrate {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}

.narrate .caption,
.narrate .arouse ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

  .narrate .caption,
  .narrate .arouse ul {
    gap: 0.13333rem;
  }
}

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

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

.relatedVideo .salesVideo ul li a .surface .surfaceImg {
  height: 170px;
}

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

  .relatedVideo .salesVideo ul {
    gap: 0.26667rem;
  }

  .relatedVideo .salesVideo ul li a .surface .surfaceImg {
    height: 2.66667rem;
  }
}

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

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

.athletics {
  position: relative;
  width: 100%;
  height: 390px;
  display: grid;
  grid-template-columns: 3fr 2fr 3fr;
  place-items: center;
  background: url(../public/image/matchs_zuqiu_bg.png) no-repeat;
  background-size: 100% 100%;
  margin: 15px 0;
}

.athletics .signal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  white-space: nowrap;
  background: rgba(225, 225, 225, 0.8);
}

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

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


.athletics.reverse {
  background: url(../public/image/matchs_lanqiu_bg.png) no-repeat;
  background-size: 100% 100%;
}

.athletics .mutual {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.athletics .mutual img {
  width: 120px;
}

.athletics .mutual figcaption {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.athletics .locale {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.athletics .locale time,
.athletics .locale strong,
.athletics .locale a {
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

.athletics .locale time {
  font-size: 16px;
}

.athletics .locale strong {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .athletics .signal {
    padding: 0.13333rem;
    font-size: 0.32rem;
  }

  .athletics {
    height: 6.4rem;
    margin: 0.2rem 0;
  }

  .athletics .mutual {
    gap: 0.13333rem;
  }

  .athletics .mutual img {
    width: 2.13333rem;
  }

  .athletics .mutual figcaption {
    font-size: 0.32rem;
  }

  .athletics .locale {
    gap: 0.13333rem;
  }

  .athletics .locale a,
  .athletics .locale time {
    font-size: 0.32rem;
  }

  .athletics .locale strong {
    font-size: 0.42667rem;
  }
}

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

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

.broadcast .tourGuide ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.broadcast .tourGuide ul li {
  border: 1px solid transparent;
}

.broadcast .tourGuide ul li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
}

.broadcast .tourGuide ul li.active,
.broadcast .tourGuide ul li:hover {
  border: 1px solid #e3d4be;
  background-color: #f9e3cf;
}

.broadcast .tourGuide ul li.active a,
.broadcast .tourGuide ul li:hover a {
  color: #f0601d;
}

@media screen and (max-width: 768px) {
  .broadcast .tourGuide ul {
    justify-content: space-between;
    gap: 0;
  }

  .broadcast .tourGuide ul li a {
    font-size: 0.32rem;
    padding: 0.2rem 0.26667rem;
  }
}

.broadcast .gather {
  margin-top: 20px;
}

.broadcast .gather .group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
  padding: 0 20px;
}

.broadcast .gather .group a {
  width: 100%;
  overflow: hidden;
}

.broadcast .gather .group a:last-child figcaption {
  text-align: right;
}

.broadcast .gather .group .contender {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
}

.broadcast .gather .group .contender img {
  height: 60px;
}

.broadcast .gather .group .contender figcaption {
  flex: 1;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .broadcast .gather .group {
    margin-bottom: 0.4rem;
    padding: 0 0.26667rem;
  }

  .broadcast .gather .group .contender {
    gap: 0.13333rem;
  }

  .broadcast .gather .group .contender img {
    height: 1.33333rem;
  }

  .broadcast .gather .group .contender figcaption {
    width: 2.4rem;
    font-size: 0.32rem;
  }
}

.broadcast .gather .describe {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.broadcast .gather .describe .insured {
  display: flex;
  white-space: nowrap;
  align-items: center;
}

.broadcast .gather .describe .insured ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.broadcast .gather .describe .insured ul li {
  animation: shrink 2s ease-out infinite;
}

.broadcast .gather .describe .insured ul li a {
  color: #f0601d;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .broadcast .gather .describe {
    gap: 0.2rem;
  }

  .broadcast .gather .describe p {
    font-size: 0.32rem;
  }

  .broadcast .gather .describe .insured ul {
    gap: 0.2rem;
  }

  .broadcast .gather .describe .insured ul li a {
    font-size: 0.32rem;
  }
}

.broadcast .gather .separate {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.broadcast .gather .separate .exclusive {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.broadcast .gather .separate .exclusive .contrary {
  width: 100%;
  height: fit-content;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #e3d4be;
}

.broadcast .gather .separate .exclusive .contrary.vantage {
  --title-color: #ff0000;
  --content-bg: #f9b5b5;
}

.broadcast .gather .separate .exclusive .contrary.unlucky {
  --title-color: #646466;
  --content-bg: #c9c9c9;
}

.broadcast .gather .separate .exclusive .contrary.neutral {
  --title-color: #37c8e7;
  --content-bg: #acedfb;
}

.broadcast .gather .separate .exclusive .contrary ul {
  position: relative;
  width: 100%;
  height: fit-content;
  padding-left: 15px;
  box-sizing: border-box;
}

.broadcast .gather .separate .exclusive .contrary ul::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #e6e6e6;
}

.broadcast .gather .separate .exclusive .contrary ul 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;
}

.broadcast .gather .separate .exclusive .contrary ul li:first-child {
  font-size: 14px;
  margin-bottom: 18px;
  color: var(--title-color);
  background: none;
  padding: 5px 0;
}

.broadcast .gather .separate .exclusive .contrary ul li:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 4px;
  height: 100%;
  background-color: var(--content-bg);
  z-index: 1;
}

.broadcast .gather .separate .exclusive .contrary ul li:last-child {
  margin-bottom: 0;
}

.broadcast .gather .separate .exclusive .contrary ul li.tidings-level-1 {
  color: #fb2828;
}

.broadcast .gather .separate .exclusive .contrary ul li.tidings-level-2 {
  color: #edd579;
}

.broadcast .gather .separate .exclusive .contrary ul li.tidings-level-3 {
  color: #4b8bc1;
}

.broadcast .gather .separate .exclusive .contrary ul li.tidings-level-4 {
  color: #71a172;
}

.broadcast .gather .separate .exclusive .contrary ul li.tidings-level-5 {
  color: #b863dc;
}

.broadcast .gather .separate .exclusive .contrary ul 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) {
  .broadcast .gather .separate {
    grid-template-columns: auto;
    gap: 0.13333rem;
  }

  .broadcast .gather .separate .exclusive {
    gap: 0.13333rem;
  }

  .broadcast .gather .separate .exclusive .contrary {
    padding: 0.13333rem;
  }

  .broadcast .gather .separate .exclusive .contrary ul {
    padding-left: 0.2rem;
  }

  .broadcast .gather .separate .exclusive .contrary ul::after {
    width: 0.08rem;
  }

  .broadcast .gather .separate .exclusive .contrary ul li {
    padding: 0.10667rem;
    margin-bottom: 0.26667rem;
    letter-spacing: 0.02667rem;
    font-size: 0.32rem;
  }

  .broadcast .gather .separate .exclusive .contrary ul li:first-child {
    font-size: 0.34667rem;
    margin-bottom: 0.24rem;
    padding: 0.06667rem 0;
  }

  .broadcast .gather .separate .exclusive .contrary ul li:first-child::after {
    left: -0.2rem;
    width: 0.08rem;
  }

  .broadcast .gather .separate .exclusive .contrary ul li::after {
    left: -0.2rem;
    width: 0.08rem;
    height: 0.08rem;
  }
}

.broadcast .dossier {
  margin-bottom: 15px;
}

.broadcast .dossier .explain {
  font-size: 18px;
  font-weight: bold;
}

.broadcast .dossier ul {
  margin-top: 15px;
  border: 1px solid #e3d4be;
}

.broadcast .dossier ul li {
  display: grid;
  grid-template-columns: 2fr 3fr 1fr;
  padding: 15px 10px;
  align-items: center;
  border-top: 1px solid #e3d4be;
}

.broadcast .dossier ul li .union {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.broadcast .dossier ul li .union a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.broadcast .dossier ul li .duel {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  place-items: center;
}

.broadcast .dossier ul li .duel a {
  width: 100%;
  overflow: hidden;
}

.broadcast .dossier ul li .duel a:first-child figcaption {
  text-align: right;
}

.broadcast .dossier ul li .duel .federation {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
}

.broadcast .dossier ul li .duel .federation img {
  width: 25px;
}

.broadcast .dossier ul li .duel .federation figcaption {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.broadcast .dossier ul li .record {
  place-self: center end;
}

.broadcast .dossier ul li a,
.broadcast .dossier ul li time,
.broadcast .dossier ul li figcaption,
.broadcast .dossier ul li span {
  font-size: 12px;
  font-weight: bold;
}

.broadcast .dossier ul li:first-child {
  background-color: #e3d4be;
}

.broadcast .dossier ul li:first-child strong {
  font-weight: bold;
  white-space: nowrap;
}

.broadcast .dossier .unknown {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.broadcast .dossier .unknown strong {
  font-weight: bold;
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid transparent;
}

.broadcast .dossier .unknown strong.active {
  background-color: #f9e3cf;
  color: #f0601d;
  border: 1px solid #e3d4be;
}

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

  .broadcast .dossier .explain {
    font-size: 0.37333rem;
  }

  .broadcast .dossier ul {
    margin-top: 0.26667rem;
  }

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

  .broadcast .dossier ul li .union time {
    text-align: right;
  }

  .broadcast .dossier ul li .duel .federation {
    gap: 0.13333rem;
  }

  .broadcast .dossier ul li .duel .federation img {
    width: 0.4rem;
  }

  .broadcast .dossier ul li .record {
    place-self: center;
  }

  .broadcast .dossier ul li a,
  .broadcast .dossier ul li time,
  .broadcast .dossier ul li figcaption,
  .broadcast .dossier ul li span {
    font-size: 0.32rem;
  }

  .broadcast .dossier ul li:first-child {
    grid-template-columns: 2fr 3fr 1fr;
    font-size: 0.32rem;
  }

  .broadcast .dossier .unknown {
    margin-top: 0.13333rem;
  }

  .broadcast .dossier .unknown strong {
    padding: 0.13333rem 0.2rem;
  }
}

@keyframes shrink {

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

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

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

.ballSports .ballGame {
  width: 100%;
  border: 1px solid #e7dccc;
  background: rgba(237, 234, 228, 0.5);
}

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

.ballSports .ballGame a strong {
  font-size: 16px;
  font-weight: bold;
}

.ballSports .ballGame a img {
  width: 28px;
}

.ballSports .ballGame.active,
.ballSports .ballGame:hover {
  background: #f9e3cf;
  border-color: #f09266;
}

.ballSports .ballGame.active a strong,
.ballSports .ballGame:hover a strong {
  color: #f0601d;
}

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

  .ballSports .ballGame a {
    padding: 0.13333rem 0;
    gap: 0.06667rem;
  }

  .ballSports .ballGame a strong {
    font-size: 0.34667rem;
  }

  .ballSports .ballGame a img {
    width: 0.42667rem;
  }
}

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

.weekly ol {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
}

.weekly ol li {
  background: rgba(237, 234, 228, 0.5);
  border: 1px solid #e7dccc;
  border-radius: 5px;
}

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

.weekly ol li a span {
  font-size: 14px;
  font-weight: bold;
}

.weekly ol li.active,
.weekly ol li:hover {
  background: #f9e3cf;
  border-color: #f09266;
}

.weekly ol li.active a,
.weekly ol li:hover a {
  color: #f0601d;
}

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

  .weekly ol li:last-child {
    margin-right: 0;
  }
}

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

  .weekly ol li {
    margin-right: 0.2rem;
  }

  .weekly ol li:last-child {
    margin-right: 0;
  }

  .weekly ol li a {
    padding: 0.13333rem 0.53333rem;
    gap: 0.04rem;
  }

  .weekly ol li a time,
  .weekly ol li a span {
    font-size: 0.29333rem;
  }
}