@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: #0b0b0d;
}

a:focus {
  outline: none;
}

a.hidefocus {
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

input {
  outline: none;
}

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

.clearfix {
  zoom: 1;
}

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

.clear {
  clear: both;
}

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

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

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

::-webkit-scrollbar-thumb {
  border-radius: 0.5em;
  background: #35567f;
}

::-webkit-scrollbar-track {
  border-radius: 0.5em;
}

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

figure {
  margin: 0;
}

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

.leader {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
}

.leader .encirclement {
  display: flex;
  align-items: center;
  gap: 22px;
}

.leader .encirclement .logo {
  width: 144px;
  height: fit-content;
}

.leader .encirclement .logo a {
  width: 100%;
  height: fit-content;
  display: block;
}

.leader .encirclement .logo a img {
  width: 100%;
  height: auto;
}

.leader .encirclement .navigate {
  flex: 1;
  overflow: hidden;
  width: 0;
}

.leader .encirclement .navigate ul {
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  width: 100%;
  padding-bottom: 7px;
}

.leader .encirclement .navigate ul li {
  font-size: 13px;
  user-select: none;
  white-space: nowrap;
}

.leader .encirclement .navigate ul li a {
  color: #171e28;
  font-weight: bold;
}

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

  .leader .encirclement {
    flex-direction: column;
    gap: 0.42667rem;
  }

  .leader .encirclement .logo {
    width: 2.45333rem;
  }

  .leader .encirclement .navigate {
    width: 100%;
    flex: auto;
  }

  .leader .encirclement .navigate ul {
    gap: 0.16rem;
    padding-bottom: 0.13333rem;
  }

  .leader .encirclement .navigate ul li {
    font-size: 0.34667rem;
  }
}

.ground {
  background: #222222;
  width: 100%;
  overflow: hidden;
}

.ground .shove {
  padding: 46px 0;
  box-sizing: border-box;
}

.ground .shove .friendshi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
  user-select: none;
}

.ground .shove .friendshi strong {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.ground .shove .friendshi ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.ground .shove .friendshi ul li {
  font-size: 13px;
}

.ground .shove .friendshi ul li a {
  color: #fff;
  font-weight: bold;
}

.ground .shove p {
  font-size: 13px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 22px;
}

.ground .shove p a {
  color: #fff;
  font-weight: bold;
}

.ground .earth {
  padding: 22px 0;
  box-sizing: border-box;
  background: #171717;
}

.ground .earth dl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.ground .earth dl dt img {
  width: 96px;
}

.ground .earth dl dd {
  font-size: 13px;
}

.ground .earth dl dd a {
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .ground .shove {
    padding: 46px 10px;
  }

  .ground .earth {
    padding: 22px 10px;
  }
}

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

  .ground .shove .friendshi {
    gap: 0.24rem;
  }

  .ground .shove .friendshi strong {
    font-size: 0.34667rem;
  }

  .ground .shove .friendshi ul {
    gap: 0.10667rem;
  }

  .ground .shove .friendshi ul li {
    font-size: 0.30667rem;
  }

  .ground .earth {
    gap: 0.42667rem 0.2rem;
  }

  .ground .earth dl {
    gap: 0.16rem;
  }

  .ground .earth dl dt img {
    width: 1.70667rem;
  }

  .ground .earth dl dd {
    font-size: 0.30667rem;
  }
}

main {
  background-image: linear-gradient(to top, #13161f, #002d51);
}

main.enfold {
  padding: 72px 0;
}

@media screen and (max-width: 768px) {
  main.enfold {
    padding: 1.09333rem 0.2rem;
    box-sizing: border-box;
  }
}

.front {
  padding: 160px 0px;
  padding-bottom: 82px;
  background: url("../stirless/images/front.png") no-repeat;
  background-color: #111120;
  background-position: top;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  .front {
    padding: 2.13333rem 0;
    padding-bottom: 1.09333rem;
  }
}

.become {
  background: linear-gradient(to bottom, #111120, #002d51);
}

.become .caption strong {
  color: #fff;
}

.become .dynamic {
  width: 100%;
  overflow: hidden;
  padding: 66px 0px;
  box-sizing: border-box;
}

.become .comity {
  width: 100%;
  padding: 72px 0;
  box-sizing: border-box;
}

.become .comity .variorum {
  width: 100%;
}

.become .comity .variorum ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

.become .comity .variorum ul li {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: rgba(23, 30, 40, 0.7);
  border: 1px solid #424750;
  transition: all 0.2s;
}

.become .comity .variorum ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 158px;
  padding: 12px 28px;
  box-sizing: border-box;
}

.become .comity .variorum ul li a img {
  width: fit-content;
  height: 66px;
}

.become .comity .variorum ul li a strong {
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}

.become .comity .variorum ul li:hover {
  background-image: linear-gradient(to right, #fe6165, #25dde0);
  transform: scale(1.1);
  animation: slide 20s linear infinite;
}

.become .speedy {
  width: 100%;
  overflow: hidden;
  padding-bottom: 66px;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .become .dynamic {
    padding: 66px 10px;
  }

  .become .comity {
    padding: 72px 10px;
  }

  .become .comity .variorum ul {
    grid-template-columns: repeat(4, 1fr);
  }

  .become .speedy {
    padding: 0 10px;
    padding-bottom: 66px;
  }
}

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

  .become .comity {
    padding: 0.96rem 0.2rem;
  }

  .become .comity .variorum ul {
    gap: 0.29333rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .become .comity .variorum ul li a {
    gap: 0.21333rem;
    height: 3.04rem;
    padding: 0.21333rem 0.48rem;
  }

  .become .comity .variorum ul li a img {
    height: 1.01333rem;
  }

  .become .comity .variorum ul li a strong {
    font-size: 0.33333rem;
  }

  .become .speedy {
    padding: 0 0.2rem;
    padding-bottom: 0.88rem;
  }
}

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

.video-embody {
  position: relative;
  z-index: 2;
  width: 100%;
  height: fit-content;
}

.video-embody.fracture ul {
  grid-template-columns: repeat(2, 1fr);
}

.video-embody ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.video-embody ul li {
  width: 100%;
  overflow: hidden;
  background: #52575f;
}

.video-embody ul li a {
  width: 100%;
  display: block;
}

.video-embody ul li a .exhibit {
  position: relative;
  width: 100%;
  height: 186px;
}

.video-embody ul li a .exhibit .picture {
  width: 100%;
  height: 100%;
}

.video-embody ul li a .exhibit .picture img {
  width: 100%;
  height: 100%;
}

.video-embody ul li a .exhibit .emission {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
}

.video-embody ul li a .exhibit .emission img {
  width: 100%;
  height: 100%;
}

.video-embody ul li a .exhibit time {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 13px;
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
}

.video-embody ul li a .depict {
  width: 100%;
  padding: 8px 6px;
  box-sizing: border-box;
  height: 118px;
}

.video-embody ul li a .depict p {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.video-embody ul li a .depict .careful {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
}

.video-embody ul li a .depict .careful .sole {
  display: flex;
  align-items: center;
  gap: 6px;
  user-select: none;
}

.video-embody ul li a .depict .careful .sole .icon-icon {
  color: #f06363;
  font-size: 14px;
}

.video-embody ul li a .depict .careful .sole .icon-shijianzhouqi {
  font-size: 16px;
  color: #24acf2;
}

.video-embody ul li a .depict .careful .sole em,
.video-embody ul li a .depict .careful .sole time {
  white-space: nowrap;
  font-size: 13px;
  color: #fff;
}

.video-embody ul li:hover {
  background-image: linear-gradient(to right, #fe6165, #25dde0);
  animation: slide 10s linear infinite;
}

.video-embody ul li:hover a .exhibit .emission {
  animation: whirl 2s infinite forwards;
}

@keyframes whirl {
  0% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

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

  .video-embody ul li a .exhibit {
    height: 3.41333rem;
  }

  .video-embody ul li a .exhibit .emission {
    width: 1.01333rem;
    height: 1.01333rem;
  }

  .video-embody ul li a .exhibit time {
    font-size: 0.30667rem;
  }

  .video-embody ul li a .depict {
    padding: 0.10667rem 0.08rem;
    height: 2.24rem;
  }

  .video-embody ul li a .depict p {
    font-size: 0.30667rem;
    line-height: 0.45333rem;
  }

  .video-embody ul li a .depict .careful {
    margin-top: 0.50667rem;
  }

  .video-embody ul li a .depict .careful .sole {
    gap: 0.08rem;
  }

  .video-embody ul li a .depict .careful .sole .icon-icon {
    font-size: 0.32rem;
  }

  .video-embody ul li a .depict .careful .sole .icon-shijianzhouqi {
    font-size: 0.34667rem;
  }

  .video-embody ul li a .depict .careful .sole em,
  .video-embody ul li a .depict .careful .sole time {
    font-size: 0.30667rem;
  }
}

.emulation {
  width: 100%;
  height: fit-content;
  position: relative;
  z-index: 2;
}

.emulation ul {
  width: 100%;
  border: 1px solid #52575f;
}

.emulation ul li {
  width: 100%;
  padding: 8px 15px;
  box-sizing: border-box;
  background: #171e28;
  display: flex;
  flex-direction: column;
  gap: 22px;
  border-bottom: 2px solid #e15058;
  animation: slide 6s linear infinite;
}

.emulation ul li:hover {
  background-image: linear-gradient(to right, #fe6165, #25dde0);
}

.emulation ul li .keynote {
  display: grid;
  grid-template-columns: 1.3fr 2fr 1fr;
  align-items: center;
  gap: 10px;
}

.emulation ul li .keynote .similar {
  width: 100%;
  white-space: nowrap;
  user-select: none;
  overflow: hidden;
}

.emulation ul li .keynote .similar a {
  display: flex;
  align-items: center;
  gap: 9px;
}

.emulation ul li .keynote .similar a img {
  height: 32px;
}

.emulation ul li .keynote .similar a strong {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
}

.emulation ul li .keynote time {
  font-size: 14px;
  white-space: nowrap;
  color: #d2ff00;
}

.emulation ul li .keynote .state {
  white-space: nowrap;
  user-select: none;
  display: flex;
  justify-content: flex-end;
}

.emulation ul li .keynote .state img {
  width: 26px;
}

.emulation ul li .organized {
  display: flex;
  align-items: center;
  gap: 10px;
}

.emulation ul li .organized .squad {
  display: flex;
  flex-direction: column;
  gap: 22px;
  flex: 1;
  overflow: hidden;
  width: 0;
}

.emulation ul li .organized .squad .signify {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
}

.emulation ul li .organized .squad .signify a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.emulation ul li .organized .squad .signify a img {
  width: 42px;
  height: fit-content;
}

.emulation ul li .organized .squad .signify a strong {
  flex: 1;
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}

.emulation ul li .organized .strikethrough {
  display: flex;
  align-items: center;
  gap: 10px;
}

.emulation ul li .organized .strikethrough img {
  width: 32px;
}

.emulation ul li .organized .strikethrough span {
  width: 58px;
  height: 32px;
  background: #52575f;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  color: #e15058;
  font-weight: bold;
}

.emulation ul li .over {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 15px;
  box-sizing: border-box;
}

.emulation ul li .over .rapid {
  white-space: nowrap;
  user-select: none;
}

.emulation ul li .over .rapid a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.emulation ul li .over .rapid a img {
  width: 26px;
}

.emulation ul li .over .rapid a span {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.emulation ul li .over .see {
  white-space: nowrap;
  user-select: none;
}

.emulation ul li .over .see a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.emulation ul li .over .see a img {
  width: 26px;
  height: auto;
}

.emulation ul li .over .see a span {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.emulation ul li .loader {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(45deg, transparent, transparent 40%, #e5f403);
  animation: glow 2s linear infinite;
}

.emulation ul li .loader::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #212121;
  border-radius: 50%;
  z-index: 1000;
}

.emulation ul li .loader::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(45deg, transparent, transparent 40%, #e5f403);
  border-radius: 50%;
  z-index: 1000;
  z-index: 1;
  filter: blur(30px);
}

@keyframes glow {
  0% {
    transform: rotate(0deg);
    filter: hue-rotate(0deg);
  }

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

.emulation ul li .middle {
  white-space: nowrap;
  user-select: none;
}

.emulation ul li .bar {
  width: 3px;
  height: 16px;
  display: inline-block;
  transform-origin: bottom center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  animation: loader 1.2s linear infinite;
}

.emulation ul li .bar.bar1 {
  animation-delay: 0.1s;
}

.emulation ul li .bar.bar2 {
  animation-delay: 0.2s;
}

.emulation ul li .bar.bar3 {
  animation-delay: 0.3s;
}

.emulation ul li .bar.bar4 {
  animation-delay: 0.4s;
}

@keyframes loader {
  0% {
    transform: scaleY(0.1);
    background: transparent;
  }

  50% {
    transform: scaleY(1);
    background: #e74c3c;
  }

  100% {
    transform: scaleY(0.1);
    background: transparent;
  }
}

@media screen and (max-width: 768px) {
  .emulation ul li {
    padding: 0.33333rem 0.2rem;
    gap: 0.29333rem;
  }

  .emulation ul li .keynote {
    gap: 0.13333rem;
  }

  .emulation ul li .keynote .similar a {
    gap: 0.12rem;
  }

  .emulation ul li .keynote .similar a img {
    height: 0.69333rem;
  }

  .emulation ul li .keynote .similar a strong {
    font-size: 0.30667rem;
  }

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

  .emulation ul li .keynote .state {
    transform: scale(0.8);
  }

  .emulation ul li .organized {
    gap: 0.13333rem;
  }

  .emulation ul li .organized .squad {
    gap: 0.29333rem;
  }

  .emulation ul li .organized .squad .signify a {
    gap: 0.16rem;
  }

  .emulation ul li .organized .squad .signify a img {
    width: 0.82667rem;
  }

  .emulation ul li .organized .squad .signify a strong {
    font-size: 0.34667rem;
  }

  .emulation ul li .organized .strikethrough {
    gap: 0.13333rem;
  }

  .emulation ul li .organized .strikethrough img {
    width: 0.56rem;
  }

  .emulation ul li .organized .strikethrough span {
    width: 0.96rem;
    height: 0.48rem;
    font-size: 0.37333rem;
    line-height: 0.48rem;
  }

  .emulation ul li .over {
    gap: 0.16rem;
    padding: 0 0.2rem;
  }

  .emulation ul li .over .rapid a {
    gap: 0.10667rem;
  }

  .emulation ul li .over .rapid a img {
    width: 0.48rem;
  }

  .emulation ul li .over .rapid a span {
    font-size: 0.32rem;
  }

  .emulation ul li .over .see a {
    gap: 0.10667rem;
  }

  .emulation ul li .over .see a img {
    width: 0.42667rem;
  }

  .emulation ul li .over .see a span {
    font-size: 0.30667rem;
  }
}

.cocoon {
  z-index: 2;
  width: 100%;
  overflow: hidden;
}

.cocoon ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}

.cocoon ul li {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  background: #52575f;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
}

.cocoon ul li:hover {
  background-image: linear-gradient(to right, #fe6165, #25dde0);
  animation: slide 10s linear infinite;
}

.cocoon ul li a {
  width: 100%;
  height: 206px;
  display: block;
}

.cocoon ul li a figure {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 16px;
}

.cocoon ul li a figure img {
  width: 36%;
  height: 100%;
  border-radius: 8px;
}

.cocoon ul li a figure figcaption {
  flex: 1;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cocoon ul li a figure figcaption article {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cocoon ul li a figure figcaption article strong {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.cocoon ul li a figure figcaption article p {
  font-size: 13px;
  line-height: 26px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.cocoon ul li a figure figcaption .clearly {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cocoon ul li a figure figcaption .clearly .apiece {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cocoon ul li a figure figcaption .clearly .apiece .icon-icon {
  color: #fb595f;
  font-size: 16px;
}

.cocoon ul li a figure figcaption .clearly .apiece .icon-shijianzhouqi {
  font-size: 18px;
  color: #24acf2;
}

.cocoon ul li a figure figcaption .clearly .apiece span,
.cocoon ul li a figure figcaption .clearly .apiece time {
  font-size: 13px;
  color: #fff;
  white-space: nowrap;
  user-select: none;
}

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

  .cocoon ul li {
    padding: 0.13333rem;
    border-radius: 0.13333rem;
  }

  .cocoon ul li a {
    height: fit-content;
  }

  .cocoon ul li a figure {
    gap: 0.21333rem;
    flex-direction: column;
  }

  .cocoon ul li a figure img {
    width: 100%;
    height: 4.37333rem;
    border: 0.16rem;
  }

  .cocoon ul li a figure figcaption {
    height: 3.36rem;
  }

  .cocoon ul li a figure figcaption article {
    gap: 0.13333rem;
  }

  .cocoon ul li a figure figcaption article strong {
    font-size: 0.32rem;
  }

  .cocoon ul li a figure figcaption article p {
    font-size: 0.30667rem;
    line-height: 0.42667rem;
  }

  .cocoon ul li a figure figcaption .clearly .apiece {
    gap: 0.08rem;
  }

  .cocoon ul li a figure figcaption .clearly .apiece span,
  .cocoon ul li a figure figcaption .clearly .apiece time {
    font-size: 0.30667rem;
  }

  .cocoon ul li a figure figcaption .clearly .apiece .icon-shijianzhouqi {
    font-size: 0.37333rem;
  }

  .cocoon ul li a figure figcaption .clearly .apiece .icon-icon {
    font-size: 0.34667rem;
  }
}

.considerable {
  width: 100%;
  overflow: hidden;
}

.considerable .tolerance {
  width: 100%;
  height: fit-content;
  padding: 20px 10px;
  background: #171e28;
  border: 1px solid #424750;
  box-sizing: border-box;
}

.considerable .tolerance .nonpartisan {
  width: 100%;
  overflow: hidden;
}

.considerable .tolerance .nonpartisan ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.considerable .tolerance .nonpartisan ul li {
  width: 100%;
  padding: 8px 10px;
  box-sizing: border-box;
  background: #52575f;
  display: grid;
  grid-template-columns: 2fr 4fr 1fr;
  align-items: center;
  gap: 8px;
  user-select: none;
  white-space: nowrap;
  border-radius: 5px;
}

.considerable .tolerance .nonpartisan ul li:hover {
  background-image: linear-gradient(45deg, #fc5b61 0%, #3bdade 100%);
  animation: slide 25s linear infinite;
}

.considerable .tolerance .nonpartisan ul li time {
  font-size: 13px;
}

.considerable .tolerance .nonpartisan ul li time a {
  color: #fff;
  font-weight: bold;
  display: block;
  width: 100%;
}

.considerable .tolerance .nonpartisan ul li .grip {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  width: 100%;
  overflow: hidden;
  user-select: none;
  white-space: nowrap;
}

.considerable .tolerance .nonpartisan ul li .grip img {
  width: 26px;
}

.considerable .tolerance .nonpartisan ul li .grip .scheduled {
  width: 100%;
  overflow: hidden;
}

.considerable .tolerance .nonpartisan ul li .grip .scheduled:first-child {
  text-align: right;
}

.considerable .tolerance .nonpartisan ul li .grip .scheduled a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.considerable .tolerance .nonpartisan ul li .status {
  font-size: 13px;
  text-align: right;
}

.considerable .tolerance .nonpartisan ul li .status a {
  color: #fff;
  font-weight: bold;
}

.considerable .temperature {
  width: 100%;
  padding: 20px 10px;
  box-sizing: border-box;
  background: #171e28;
  border: 1px solid #424750;
  margin-top: 32px;
}

.considerable .temperature .topic {
  display: flex;
  align-items: center;
  gap: 12px;
}

.considerable .temperature .topic img {
  width: 32px;
}

.considerable .temperature .topic strong {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.considerable .temperature ul {
  margin-top: 26px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.considerable .temperature ul li {
  white-space: nowrap;
  user-select: none;
}

.considerable .temperature ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

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

  .considerable .tolerance .nonpartisan ul {
    gap: 0.29333rem;
    grid-template-columns: auto;
  }

  .considerable .tolerance .nonpartisan ul li {
    padding: 0.10667rem 0.13333rem;
    gap: 0.10667rem;
    border-radius: 0.06667rem;
  }

  .considerable .tolerance .nonpartisan ul li time {
    font-size: 0.30667rem;
  }

  .considerable .tolerance .nonpartisan ul li .grip {
    gap: 0.16rem;
  }

  .considerable .tolerance .nonpartisan ul li .grip img {
    width: 0.42667rem;
  }

  .considerable .tolerance .nonpartisan ul li .grip .scheduled a {
    font-size: 0.30667rem;
  }

  .considerable .tolerance .nonpartisan ul li .status {
    font-size: 0.30667rem;
  }

  .considerable .temperature {
    padding: 0.26667rem 0.13333rem;
    margin-top: 0.42667rem;
  }

  .considerable .temperature .topic {
    gap: 0.16rem;
  }

  .considerable .temperature .topic img {
    width: 0.69333rem;
  }

  .considerable .temperature .topic strong {
    font-size: 0.37333rem;
  }

  .considerable .temperature ul {
    gap: 0.13333rem;
    margin-top: 0.34667rem;
  }

  .considerable .temperature ul li a {
    font-size: 0.30667rem;
  }
}

.contend {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 26px;
  overflow-x: auto;
}

.contend ol {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 12px;
}

.contend ol li {
  position: relative;
  width: fit-content;
  height: fit-content;
  overflow: hidden;
  border-radius: 5px;
  background: #171e28;
  border: 1px solid #4f555f;
}

.contend ol li a {
  display: block;
  padding: 3px 22px;
  box-sizing: border-box;
}

.contend ol li a strong {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-shadow: 0 0 4px white;
  white-space: nowrap;
}

.contend ol li.active,
.contend ol li:hover {
  background-image: linear-gradient(45deg, #fc5b61 0%, #3bdade 100%);
  animation: slide 25s linear infinite;
}

@media screen and (max-width: 768px) {
  .contend {
    padding-bottom: 0.16rem;
    margin-bottom: 0.42667rem;
  }

  .contend ol {
    gap: 0.16rem;
  }

  .contend ol li {
    border-radius: 0.06667rem;
  }

  .contend ol li a {
    padding: 0.10667rem 0.42667rem;
  }

  .contend ol li a strong {
    font-size: 0.30667rem;
  }
}

@keyframes slide {
  100% {
    background-position: 65rem;
  }
}

.contest {
  width: 100%;
  overflow: hidden;
  padding-bottom: 86px;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .contest {
    padding: 0 10px;
    padding-bottom: 86px;
  }
}

@media screen and (max-width: 768px) {
  .contest {
    padding: 0 0.2rem;
    padding-bottom: 1.68rem;
  }
}

.caption {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 42px;
}

.caption strong {
  font-weight: bold;
  font-size: 26px;
  color: #111120;
}

.caption #pk {
  width: 160px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.caption #pk .lightsaber {
  position: absolute;
  width: 4px;
  height: 12px;
  background-color: #666;
  border-radius: 1px;
  bottom: 0;
}

.caption #pk .lightsaber.ls-left {
  left: 0;
}

.caption #pk .lightsaber.ls-right {
  right: 0;
}

.caption #pk .lightsaber:before {
  position: absolute;
  content: " ";
  display: block;
  width: 2px;
  height: 25px;
  max-height: 1px;
  left: 1px;
  top: 1px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}

.caption #pk .lightsaber:after {
  position: absolute;
  content: " ";
  display: block;
  width: 2px;
  height: 2px;
  left: 1px;
  top: 4px;
  background-color: #fff;
  border-radius: 50%;
}

.caption #pk .ls-particles {
  position: absolute;
  left: 82px;
  top: 10px;
  width: 1px;
  height: 5px;
  background-color: #333333;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}

.caption #pk .lightsaber.ls-green:before {
  -webkit-animation: showlightgreen 2s ease-in-out infinite 1s;
  animation: showlightgreen 2s ease-in-out infinite 1s;
}

.caption #pk .lightsaber.ls-red:before {
  -webkit-animation: showlightred 2s ease-in-out infinite 1s;
  animation: showlightred 2s ease-in-out infinite 1s;
}

.caption #pk .lightsaber.ls-left {
  -webkit-animation: fightleft 2s ease-in-out infinite 1s;
  animation: fightleft 2s ease-in-out infinite 1s;
}

.caption #pk .lightsaber.ls-right {
  -webkit-animation: fightright 2s ease-in-out infinite 1s;
  animation: fightright 2s ease-in-out infinite 1s;
}

.caption #pk .ls-particles.ls-part-1 {
  -webkit-animation: particles1 2s ease-out infinite 1s;
  animation: particles1 2s ease-out infinite 1s;
}

.caption #pk .ls-particles.ls-part-2 {
  -webkit-animation: particles2 2s ease-out infinite 1s;
  animation: particles2 2s ease-out infinite 1s;
}

.caption #pk .ls-particles.ls-part-3 {
  -webkit-animation: particles3 2s ease-out infinite 1s;
  animation: particles3 2s ease-out infinite 1s;
}

.caption #pk .ls-particles.ls-part-4 {
  -webkit-animation: particles4 2s ease-out infinite 1s;
  animation: particles4 2s ease-out infinite 1s;
}

.caption #pk .ls-particles.ls-part-5 {
  -webkit-animation: particles5 2s ease-out infinite 1s;
  animation: particles5 2s ease-out infinite 1s;
}

@-webkit-keyframes showlightgreen {
  0% {
    max-height: 0;
    box-shadow: 0 0 0 0 #87c054;
  }

  5% {
    box-shadow: 0 0 4px 2px #87c054;
  }

  10% {
    max-height: 44px;
  }

  80% {
    max-height: 44px;
  }

  85% {
    box-shadow: 0 0 4px 2px #87c054;
  }

  100% {
    max-height: 0;
    box-shadow: 0 0 0 0 #87c054;
  }
}

@-webkit-keyframes showlightred {
  0% {
    max-height: 0;
    box-shadow: 0 0 0 0 #f06363;
  }

  20% {
    box-shadow: 0 0 4px 2px #f06363;
  }

  25% {
    max-height: 44px;
  }

  80% {
    max-height: 44px;
  }

  85% {
    box-shadow: 0 0 4px 2px #f06363;
  }

  100% {
    max-height: 0;
    box-shadow: 0 0 0 0 #f06363;
  }
}

@-webkit-keyframes fightleft {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    left: 0;
    bottom: 0;
  }

  30% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    bottom: 0;
  }

  40% {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    left: 0;
    bottom: 2px;
  }

  45% {
    -webkit-transform: rotateZ(65deg);
    transform: rotateZ(65deg);
    left: 0;
  }

  65% {
    -webkit-transform: rotateZ(410deg);
    transform: rotateZ(410deg);
    left: 82px;
    bottom: 10px;
  }

  95% {
    -webkit-transform: rotateZ(410deg);
    transform: rotateZ(410deg);
    left: 0;
    bottom: 0;
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    left: 0;
    bottom: 0;
  }
}

@-webkit-keyframes fightright {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    right: 0;
    bottom: 0;
  }

  30% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    bottom: 0;
  }

  45% {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    right: 0;
    bottom: 2px;
  }

  50% {
    -webkit-transform: rotateZ(-65deg);
    transform: rotateZ(-65deg);
    right: 0;
  }

  68% {
    -webkit-transform: rotateZ(-410deg);
    transform: rotateZ(-410deg);
    right: 58px;
    bottom: 13px;
  }

  95% {
    -webkit-transform: rotateZ(-410deg);
    transform: rotateZ(-410deg);
    right: 0;
    bottom: 0;
  }

  100% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
    right: 0;
    bottom: 0;
  }
}

@-webkit-keyframes particles1 {
  0% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(35deg) translateY(0px);
    transform: rotateZ(35deg) translateY(0px);
  }

  63% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(35deg) translateY(0px);
    transform: rotateZ(35deg) translateY(0px);
  }

  64% {
    background-color: #333333;
    -webkit-transform: rotateZ(35deg) translateY(0px);
    transform: rotateZ(35deg) translateY(0px);
  }

  100% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(35deg) translateY(-30px);
    transform: rotateZ(35deg) translateY(-30px);
  }
}

@-webkit-keyframes particles2 {
  0% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-65deg) translateY(0px);
    transform: rotateZ(-65deg) translateY(0px);
  }

  63% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-65deg) translateY(0px);
    transform: rotateZ(-65deg) translateY(0px);
  }

  64% {
    background-color: #333333;
    -webkit-transform: rotateZ(-65deg) translateY(0px);
    transform: rotateZ(-65deg) translateY(0px);
  }

  95% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-65deg) translateY(-40px);
    transform: rotateZ(-65deg) translateY(-40px);
  }

  100% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-65deg) translateY(-40px);
    transform: rotateZ(-65deg) translateY(-40px);
  }
}

@-webkit-keyframes particles3 {
  0% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-75deg) translateY(0px);
    transform: rotateZ(-75deg) translateY(0px);
  }

  63% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-75deg) translateY(0px);
    transform: rotateZ(-75deg) translateY(0px);
  }

  64% {
    background-color: #333333;
    -webkit-transform: rotateZ(-75deg) translateY(0px);
    transform: rotateZ(-75deg) translateY(0px);
  }

  97% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-75deg) translateY(-35px);
    transform: rotateZ(-75deg) translateY(-35px);
  }

  100% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-75deg) translateY(-35px);
    transform: rotateZ(-75deg) translateY(-35px);
  }
}

@-webkit-keyframes particles4 {
  0% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-25deg) translateY(0px);
    transform: rotateZ(-25deg) translateY(0px);
  }

  63% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-25deg) translateY(0px);
    transform: rotateZ(-25deg) translateY(0px);
  }

  64% {
    background-color: #333333;
    -webkit-transform: rotateZ(-25deg) translateY(0px);
    transform: rotateZ(-25deg) translateY(0px);
  }

  97% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-25deg) translateY(-30px);
    transform: rotateZ(-25deg) translateY(-30px);
  }

  100% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-25deg) translateY(-30px);
    transform: rotateZ(-25deg) translateY(-30px);
  }
}

@-webkit-keyframes particles5 {
  0% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(65deg) translateY(0px);
    transform: rotateZ(65deg) translateY(0px);
  }

  63% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(65deg) translateY(0px);
    transform: rotateZ(65deg) translateY(0px);
  }

  64% {
    background-color: #333333;
    -webkit-transform: rotateZ(65deg) translateY(0px);
    transform: rotateZ(65deg) translateY(0px);
  }

  97% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(65deg) translateY(-35px);
    transform: rotateZ(65deg) translateY(-35px);
  }

  100% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(65deg) translateY(-35px);
    transform: rotateZ(65deg) translateY(-35px);
  }
}

@keyframes showlightgreen {
  0% {
    max-height: 0;
    box-shadow: 0 0 0 0 #87c054;
  }

  5% {
    box-shadow: 0 0 4px 2px #87c054;
  }

  10% {
    max-height: 22px;
  }

  80% {
    max-height: 22px;
  }

  85% {
    box-shadow: 0 0 4px 2px #87c054;
  }

  100% {
    max-height: 0;
    box-shadow: 0 0 0 0 #87c054;
  }
}

@keyframes showlightred {
  0% {
    max-height: 0;
    box-shadow: 0 0 0 0 #f06363;
  }

  20% {
    box-shadow: 0 0 4px 2px #f06363;
  }

  25% {
    max-height: 22px;
  }

  80% {
    max-height: 22px;
  }

  85% {
    box-shadow: 0 0 4px 2px #f06363;
  }

  100% {
    max-height: 0;
    box-shadow: 0 0 0 0 #f06363;
  }
}

@keyframes fightleft {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    left: 0;
    bottom: 0;
  }

  30% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    bottom: 0;
  }

  40% {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    left: 0;
    bottom: 2px;
  }

  45% {
    -webkit-transform: rotateZ(65deg);
    transform: rotateZ(65deg);
    left: 0;
  }

  65% {
    -webkit-transform: rotateZ(410deg);
    transform: rotateZ(410deg);
    left: 82px;
    bottom: 10px;
  }

  95% {
    -webkit-transform: rotateZ(410deg);
    transform: rotateZ(410deg);
    left: 0;
    bottom: 0;
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    left: 0;
    bottom: 0;
  }
}

@keyframes fightright {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    right: 0;
    bottom: 0;
  }

  30% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    bottom: 0;
  }

  45% {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    right: 0;
    bottom: 2px;
  }

  50% {
    -webkit-transform: rotateZ(-65deg);
    transform: rotateZ(-65deg);
    right: 0;
  }

  68% {
    -webkit-transform: rotateZ(-410deg);
    transform: rotateZ(-410deg);
    right: 58px;
    bottom: 13px;
  }

  95% {
    -webkit-transform: rotateZ(-410deg);
    transform: rotateZ(-410deg);
    right: 0;
    bottom: 0;
  }

  100% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
    right: 0;
    bottom: 0;
  }
}

@keyframes particles1 {
  0% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(35deg) translateY(0px);
    transform: rotateZ(35deg) translateY(0px);
  }

  63% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(35deg) translateY(0px);
    transform: rotateZ(35deg) translateY(0px);
  }

  64% {
    background-color: #333333;
    -webkit-transform: rotateZ(35deg) translateY(0px);
    transform: rotateZ(35deg) translateY(0px);
  }

  100% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(35deg) translateY(-30px);
    transform: rotateZ(35deg) translateY(-30px);
  }
}

@keyframes particles2 {
  0% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-65deg) translateY(0px);
    transform: rotateZ(-65deg) translateY(0px);
  }

  63% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-65deg) translateY(0px);
    transform: rotateZ(-65deg) translateY(0px);
  }

  64% {
    background-color: #333333;
    -webkit-transform: rotateZ(-65deg) translateY(0px);
    transform: rotateZ(-65deg) translateY(0px);
  }

  95% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-65deg) translateY(-40px);
    transform: rotateZ(-65deg) translateY(-40px);
  }

  100% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-65deg) translateY(-40px);
    transform: rotateZ(-65deg) translateY(-40px);
  }
}

@keyframes particles3 {
  0% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-75deg) translateY(0px);
    transform: rotateZ(-75deg) translateY(0px);
  }

  63% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-75deg) translateY(0px);
    transform: rotateZ(-75deg) translateY(0px);
  }

  64% {
    background-color: #333333;
    -webkit-transform: rotateZ(-75deg) translateY(0px);
    transform: rotateZ(-75deg) translateY(0px);
  }

  97% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-75deg) translateY(-35px);
    transform: rotateZ(-75deg) translateY(-35px);
  }

  100% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-75deg) translateY(-35px);
    transform: rotateZ(-75deg) translateY(-35px);
  }
}

@keyframes particles4 {
  0% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-25deg) translateY(0px);
    transform: rotateZ(-25deg) translateY(0px);
  }

  63% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-25deg) translateY(0px);
    transform: rotateZ(-25deg) translateY(0px);
  }

  64% {
    background-color: #333333;
    -webkit-transform: rotateZ(-25deg) translateY(0px);
    transform: rotateZ(-25deg) translateY(0px);
  }

  97% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-25deg) translateY(-30px);
    transform: rotateZ(-25deg) translateY(-30px);
  }

  100% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(-25deg) translateY(-30px);
    transform: rotateZ(-25deg) translateY(-30px);
  }
}

@keyframes particles5 {
  0% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(65deg) translateY(0px);
    transform: rotateZ(65deg) translateY(0px);
  }

  63% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(65deg) translateY(0px);
    transform: rotateZ(65deg) translateY(0px);
  }

  64% {
    background-color: #333333;
    -webkit-transform: rotateZ(65deg) translateY(0px);
    transform: rotateZ(65deg) translateY(0px);
  }

  97% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(65deg) translateY(-35px);
    transform: rotateZ(65deg) translateY(-35px);
  }

  100% {
    background-color: rgba(51, 51, 51, 0);
    -webkit-transform: rotateZ(65deg) translateY(-35px);
    transform: rotateZ(65deg) translateY(-35px);
  }
}

@media screen and (max-width: 768px) {
  .caption {
    margin-bottom: 0.56rem;
    transform: scale(0.9);
  }
}

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

.outward-container .outward {
  position: relative;
  padding: 15px 10px;
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: transparent;
  color: #ff0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.outward-container .outward:active {
  background-color: #003366;
  box-shadow: 0 0 10px #003366, 0 0 20px #003366, 0 0 30px #003366;
}

.outward-container .button-text {
  position: relative;
  z-index: 3;
}

.outward-container .clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #39dadd;
  clip-path: polygon(20% 0%, 80% 0%, 100% 30%, 100% 70%, 80% 100%, 20% 100%, 0% 70%, 0% 30%);
  transition: 0.3s ease;
  animation: shape-glitch 5s infinite ease-in-out;
}

.outward-container .corner {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fd5f63;
  transform: rotate(45deg);
  box-shadow: inset 1px 1px 8px #ff0066;
  transition: 0.2s ease;
  animation: corner-glitch 3s infinite ease-in-out;
}

.outward-container .top-left {
  top: -15px;
  left: -15px;
}

.outward-container .top-right {
  top: -15px;
  right: -15px;
}

.outward-container .bottom-left {
  bottom: -15px;
  left: -15px;
}

.outward-container .bottom-right {
  bottom: -15px;
  right: -15px;
}

@keyframes glitch {
  0% {
    transform: translateX(0px) translateY(0px);
    opacity: 1;
  }

  25% {
    transform: translateX(1px) translateY(1px);
    opacity: 0.9;
  }

  50% {
    transform: translateX(-1px) translateY(-1px);
    opacity: 0.8;
  }

  75% {
    transform: translateX(1px) translateY(1px);
    opacity: 0.9;
  }

  100% {
    transform: translateX(0px) translateY(0px);
    opacity: 1;
  }
}

@keyframes shape-glitch {
  0% {
    clip-path: polygon(20% 0%, 80% 0%, 100% 30%, 100% 70%, 80% 100%, 20% 100%, 0% 70%, 0% 30%);
  }

  25% {
    clip-path: polygon(15% 0%, 85% 0%, 100% 35%, 100% 65%, 85% 100%, 15% 100%, 0% 65%, 0% 35%);
  }

  50% {
    clip-path: polygon(10% 0%, 90% 0%, 100% 40%, 100% 60%, 90% 100%, 10% 100%, 0% 60%, 0% 40%);
  }

  75% {
    clip-path: polygon(20% 0%, 80% 0%, 100% 30%, 100% 70%, 80% 100%, 20% 100%, 0% 70%, 0% 30%);
  }

  100% {
    clip-path: polygon(20% 0%, 80% 0%, 100% 30%, 100% 70%, 80% 100%, 20% 100%, 0% 70%, 0% 30%);
  }
}

@keyframes corner-glitch {
  0% {
    transform: scale(1) rotate(45deg);
    opacity: 1;
  }

  25% {
    transform: scale(1.1) rotate(50deg);
    opacity: 0.9;
  }

  50% {
    transform: scale(0.9) rotate(40deg);
    opacity: 0.8;
  }

  75% {
    transform: scale(1.1) rotate(50deg);
    opacity: 0.9;
  }

  100% {
    transform: scale(1) rotate(45deg);
    opacity: 1;
  }
}

@keyframes corner-light {
  0% {
    box-shadow: inset 0 0 5px #ff0066;
  }

  100% {
    box-shadow: inset 0 0 15px #ff0066;
  }
}

.rocket-wrapper {
  position: fixed;
  z-index: 9;
  bottom: 20%;
  right: 10%;
  height: 160px;
  width: 100px;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .rocket-wrapper {
    right: 6%;
    transform: scale(0.7) !important;
  }
}

.rocket-wrapper .active-rocket {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: url(../stirless/images/rocket.svg) no-repeat -240px 0;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

.rocket-wrapper .hover-rocket {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: url(../stirless/images/rocket.svg) no-repeat -120px 0;
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.breadcrumbs strong {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}

.breadcrumbs strong::before {
  content: '';
  width: 3px;
  height: 16px;
  background: #fff;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
}

.breadcrumbs ul li {
  display: flex;
  align-items: center;
}

.breadcrumbs ul li a {
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  user-select: none;
}

.breadcrumbs ul li::after {
  content: '>';
  font-size: 14px;
  color: #fff;
  margin: 0 10px;
}

.breadcrumbs ul li:last-child a {
  color: #24abf2;
}

.breadcrumbs ul li:last-child::after {
  content: '';
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    gap: 0.16rem;
    margin-bottom: 0.29333rem;
  }

  .breadcrumbs strong {
    gap: 0.06667rem;
    font-size: 0.33333rem;
  }

  .breadcrumbs strong::before {
    height: 0.34667rem;
  }

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

  .breadcrumbs ul li::after {
    margin: 0 0.13333rem;
    font-size: 0.33333rem;
  }
}

.appearance {
  display: flex;
  gap: 22px;
}

.appearance .particulars {
  flex: 1;
  overflow: hidden;
}

.appearance .particulars .nature {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #171e28;
  border: 1px solid #52575f;
}

.appearance .particulars .tolerate {
  width: 100%;
  overflow: hidden;
  background: #171e28;
  border: 1px solid #52575f;
  padding: 15px 10px;
  box-sizing: border-box;
}

.appearance .particulars .tolerate h1 {
  font-size: 18px;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.appearance .particulars .tolerate .assured {
  width: 100%;
  margin: 16px 0;
}

.appearance .particulars .tolerate .assured ol {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.appearance .particulars .tolerate .assured ol li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.appearance .particulars .tolerate .assured ol li .icon-icon {
  font-size: 18px;
  color: #f06363;
}

.appearance .particulars .tolerate .assured ol li .icon-shijianzhouqi {
  font-size: 18px;
  color: #24acf2;
}

.appearance .particulars .tolerate .assured ol li strong,
.appearance .particulars .tolerate .assured ol li em,
.appearance .particulars .tolerate .assured ol li time {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}

.appearance .particulars .tolerate .present {
  font-size: 14px;
  line-height: 26px;
  text-indent: 12px;
  color: #fff;
  margin-bottom: 12px;
}

.appearance .particulars .tolerate .bewrite {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 20px 0;
}

.appearance .particulars .tolerate .bewrite ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.appearance .particulars .tolerate .bewrite ul li {
  white-space: nowrap;
  font-size: 12px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  flex-wrap: wrap;
}

.appearance .particulars .tolerate .bewrite ul li span,
.appearance .particulars .tolerate .bewrite ul li a {
  color: #fff;
  font-weight: bold;
}

.appearance .particulars .tolerate .bewrite>strong,
.appearance .particulars .tolerate .bewrite p {
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  font-weight: bold;
  text-indent: 8px;

}

.appearance .particulars .tolerate .bewrite p a {
  color: #fff;
}

.appearance .particulars .tolerate .concrete {
  position: relative;
  width: 100%;
  height: 362px;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}

.appearance .particulars .tolerate .concrete .protrusion {
  width: 100%;
  height: 100%;
}

.appearance .particulars .tolerate .concrete .protrusion img {
  width: 100%;
  height: 100%;
}

.appearance .particulars .tolerate .concrete .control {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
}

.appearance .particulars .tolerate .concrete .control img {
  width: 100%;
  height: 100%;
}

.appearance .particulars .tolerate .concrete p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: rgba(225, 225, 225, 0.3);
}

.appearance .particulars .tolerate .concrete time {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.appearance .particulars .tolerate .paragraph {
  width: 100%;
  overflow: hidden;
}

.appearance .particulars .tolerate .paragraph article {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.appearance .particulars .tolerate .paragraph article p {
  font-size: 14px;
  color: #b1b3b8;
  line-height: 26px;
  text-indent: 20px;
}

.appearance .particulars .tolerate .paragraph article img {
  margin: 0 auto;
  width: 80% !important;
  height: auto;
  display: block;
  padding: 0;
  margin-bottom: 20px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 4px 0px, rgba(0, 0, 0, 0.08) 0px 4px 12px 0px;
}

.appearance .particulars .tolerate .tidings {
  margin-top: 53px;
  width: 100%;
  overflow: hidden;
}

.appearance .particulars .tolerate .tidings ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  overflow: hidden;
}

.appearance .particulars .tolerate .tidings ul li {
  width: 100%;
  height: 136px;
  overflow: hidden;
  border-radius: 8px;
}

.appearance .particulars .tolerate .tidings ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.appearance .particulars .tolerate .tidings ul li a img {
  width: 100%;
  height: 100%;
}

.appearance .particulars .tolerate .tidings ul li a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(225, 225, 225, 0.3);
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px 10px;
  box-sizing: border-box;
}

.appearance .particulars .tolerate .tidings ul li a time {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 13px;
  color: #fff;
  white-space: nowrap;
}

.appearance .particulars .tolerate .formidable {
  position: relative;
  width: 100%;
  height: 358px;
  background: url("../stirless/images/event_lanqiu.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  align-items: center;
}

.appearance .particulars .tolerate .formidable.otherwise {
  background: url("../stirless/images/event_zuqiu.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.appearance .particulars .tolerate .formidable .employ {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(225, 225, 225, 0.5);
}

.appearance .particulars .tolerate .formidable .employ a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  white-space: nowrap;
  user-select: none;
}

.appearance .particulars .tolerate .formidable .employ a span {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.appearance .particulars .tolerate .formidable .employ a p {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
}

.appearance .particulars .tolerate .formidable .sphere {
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 1.7fr 3fr;
  align-items: center;
  gap: 12px;
  padding: 0 10px;
  box-sizing: border-box;
}

.appearance .particulars .tolerate .formidable .sphere .brigade {
  width: 100%;
  overflow: hidden;
}

.appearance .particulars .tolerate .formidable .sphere .brigade a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.appearance .particulars .tolerate .formidable .sphere .brigade a img {
  width: fit-content;
  height: 85px;
}

.appearance .particulars .tolerate .formidable .sphere .brigade a strong {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.appearance .particulars .tolerate .formidable .sphere .specifically {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.appearance .particulars .tolerate .formidable .sphere .specifically time,
.appearance .particulars .tolerate .formidable .sphere .specifically span,
.appearance .particulars .tolerate .formidable .sphere .specifically a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.appearance .particulars .tolerate .formidable .sphere .specifically .kind {
  white-space: nowrap;
}

.appearance .particulars .tolerate .formidable .sphere .specifically .kind a {
  font-size: 20px;
}

.appearance .particulars .tolerate .formidable .sphere .specifically .fraction {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 6px;
}

.appearance .particulars .tolerate .formidable .sphere .specifically .fraction img {
  width: 32px;
}

.appearance .particulars .tolerate .formidable .sphere .specifically .fraction span {
  font-size: 18px;
}

.appearance .particulars .respecting {
  margin-top: 32px;
  background: #171e28;
  border: 1px solid #52575f;
  padding: 16px 10px;
  box-sizing: border-box;
}

.appearance .particulars .respecting .surface {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.appearance .particulars .respecting .surface .relate {
  display: flex;
  align-items: center;
  gap: 8px;
}

.appearance .particulars .respecting .surface .relate img {
  width: 26px;
}

.appearance .particulars .respecting .surface .relate strong {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.appearance .particulars .respecting .surface .excessive {
  white-space: nowrap;
  user-select: none;
}

.appearance .particulars .respecting .surface .excessive a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.appearance .particulars .respecting .surface .excessive a span {
  font-size: 14px;
  color: #fff;
}

.appearance .particulars .respecting .surface .excessive a img {
  width: 28px;
}

.appearance .particulars .respecting .pertain {
  width: 100%;
  margin-top: 22px;
}

.appearance .particulars .respecting .pertain ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.appearance .particulars .respecting .pertain ul li {
  width: 100%;
  overflow: hidden;
}

.appearance .particulars .respecting .pertain ul li a {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.appearance .particulars .respecting .pertain ul li a .belong {
  position: relative;
  width: 100%;
  height: 170px;
}

.appearance .particulars .respecting .pertain ul li a .belong .exterior {
  width: 100%;
  height: 100%;
}

.appearance .particulars .respecting .pertain ul li a .belong .exterior img {
  width: 100%;
  height: 100%;
}

.appearance .particulars .respecting .pertain ul li a .belong .transmit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  transform: translate(-50%, -50%);
}

.appearance .particulars .respecting .pertain ul li a .belong .transmit img {
  width: 100%;
  height: 100%;
}

.appearance .particulars .respecting .pertain ul li a .belong time {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.appearance .particulars .respecting .pertain ul li a strong {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  color: #b1b3b8;
  font-weight: bold;
}

.appearance .particulars .numerous {
  margin-top: 22px;
  width: 100%;
  background: #171e28;
  border: 1px solid #52575f;
  padding: 10px;
  box-sizing: border-box;
}

.appearance .particulars .numerous .autonomy {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
}

.appearance .particulars .numerous .autonomy ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
}

.appearance .particulars .numerous .autonomy ul li {
  padding: 5px 15px;
  box-sizing: border-box;
  background: #171e28;
  border: 1px solid #4f555f;
}

.appearance .particulars .numerous .autonomy ul li a {
  color: #fff;
  text-shadow: 0 0 4px white;
  font-size: 14px;
  font-weight: bold;
}

.appearance .particulars .numerous .autonomy ul li:hover,
.appearance .particulars .numerous .autonomy ul li.active {
  background-image: linear-gradient(45deg, #fc5b61 0%, #3bdade 100%);
  animation: slide 25s linear infinite;
}

.appearance .particulars .numerous .emphasis {
  width: 100%;
  margin-top: 24px;
}

.appearance .particulars .numerous .emphasis .sustain {
  width: 100%;
  overflow: hidden;
  user-select: none;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper {
  width: 100%;
  overflow: hidden;
  user-select: none;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .designation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 10px 0;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .designation.neutrally::before {
  background: #ec8e39;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .designation.neutrally strong {
  color: #ec8e39;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .designation.unfavorable::before {
  background: #fb2a2a;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .designation.unfavorable strong {
  color: #fb2a2a;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .designation::before {
  content: "";
  width: 3px;
  height: 14px;
  background: #0c8de7;
  border-radius: 8px;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .designation strong {
  font-size: 14px;
  font-weight: bold;
  color: #0c8de7;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .piece {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .piece.neutral {
  grid-template-columns: auto;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .piece.neutral ul {
  width: 50%;
  margin: 0 auto;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .piece.neutral::before {
  display: none;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .piece::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #0c8de7;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .piece ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .piece ul li {
  padding: 10px 5px;
  background: #0c8de7;
  opacity: 0.8;
  animation: flicker 2s infinite forwards;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .piece ul li.qb-status-1 {
  background: #71a172;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .piece ul li.qb-status-2 {
  background: #0c8de7;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .piece ul li.qb-status-3 {
  background: #bc67d8;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .piece ul li.qb-status-4 {
  background: #eb7913;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .piece ul li.qb-status-5 {
  background: #fb2828;
}

.appearance .particulars .numerous .emphasis .sustain .newspaper .piece ul li span {
  color: #fff;
  line-height: 26px;
  font-size: 13px;
  font-weight: bold;
}

.appearance .particulars .numerous .emphasis .sustain .outcrop {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.appearance .particulars .numerous .emphasis .sustain .outcrop .crew {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.appearance .particulars .numerous .emphasis .sustain .outcrop .crew a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.appearance .particulars .numerous .emphasis .sustain .outcrop .crew a img {
  width: fit-content;
  height: 62px;
}

.appearance .particulars .numerous .emphasis .sustain .outcrop .crew a strong {
  width: 100%;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  font-size: 15px;
}

.appearance .particulars .numerous .emphasis .sustain .inscribe {
  width: 100%;
  margin: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  gap: 16px;
}

.appearance .particulars .numerous .emphasis .sustain .inscribe::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #4ad0d4;
  border-radius: 50%;
}

.appearance .particulars .numerous .emphasis .sustain .inscribe::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #d80028;
  border-radius: 50%;
}

.appearance .particulars .numerous .emphasis .sustain .inscribe strong {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.appearance .particulars .numerous .emphasis .sustain .confront {
  width: 100%;
  overflow: hidden;
}

.appearance .particulars .numerous .emphasis .sustain .confront ul {
  border: 1px solid #52575f;
  width: 100%;
  overflow: hidden;
}

.appearance .particulars .numerous .emphasis .sustain .confront ul li {
  width: 100%;
  overflow: hidden;
  padding: 8px 12px;
  display: grid;
  grid-template-columns: 1fr 3fr auto;
  align-items: center;
  border-bottom: 1px solid #52575f;
}

.appearance .particulars .numerous .emphasis .sustain .confront ul li:last-child {
  border-bottom: none;
}

.appearance .particulars .numerous .emphasis .sustain .confront ul li span,
.appearance .particulars .numerous .emphasis .sustain .confront ul li a,
.appearance .particulars .numerous .emphasis .sustain .confront ul li time {
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  user-select: none;
}

.appearance .particulars .numerous .emphasis .sustain .confront ul li .bilateral {
  display: grid;
  grid-template-columns: 3fr 2fr 3fr;
  gap: 10px;
}

.appearance .particulars .numerous .emphasis .sustain .confront ul li .bilateral .athlete {
  width: 100%;
  overflow: hidden;
}

.appearance .particulars .numerous .emphasis .sustain .confront ul li .bilateral .athlete a {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
}

.appearance .particulars .numerous .emphasis .sustain .confront ul li .bilateral .athlete a strong {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
}

.appearance .particulars .numerous .emphasis .sustain .confront ul li .bilateral .athlete a img {
  height: 30px;
}

.appearance .particulars .numerous .emphasis .sustain .confront ul li .bilateral .athlete:first-child a strong {
  text-align: right;
}

.appearance .particulars .numerous .emphasis .sustain .confront ul li .bilateral .vs {
  width: 100%;
  overflow: hidden;
}

.appearance .particulars .numerous .emphasis .sustain .confront ul li .bilateral .vs a {
  width: 100%;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
}

.appearance .particulars .numerous .emphasis .sustain .confront ul li .bilateral .vs a span {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.appearance .particulars .numerous .emphasis .sustain .confront ul li .bilateral .vs a img {
  width: 28px;
}

.appearance .particulars .numerous .emphasis .sustain .confront ul li .fettle {
  display: flex;
  justify-content: center;
}

.appearance .particulars .numerous .emphasis .sustain .confront ul li .fettle a {
  font-size: 15px;
  font-weight: bold;
}

.appearance .particulars .numerous .emphasis .sustain .confront ul li:hover {
  background: rgba(255, 255, 255, 0.1);
}

.appearance .particulars .numerous .emphasis .sustain .correspond {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
  padding-right: 12px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.appearance .particulars .numerous .emphasis .sustain .correspond ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.appearance .particulars .numerous .emphasis .sustain .correspond ul li {
  position: relative;
  padding: 5px 12px;
}

.appearance .particulars .numerous .emphasis .sustain .correspond ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #52cacf;
  width: 0;
  transition: all 0.3s ease-in-out;
}

.appearance .particulars .numerous .emphasis .sustain .correspond ul li:hover::after,
.appearance .particulars .numerous .emphasis .sustain .correspond ul li.is_active::after {
  width: 100%;
  transform: translate(-50%);
}

.appearance .particulars .numerous .emphasis .sustain .correspond ul li:hover a,
.appearance .particulars .numerous .emphasis .sustain .correspond ul li.is_active a {
  color: #52cacf;
}

.appearance .particulars .numerous .emphasis .sustain .correspond ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.appearance .particulars .numerous .emphasis .introduction {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.appearance .particulars .numerous .emphasis .introduction p,
.appearance .particulars .numerous .emphasis .introduction a {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.appearance .particulars .numerous .emphasis .introduction .waft {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.appearance .particulars .numerous .emphasis .introduction .waft .ul-signal {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.appearance .particulars .numerous .emphasis .introduction .waft .ul-signal li {
  white-space: nowrap;
}

.appearance .particulars .numerous .emphasis .introduction .waft .ul-signal li a {
  color: #67bcc1;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  font-size: 16px;
  animation: pulse 2s infinite forwards;
}

.appearance .stand {
  width: 32%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.appearance .stand .recently {
  padding: 10px;
  box-sizing: border-box;
  background: #171e28;
  border: 1px solid #52575f;
}

.appearance .stand .headline {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.appearance .stand .headline .question {
  display: flex;
  align-items: center;
  gap: 6px;
}

.appearance .stand .headline .question img {
  width: 26px;
}

.appearance .stand .headline .question strong {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.appearance .stand .headline .additional {
  user-select: none;
  white-space: nowrap;
}

.appearance .stand .headline .additional a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.appearance .stand .headline .additional a img {
  width: 22px;
}

.appearance .stand .headline .additional a span {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

.appearance .stand .site_news {
  width: 100%;
  overflow: hidden;
}

.appearance .stand .site_news ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.appearance .stand .site_news ul li {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
}

.appearance .stand .site_news ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
  overflow: hidden;
}

.appearance .stand .site_news ul li a p {
  flex: 1;
  font-size: 13px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.appearance .stand .site_news ul li a time {
  font-size: 12px;
  color: #7a7e86;
}

.appearance .stand .site_videos {
  width: 100%;
  overflow: hidden;
}

.appearance .stand .site_videos ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.appearance .stand .site_videos ul li {
  width: 100%;
  overflow: hidden;
}

.appearance .stand .site_videos ul li a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.appearance .stand .site_videos ul li a .envelope {
  position: relative;
  width: 100%;
  height: 182px;
}

.appearance .stand .site_videos ul li a .envelope .pursue {
  width: 100%;
  height: 100%;
}

.appearance .stand .site_videos ul li a .envelope .pursue img {
  width: 100%;
  height: 100%;
}

.appearance .stand .site_videos ul li a .envelope .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
}

.appearance .stand .site_videos ul li a .envelope .play img {
  width: 100%;
  height: 100%;
}

.appearance .stand .site_videos ul li a .envelope time {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: #fff;
  font-size: 12px;
}

.appearance .stand .site_videos ul li a strong {
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}

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

  .appearance .particulars {
    width: 100%;
    flex: auto;
  }

  .appearance .particulars .nature {
    padding: 0.13333rem;
  }

  .appearance .particulars .tolerate {
    padding: 0.2rem 0.13333rem;
  }

  .appearance .particulars .tolerate h1 {
    font-size: 0.37333rem;
  }

  .appearance .particulars .tolerate .assured {
    margin: 0.21333rem 0;
  }

  .appearance .particulars .tolerate .assured ol {
    gap: 0.16rem;
  }

  .appearance .particulars .tolerate .assured ol li {
    gap: 0.10667rem;
  }

  .appearance .particulars .tolerate .assured ol li .icon-icon {
    font-size: 0.37333rem;
  }

  .appearance .particulars .tolerate .assured ol li .icon-shijianzhouqi {
    font-size: 0.37333rem;
  }

  .appearance .particulars .tolerate .assured ol li strong,
  .appearance .particulars .tolerate .assured ol li em,
  .appearance .particulars .tolerate .assured ol li time {
    font-size: 0.30667rem;
  }

  .appearance .particulars .tolerate .present {
    font-size: 0.32rem;
    line-height: 0.45333rem;
    text-indent: 0.16rem;
    margin-bottom: 0.16rem;
  }

  .appearance .particulars .tolerate .bewrite {
    gap: 0.06667rem;
    margin: 0.26667rem 0;
  }

  .appearance .particulars .tolerate .bewrite ul {
    gap: 0.10667rem;
  }

  .appearance .particulars .tolerate .bewrite ul li {
    font-size: 0.30667rem;
  }

  .appearance .particulars .tolerate .bewrite>strong,
  .appearance .particulars .tolerate .bewrite p {
    font-size: 0.32rem;
    line-height: 0.45333rem;
    text-indent: 0.10667rem;
  }

  .appearance .particulars .tolerate .concrete {
    height: 5.62667rem;
    border-radius: 0.10667rem;
  }

  .appearance .particulars .tolerate .concrete .control {
    width: 1.4rem;
    height: 1.4rem;
  }

  .appearance .particulars .tolerate .concrete p {
    padding: 0.10667rem 0.13333rem;
    font-size: 0.32rem;
  }

  .appearance .particulars .tolerate .concrete time {
    left: 0.16rem;
    top: 0.16rem;
    font-size: 0.30667rem;
  }

  .appearance .particulars .tolerate .paragraph article {
    gap: 0.26667rem;
  }

  .appearance .particulars .tolerate .paragraph article p {
    font-size: 0.32rem;
    line-height: 0.48rem;
    text-indent: 0.26667rem;
  }

  .appearance .particulars .tolerate .paragraph article img {
    width: 100% !important;
    border-radius: 0.2rem;
    margin-bottom: 0.26667rem;
  }

  .appearance .particulars .tolerate .tidings {
    margin-top: 0.70667rem;
  }

  .appearance .particulars .tolerate .tidings ul {
    gap: 0.29333rem;
    grid-template-columns: auto;
  }

  .appearance .particulars .tolerate .tidings ul li {
    border-radius: 0.13333rem;
  }

  .appearance .particulars .tolerate .tidings ul li a p {
    padding: 0.06667rem 0.13333rem;
    font-size: 0.32rem;
  }

  .appearance .particulars .tolerate .tidings ul li a time {
    left: 0.10667rem;
    top: 0.10667rem;
    font-size: 0.30667rem;
  }

  .appearance .particulars .tolerate .formidable {
    height: 6.16rem;
  }

  .appearance .particulars .tolerate .formidable .employ a {
    padding: 0.06667rem ren(10);
    gap: 0.10667rem;
  }

  .appearance .particulars .tolerate .formidable .employ a span {
    font-size: 0.32rem;
  }

  .appearance .particulars .tolerate .formidable .employ a p {
    font-size: 0.32rem;
  }

  .appearance .particulars .tolerate .formidable .sphere {
    gap: 0.16rem;
    padding: 0 0.13333rem;
  }

  .appearance .particulars .tolerate .formidable .sphere .brigade a {
    gap: 0.29333rem;
  }

  .appearance .particulars .tolerate .formidable .sphere .brigade a img {
    height: 1.62667rem;
  }

  .appearance .particulars .tolerate .formidable .sphere .brigade a strong {
    font-size: 0.33333rem;
  }

  .appearance .particulars .tolerate .formidable .sphere .specifically {
    gap: 0.16rem;
  }

  .appearance .particulars .tolerate .formidable .sphere .specifically time,
  .appearance .particulars .tolerate .formidable .sphere .specifically span,
  .appearance .particulars .tolerate .formidable .sphere .specifically a {
    font-size: 0.32rem;
  }

  .appearance .particulars .tolerate .formidable .sphere .specifically .kind a {
    font-size: 0.4rem;
  }

  .appearance .particulars .tolerate .formidable .sphere .specifically .fraction {
    gap: 0.08rem;
  }

  .appearance .particulars .tolerate .formidable .sphere .specifically .fraction img {
    width: 0.48rem;
  }

  .appearance .particulars .tolerate .formidable .sphere .specifically .fraction span {
    font-size: 0.37333rem;
  }

  .appearance .particulars .respecting {
    margin-top: 0.42667rem;
    padding: 0.21333rem 0.13333rem;
  }

  .appearance .particulars .respecting .surface {
    gap: 0.10667rem;
  }

  .appearance .particulars .respecting .surface .relate {
    gap: 0.13333rem;
  }

  .appearance .particulars .respecting .surface .relate img {
    width: 0.50667rem;
  }

  .appearance .particulars .respecting .surface .relate strong {
    font-size: 0.33333rem;
  }

  .appearance .particulars .respecting .surface .excessive a {
    gap: 0.10667rem;
  }

  .appearance .particulars .respecting .surface .excessive a span {
    font-size: 0.33333rem;
  }

  .appearance .particulars .respecting .surface .excessive a img {
    width: 0.45333rem;
  }

  .appearance .particulars .respecting .pertain {
    margin-top: 0.29333rem;
  }

  .appearance .particulars .respecting .pertain ul {
    gap: 0.21333rem;
  }

  .appearance .particulars .respecting .pertain ul li a {
    gap: 0.16rem;
  }

  .appearance .particulars .respecting .pertain ul li a .belong {
    height: 3.04rem;
  }

  .appearance .particulars .respecting .pertain ul li a .belong .transmit {
    width: 1rem;
    height: 1rem;
  }

  .appearance .particulars .respecting .pertain ul li a .belong time {
    right: 0.10667rem;
    bottom: 0.10667rem;
    font-size: 0.30667rem;
  }

  .appearance .particulars .respecting .pertain ul li a strong {
    font-size: 0.32rem;
  }

  .appearance .particulars .numerous {
    margin-top: 0.29333rem;
    padding: 0.13333rem;
  }

  .appearance .particulars .numerous .autonomy ul {
    gap: 0.44rem;
  }

  .appearance .particulars .numerous .autonomy ul li {
    padding: 0.06667rem 0.21333rem;
  }

  .appearance .particulars .numerous .autonomy ul li a {
    font-size: 0.32rem;
  }

  .appearance .particulars .numerous .emphasis {
    margin-top: 0.32rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .newspaper .designation {
    gap: 0.08rem;
    margin: 0.13333rem 0;
  }

  .appearance .particulars .numerous .emphasis .sustain .newspaper .designation::before {
    width: 0.08rem;
    height: 0.29333rem;
    border-radius: 0.13333rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .newspaper .designation strong {
    font-size: 0.32rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .newspaper .piece {
    gap: 0.26667rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .newspaper .piece ul {
    gap: 0.13333rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .newspaper .piece ul li {
    padding: 0.13333rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .newspaper .piece ul li span {
    font-size: 0.30667rem;
    line-height: 0.42667rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .outcrop {
    gap: 0.16rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .outcrop .crew a {
    gap: 0.21333rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .outcrop .crew a img {
    height: 0.96rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .outcrop .crew a strong {
    font-size: 0.34667rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .inscribe {
    margin: 0.16rem 0;
    gap: 0.21333rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .inscribe::before,
  .appearance .particulars .numerous .emphasis .sustain .inscribe::after {
    width: 0.18667rem;
    height: 0.18667rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .inscribe strong {
    font-size: 0.37333rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .confront ul li {
    grid-template-columns: auto;
    padding: 0.2rem 0.16rem;
    gap: 0.42667rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .confront ul li span,
  .appearance .particulars .numerous .emphasis .sustain .confront ul li a,
  .appearance .particulars .numerous .emphasis .sustain .confront ul li time {
    font-size: 0.30667rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .confront ul li time {
    text-align: center;
  }

  .appearance .particulars .numerous .emphasis .sustain .confront ul li .bilateral {
    gap: 0.13333rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .confront ul li .bilateral .athlete a {
    gap: 0.13333rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .confront ul li .bilateral .athlete a strong {
    font-size: 0.30667rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .confront ul li .bilateral .athlete a img {
    height: 0.69333rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .confront ul li .bilateral .vs a {
    gap: 0.10667rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .confront ul li .bilateral .vs a span {
    font-size: 0.37333rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .confront ul li .bilateral .vs a img {
    width: 0.42667rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .confront ul li .fettle a {
    font-size: 0.34667rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .correspond {
    padding-right: 0.29333rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .correspond ul {
    gap: 0.16rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .correspond ul li {
    padding: 0.06667rem 0.16rem;
  }

  .appearance .particulars .numerous .emphasis .sustain .correspond ul li a {
    font-size: 0.32rem;
  }

  .appearance .particulars .numerous .emphasis .introduction {
    gap: 0.08rem;
  }

  .appearance .particulars .numerous .emphasis .introduction p,
  .appearance .particulars .numerous .emphasis .introduction a {
    font-size: 0.30667rem;
  }

  .appearance .particulars .numerous .emphasis .introduction .waft {
    gap: 0.08rem;
  }

  .appearance .particulars .numerous .emphasis .introduction .waft .ul-signal {
    gap: 0.29333rem;
  }

  .appearance .particulars .numerous .emphasis .introduction .waft .ul-signal li a {
    font-size: 0.36rem;
  }

  .appearance .stand {
    width: 100%;
    gap: 0.29333rem;
  }

  .appearance .stand .recently {
    padding: 0.13333rem;
  }

  .appearance .stand .headline {
    gap: 0.16rem;
    margin-bottom: 0.21333rem;
  }

  .appearance .stand .headline .question {
    gap: 0.08rem;
  }

  .appearance .stand .headline .question img {
    width: 0.42667rem;
  }

  .appearance .stand .headline .question strong {
    font-size: 0.32rem;
  }

  .appearance .stand .headline .additional a {
    gap: 0.10667rem;
  }

  .appearance .stand .headline .additional a img {
    width: 0.42667rem;
  }

  .appearance .stand .headline .additional a span {
    font-size: 0.33333rem;
  }

  .appearance .stand .site_news ul {
    gap: 0.13333rem;
  }

  .appearance .stand .site_news ul li a {
    gap: 0.06667rem;
  }

  .appearance .stand .site_news ul li a p {
    font-size: 0.30667rem;
  }

  .appearance .stand .site_news ul li a time {
    font-size: 0.30667rem;
  }

  .appearance .stand .site_videos ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .appearance .stand .site_videos ul li a {
    gap: 0.13333rem;
  }

  .appearance .stand .site_videos ul li a .envelope {
    height: 3.01333rem;
  }

  .appearance .stand .site_videos ul li a .envelope .play {
    width: 1rem;
    height: 1rem;
  }

  .appearance .stand .site_videos ul li a .envelope time {
    bottom: 0.09333rem;
    left: 0.09333rem;
  }

  .appearance .stand .site_videos ul li a strong {
    font-size: 0.32rem;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    color: #0c8de7;
  }

  50% {
    transform: scale(1.2);
    color: #ff6f61;
  }

  100% {
    transform: scale(1);
    color: #0c8de7;
  }
}

.diverse {
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}

.diverse ul {
  width: 100%;
  overflow-x: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 8px;
}

.diverse ul li {
  background: #171e28;
  border: 1px solid #4f555f;
}

.diverse ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 3px 22px;
  box-sizing: border-box;
  white-space: nowrap;
}

.diverse ul li:hover,
.diverse ul li.active {
  background-image: linear-gradient(45deg, #fc5b61 0%, #3bdade 100%);
  animation: slide 25s linear infinite;
}

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

  .diverse ul {
    gap: 0.16rem;
    padding-bottom: 0.16rem;
  }

  .diverse ul li a {
    font-size: 0.18667rem;
  }
}

.pages {
  width: 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px;
}

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

.pages .pagination li {
  width: auto;
  height: auto;
  padding: 3px 10px;
  border-radius: 5px;
  border: 2px solid #00968d;
}

.pages .pagination li:hover {
  background: #2adadd;
  border-color: transparent;
}

.pages .pagination li:hover a {
  color: #fff;
}

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

.pages .pagination .active {
  background: #2adadd;
  border-color: transparent;
}

.pages .pagination .active span {
  color: #fff;
}

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

.pages .pagination .disabled span {
  color: #fff;
  white-space: nowrap;
}

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

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

  .pages .pagination {
    gap: 0.13333rem;
  }

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

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

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

@keyframes flicker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}