@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: 5px;
}

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

::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: #3e3471;
}

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

figure {
  margin: 0;
}

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

.header {
  width: 100%;
  height: 92px;
  background: #3e3471;
}

.header .enfold {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 26px;
}

.header .enfold .logo {
  width: auto;
  height: 49px;
}

.header .enfold .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.header .enfold .logo a img {
  width: 100%;
  height: 100%;
}

.header .enfold .nav {
  flex: 1;
  width: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.header .enfold .nav .depositary {
  flex: 1;
  overflow-x: auto;
}

.header .enfold .nav .depositary ul {
  flex: 1;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 5px;
}

.header .enfold .nav .depositary ul li {
  width: fit-content;
  border-radius: 5px;
  overflow: hidden;
}

.header .enfold .nav .depositary ul li a {
  display: block;
  padding: 10px 14px;
  font-size: 14px;
  color: #c2c1e3;
  white-space: nowrap;
}

.header .enfold .nav .depositary ul li:hover,
.header .enfold .nav .depositary ul li.is_active {
  background: #765aff;
}

.header .enfold .nav .depositary ul li:hover a,
.header .enfold .nav .depositary ul li.is_active a {
  color: #fff;
}

.header .enfold .nav .down {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  display: none;
}

.header .enfold .m-nav {
  display: none;
}

@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    height: fit-content;
    z-index: 99;
  }

  .header .enfold {
    gap: 0.26667rem;
    flex-direction: column;
    padding: 0.21333rem 0.24rem;
    box-sizing: border-box;
  }

  .header .enfold .logo {
    height: 0.92rem;
  }

  .header .enfold .nav {
    width: 100%;
    flex: auto;
  }

  .header .enfold .nav .depositary::-webkit-scrollbar {
    display: none;
  }

  .header .enfold .nav .depositary ul {
    gap: 0.21333rem;
    padding-bottom: 0.13333rem;
  }

  .header .enfold .nav .depositary ul li {
    border-radius: 0.13333rem;
  }

  .header .enfold .nav .depositary ul li a {
    padding: 0.16rem 0.21333rem;
    font-size: 12px;
  }

  .header .enfold .nav .down {
    display: flex;
  }

  .header .enfold .m-nav {
    position: absolute;
    left: 0;
    top: 1.36rem;
    background: #3e3471;
    width: 100%;
    height: fit-content;
    padding: 0.42667rem 0.24rem;
    box-sizing: border-box;
  }

  .header .enfold .m-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.29333rem;
  }

  .header .enfold .m-nav ul li {
    white-space: nowrap;
    user-select: none;
  }

  .header .enfold .m-nav ul li a {
    display: block;
    color: #c2c1e3;
    padding: 0.16rem 0.56rem;
    border-radius: 0.16rem;
  }

  .header .enfold .m-nav ul li.is_active {
    background: #765aff;
  }

  .header .enfold .m-nav ul li.is_active a {
    color: #fff;
  }

  .header .enfold .m-nav .up {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.29333rem;
    color: #fff;
    font-size: 0.29333rem;
    transform: rotate(180deg);
    cursor: pointer;
    user-select: none;
  }
}

.heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  white-space: nowrap;
  user-select: none;
  margin-bottom: 26px;
}

.heading .lateral {
  display: flex;
  align-items: center;
  user-select: none;
  white-space: nowrap;
  gap: 22px;
}

.heading .lateral img {
  width: auto;
  height: 42px;
}

.heading .lateral strong {
  font-size: 18px;
  font-weight: bold;
  color: #1b203e;
}

.heading .railing {
  flex: 1;
  width: 0;
  height: fit-content;
  overflow-x: auto;
  display: flex;
  align-items: center;
  padding-bottom: 4px;
  box-sizing: border-box;
  transform: translateY(6px);
  padding-bottom: 5px;
}

.heading .railing ul {
  width: fit-content;
  display: flex;
  gap: 12px;
}

.heading .railing ul li {
  width: fit-content;
  height: fit-content;
  border: 1px solid #373743;
}

.heading .railing ul li a {
  display: block;
  padding: 2px 22px;
  box-sizing: border-box;
  font-weight: bold;
  color: #373743;
  font-size: 12px;
}

.heading .railing ul li:hover,
.heading .railing ul li.is_active {
  background-color: #765aff;
  border-color: transparent;
}

.heading .railing ul li:hover a,
.heading .railing ul li.is_active a {
  color: #ffff;
}

.heading .more {
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
}

.heading .more a {
  color: #282536;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.heading .more a span {
  transform: rotate(-90deg);
}

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

  .heading .lateral {
    gap: 0.16rem;
  }

  .heading .lateral img {
    height: 0.82667rem;
  }

  .heading .lateral strong {
    font-size: 0.34667rem;
  }

  .heading .railing {
    padding-bottom: 0.10667rem;
    transform: translateY(-0.10667pxrem);
  }

  .heading .railing ul {
    gap: 0.16rem;
  }

  .heading .railing ul li a {
    padding: 0.04rem 0.29333rem;
  }

  .heading .railing ul li a a {
    font-size: 0.34667rem;
  }

  .heading .more a {
    font-size: 0.29333rem;
  }
}

.contend {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 6px;
  white-space: nowrap;
  user-select: none;
  margin-bottom: 16px;
}

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

.contend ol li {
  border: 1px solid #373743;
  border-radius: 6px;
}

.contend ol li a {
  padding: 3px 16px;
  display: block;
  font-size: 13px;
  font-weight: bold;
}

.contend ol li:hover {
  background: #765aff;
  border-color: transparent;
}

.contend ol li:hover a {
  color: #fff;
}

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

  .contend ol {
    gap: 0.16rem;
  }

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

  .contend ol li a {
    padding: 0.04rem 0.21333rem;
    font-size: 0.32rem;
  }
}

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

.pages .pagination li:hover {
  background: #765aff;
  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: #373743;
  font-size: 14px;
}

.pages .pagination .active {
  background: #765aff;
  border-color: transparent;
}

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

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

.pages .pagination .disabled span {
  color: #373743;
  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;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  white-space: nowrap;
  user-select: none;
  width: 100%;
  overflow: hidden;
  gap: 6px;
  margin-bottom: 18px;
}

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

.breadcrumbs strong::before {
  content: "";
  width: 4px;
  height: 16px;
  background: #765aff;
  border-radius: 3px;
}

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

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

.breadcrumbs ul li a {
  color: #373743;
  font-size: 13px;
  font-weight: bold;
}

.breadcrumbs ul li::after {
  content: ">";
  margin: 0 6px;
  color: #373743;
  font-weight: 14px;
}

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

.breadcrumbs ul li:last-child a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #765aff;
}

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

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

  .breadcrumbs strong {
    gap: 0.08rem;
    font-size: 0.34667rem;
  }

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

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

  .breadcrumbs ul li::after {
    margin: 0 renm(6);
  }
}

.main {
  width: 100%;
  height: fit-content;
  background: #ede9ff;
  padding: 89px 0;
  box-sizing: border-box;
}

.main .principal {
  width: 100%;
  height: 100%;
  background-image: url(../tranquil/images/bg1.png), url(../tranquil/images/bg2.png), url(../tranquil/images/bg3.png), url(../tranquil/images/bg2.png);
  background-position: left top, right 33%, left 70%, right bottom;
  background-repeat: no-repeat;
}

.main .directory {
  background: #fff;
  box-shadow: rgba(62, 68, 90, 0.09) 0px 1px 30px 0px;
  border-radius: 10px;
  height: 1134px;
  overflow-y: auto;
}

.main .directory.exhibition {
  height: fit-content;
}

.main .directory ol {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
}

.main .directory ol li {
  display: grid;
  grid-template-columns: 3fr 3fr 1fr;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #d9d3fe;
  padding: 16px 8px;
  box-sizing: border-box;
}

.main .directory ol li:first-child {
  border-top: none;
}

.main .directory ol li .revelation {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 6px;
}

.main .directory ol li .revelation .only {
  width: 100%;
  overflow: hidden;
}

.main .directory ol li .revelation .only a {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 4px;
}

.main .directory ol li .revelation .only a img {
  width: 32px;
  height: auto;
}

.main .directory ol li .revelation .only a strong {
  font-size: 14px;
  color: #373743;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.main .directory ol li .revelation time {
  color: #373743;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.main .directory ol li .revelation .fettle {
  text-align: center;
  padding: 0 8px;
  box-sizing: border-box;
}

.main .directory ol li .revelation .fettle a {
  font-weight: bold;
  font-size: 14px;
  color: #373743;
}

.main .directory ol li .revelation .fettle.start a {
  color: #77e787;
}

.main .directory ol li .revelation .fettle.await a {
  color: #765aff;
}

.main .directory ol li .revelation .fettle.end a {
  color: #686a6b;
}

.main .directory ol li .fight {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 2fr auto 2fr;
  gap: 12px;
  align-items: center;
}

.main .directory ol li .fight .pair {
  width: 100%;
  overflow: hidden;
}

.main .directory ol li .fight .pair a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main .directory ol li .fight .pair a strong {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold;
  color: #373743;
}

.main .directory ol li .fight .pair a img {
  width: 42px;
  height: auto;
}

.main .directory ol li .fight .pair:first-child a strong {
  text-align: right;
}

.main .directory ol li .fight .score {
  width: 100%;
  overflow: hidden;
  height: 26px;
}

.main .directory ol li .fight .score a {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}

.main .directory ol li .fight .score strong {
  width: fit-content;
  height: 100%;
  padding: 0 8px;
  display: flex;
  align-items: center;
  background: #d9d3fe;
  font-size: 14px;
  font-weight: bold;
  color: #7530e7;
}

.main .directory ol li .fight .score span {
  color: #373743;
  font-weight: bold;
  font-size: 18px;
}

.main .directory ol li .reflect {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
}

.main .directory ol li .reflect .voice {
  width: fit-content;
}

.main .directory ol li .reflect .voice a {
  display: flex;
  align-items: center;
  gap: 4px;
}

.main .directory ol li .reflect .voice a img {
  width: 18px;
  height: fit-content;
}

.main .directory ol li .reflect .stir {
  width: 100%;
  height: 46px;
}

.main .directory ol li .reflect .stir a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .directory ol li .reflect .stir .newtons-cradle {
  --uib-size: 28px;
  --uib-speed: 1.2s;
  --uib-color: #765aff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--uib-size);
  height: var(--uib-size);
}

.main .directory ol li .reflect .stir .newtons-cradle .newtons-cradle__dot {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 25%;
  transform-origin: center top;
}

.main .directory ol li .reflect .stir .newtons-cradle .newtons-cradle__dot::after {
  content: "";
  display: block;
  width: 100%;
  height: 25%;
  border-radius: 50%;
  background-color: var(--uib-color);
}

.main .directory ol li .reflect .stir .newtons-cradle .newtons-cradle__dot:first-child {
  animation: swing var(--uib-speed) linear infinite;
}

.main .directory ol li .reflect .stir .newtons-cradle .newtons-cradle__dot:last-child {
  animation: swing2 var(--uib-speed) linear infinite;
}

.main .directory ol li .reflect .stir .loader {
  width: fit-content;
  height: 80%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
}

.main .directory ol li .reflect .stir .loader div {
  width: 4px;
  height: 2%;
  background-color: #765aff;
  border-radius: 4px 4px 0 0;
  animation: wave 2.2s cubic-bezier(0.5, 0.2, 0.3, 1) infinite;
  transform-origin: bottom;
}

.main .directory ol li .reflect .stir .loader div:nth-child(1) {
  animation-delay: 0.3s;
}

.main .directory ol li .reflect .stir .loader div:nth-child(2) {
  animation-delay: 0.2s;
}

.main .directory ol li .reflect .stir .loader div:nth-child(3) {
  animation-delay: 0.1s;
}

.main .directory ol li .reflect .stir .loader div:nth-child(4) {
  animation-delay: 0.01s;
}

.main .directory ol li .reflect .stir .loader div:nth-child(5) {
  animation-delay: 0.1s;
}

.main .directory ol li .reflect .stir .loader div:nth-child(6) {
  animation-delay: 0.2s;
}

.main .directory ol li .reflect .stir .loader div:nth-child(7) {
  animation-delay: 0.3s;
}

.main .directory ol li .reflect .stir .finish {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.main .directory ol li .reflect .stir .finish img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .main .directory {
    border-radius: 0.2rem;
    height: 37.78667rem;
  }

  .main .directory ol li {
    grid-template-columns: auto;
    gap: 0.29333rem;
    padding: 0.21333rem 0.16rem;
  }

  .main .directory ol li .revelation {
    gap: 0.08rem;
  }

  .main .directory ol li .revelation .only a {
    gap: 0.08rem;
  }

  .main .directory ol li .revelation .only a img {
    width: 0.82667rem;
  }

  .main .directory ol li .revelation .only a strong {
    font-size: 12px;
  }

  .main .directory ol li .revelation time {
    font-size: 12px;
  }

  .main .directory ol li .revelation .fettle {
    padding: 0 0.16rem;
  }

  .main .directory ol li .revelation .fettle a {
    font-size: 12px;
  }

  .main .directory ol li .fight {
    gap: 0.16rem;
  }

  .main .directory ol li .fight .pair a {
    gap: 0.16rem;
  }

  .main .directory ol li .fight .pair a strong {
    font-size: 12px;
  }

  .main .directory ol li .fight .pair a img {
    width: 0.82667rem;
  }

  .main .directory ol li .fight .score {
    height: 0.61333rem;
  }

  .main .directory ol li .fight .score a {
    gap: 0.08rem;
  }

  .main .directory ol li .fight .score a strong {
    font-size: 12px;
    padding: 0 0.10667rem;
  }

  .main .directory ol li .fight .score a span {
    font-size: 16px;
  }

  .main .directory ol li .reflect {
    gap: 0.29333rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .main .directory ol li .reflect .voice {
    width: 100%;
  }

  .main .directory ol li .reflect .voice a {
    gap: 0.10667rem;
    justify-content: center;
  }

  .main .directory ol li .reflect .voice a img {
    width: 0.42667rem;
  }

  .main .directory ol li .reflect .stir {
    height: 0.69333rem;
  }
}

.main .schedule {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.main .dynamic {
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
}

.main .scene {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
}

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

.main .scene ul li {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(62, 68, 90, 0.09) 0px 1px 30px 0px;
}

.main .scene ul li a {
  width: 100%;
  height: 324px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.main .scene ul li a .graphics {
  position: relative;
  width: 100%;
  height: 196px;
}

.main .scene ul li a .graphics .photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main .scene ul li a .graphics .photo img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  object-fit: cover;
}

.main .scene ul li a .graphics .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
}

.main .scene ul li a .graphics .play img {
  width: 100%;
  height: 100%;
}

.main .scene ul li a .graphics time {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 12px;
}

.main .scene ul li a .narrate {
  width: 100%;
  flex: 1;
  overflow: hidden;
  padding: 10px 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main .scene ul li a .narrate strong {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.main .scene ul li a .narrate .palpability {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .scene ul li a .narrate .palpability .swing {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main .scene ul li a .narrate .palpability .swing span {
  font-size: 18px;
  color: #816de0;
  font-weight: bold;
}

.main .scene ul li a .narrate .palpability .swing strong,
.main .scene ul li a .narrate .palpability .swing time {
  font-size: 12px;
  color: #a5a8ad;
}

.main .scene ul li:hover {
  background: #765aff;
}

.main .scene ul li:hover a .graphics .photo img {
  transform: scale(1.2);
}

.main .scene ul li:hover a .narrate strong {
  color: #fff;
}

.main .scene ul li:hover a .narrate .palpability .swing strong,
.main .scene ul li:hover a .narrate .palpability .swing span,
.main .scene ul li:hover a .narrate .palpability .swing time {
  color: #fff;
}

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

  .main .scene ul li {
    border-radius: 0.13333rem;
  }

  .main .scene ul li a {
    height: 5.76rem;
  }

  .main .scene ul li a .graphics {
    height: 3.76rem;
  }

  .main .scene ul li a .graphics .play {
    width: 1.09333rem;
    height: 1.09333rem;
  }

  .main .scene ul li a .graphics time {
    right: 0.10667rem;
    bottom: 0.10667rem;
  }

  .main .scene ul li a .narrate {
    padding: 0.13333rem 0.08rem;
  }

  .main .scene ul li a .narrate strong {
    font-size: 0.37333rem;
  }

  .main .scene ul li a .narrate .palpability .swing {
    gap: 0.08rem;
  }

  .main .scene ul li a .narrate .palpability .swing span {
    font-size: 0.34667rem;
  }

  .main .scene ul li a .narrate .palpability .swing strong,
  .main .scene ul li a .narrate .palpability .swing time {
    font-size: 0.32rem;
  }
}

.main .scene.tow_scene ul {
  grid-template-columns: repeat(2, 1fr);
}

.main .comity {
  margin-top: 62px;
}

.main .comity .crew {
  width: 100%;
  overflow: hidden;
}

.main .comity .crew ol {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.main .comity .crew ol li {
  width: 100%;
  height: 182px;
  background: #fff;
  box-shadow: rgba(62, 68, 90, 0.09) 0px 1px 30px 0px;
  border-radius: 50%;
  overflow: hidden;
}

.main .comity .crew ol li a {
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.main .comity .crew ol li img {
  width: fit-content;
  height: 75px;
}

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

.main .comity .crew ol li:hover {
  background: #785bff;
}

.main .comity .crew ol li:hover strong {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .main .comity {
    margin-top: 0.82667rem;
  }

  .main .comity .crew ol {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.29333rem;
  }

  .main .comity .crew ol li {
    height: 3.04rem;
  }

  .main .comity .crew ol li a {
    padding: 0.26667rem;
    gap: 0.16rem;
  }

  .main .comity .crew ol li a img {
    height: 1.13333rem;
  }

  .main .comity .crew ol li a strong {
    font-size: 0.37333rem;
  }
}

.main .tidings {
  margin-top: 62px;
}

.main .knowledge {
  width: 100%;
  overflow: hidden;
}

.main .knowledge ol {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.main .knowledge ol li {
  width: 100%;
  height: 246px;
  background: #fff;
  box-shadow: rgba(62, 68, 90, 0.09) 0px 1px 30px 0px;
  border-radius: 5px;
}

.main .knowledge ol li a {
  display: block;
  width: 100%;
  height: 100%;
}

.main .knowledge ol li a figure {
  width: 100%;
  height: 100%;
  padding: 12px;
  box-sizing: border-box;
  display: flex;
  gap: 12px;
}

.main .knowledge ol li a figure img {
  width: 36%;
  height: 100%;
  border-radius: 6px;
}

.main .knowledge ol li a figure figcaption {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  gap: 6px;
}

.main .knowledge ol li a figure figcaption .stage {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.main .knowledge ol li a figure figcaption .stage strong {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #373743;
}

.main .knowledge ol li a figure figcaption .stage p {
  color: #373743;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.main .knowledge ol li a figure figcaption .solving {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .knowledge ol li a figure figcaption .solving .autocephaly {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main .knowledge ol li a figure figcaption .solving .autocephaly span {
  font-size: 18px;
  color: #765aff;
}

.main .knowledge ol li a figure figcaption .solving .autocephaly time,
.main .knowledge ol li a figure figcaption .solving .autocephaly strong {
  font-size: 14px;
  color: #a5a8ad;
}

.main .knowledge ol li:hover {
  background: #765aff;
}

.main .knowledge ol li:hover a figure figcaption .stage strong,
.main .knowledge ol li:hover a figure figcaption .stage p {
  color: #fff;
}

.main .knowledge ol li:hover a figure figcaption .solving .autocephaly time,
.main .knowledge ol li:hover a figure figcaption .solving .autocephaly strong,
.main .knowledge ol li:hover a figure figcaption .solving .autocephaly span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .main .knowledge ol {
    gap: 0.29333rem;
  }

  .main .knowledge ol li {
    height: 4.29333rem;
    border-radius: 0.06667rem;
  }

  .main .knowledge ol li a figure {
    padding: 0.16rem;
    gap: 0.16rem;
  }

  .main .knowledge ol li a figure img {
    border-radius: 0.08rem;
  }

  .main .knowledge ol li a figure figcaption {
    gap: 0.10667rem;
  }

  .main .knowledge ol li a figure figcaption .stage {
    gap: 0.08rem;
  }

  .main .knowledge ol li a figure figcaption .stage strong {
    font-size: 0.34667rem;
  }

  .main .knowledge ol li a figure figcaption .stage p {
    font-size: 0.32rem;
    line-height: 0.42667rem;
  }

  .main .knowledge ol li a figure figcaption .solving .autocephaly {
    gap: 0.08rem;
  }

  .main .knowledge ol li a figure figcaption .solving .autocephaly span {
    font-size: 0.34667rem;
  }

  .main .knowledge ol li a figure figcaption .solving .autocephaly time,
  .main .knowledge ol li a figure figcaption .solving .autocephaly strong {
    font-size: 0.32rem;
  }
}

.main .extrinsic {
  display: flex;
  gap: 22px;
}

.main .extrinsic .essence {
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  overflow: hidden;
}

.main .extrinsic .essence .specific {
  width: 100%;
  overflow: hidden;
}

.main .extrinsic .essence .literary {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 20px 15px;
  border-radius: 5px;
  box-shadow: rgba(62, 68, 90, 0.09) 0px 1px 30px 0px;
}

.main .extrinsic .essence .literary h1 {
  font-size: 18px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  color: #373743;
  user-select: none;
  font-weight: bold;
}

.main .extrinsic .essence .literary .lore {
  width: 100%;
  overflow: hidden;
  margin: 6px 0;
  white-space: nowrap;
  user-select: none;
}

.main .extrinsic .essence .literary .lore ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.main .extrinsic .essence .literary .lore ul li {
  display: flex;
  align-items: center;
  gap: 4px;
}

.main .extrinsic .essence .literary .lore ul li span {
  font-size: 18px;
  color: #765aff;
}

.main .extrinsic .essence .literary .lore ul li time,
.main .extrinsic .essence .literary .lore ul li em {
  font-size: 14px;
  font-weight: bold;
  color: #373743;
}

.main .extrinsic .essence .literary .writings {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main .extrinsic .essence .literary .writings p {
  font-size: 14px;
  color: #373743;
  line-height: 26px;
  text-indent: 20px;
}

.main .extrinsic .essence .literary .writings 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;
}

.main .extrinsic .essence .literary .lately {
  width: 100%;
  margin-top: 62px;
}

.main .extrinsic .essence .literary .lately ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.main .extrinsic .essence .literary .lately ol li {
  width: 100%;
  overflow: hidden;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #765aff;
  white-space: nowrap;
  user-select: none;
}

.main .extrinsic .essence .literary .lately ol li a {
  display: flex;
  align-items: center;
  gap: 3px;
}

.main .extrinsic .essence .literary .lately ol li a strong {
  font-weight: bold;
  font-size: 14px;
  color: #765aff;
}

.main .extrinsic .essence .literary .lately ol li a p {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #373743;
  font-size: 13px;
}

.main .extrinsic .essence .literary .argue {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 20px 0;
}

.main .extrinsic .essence .literary .argue ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.main .extrinsic .essence .literary .argue ul li {
  white-space: nowrap;
  font-size: 12px;
  display: flex;
  align-items: center;
  color: #373743;
  font-weight: bold;
  flex-wrap: wrap;
}

.main .extrinsic .essence .literary .argue ul li span,
.main .extrinsic .essence .literary .argue ul li a {
  color: #373743;
  font-weight: bold;
}

.main .extrinsic .essence .literary .argue>strong,
.main .extrinsic .essence .literary .argue p {
  font-size: 12px;
  color: #373743;
  font-weight: bold;
}

.main .extrinsic .essence .literary .curtain {
  position: relative;
  width: 100%;
  height: 372px;
}

.main .extrinsic .essence .literary .curtain .parade {
  width: 100%;
  height: 100%;
}

.main .extrinsic .essence .literary .curtain .parade img {
  width: 100%;
  height: 100%;
}

.main .extrinsic .essence .literary .curtain .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
}

.main .extrinsic .essence .literary .curtain .play img {
  width: 100%;
  height: 100%;
}

.main .extrinsic .essence .literary .curtain p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px 5px;
  background: rgba(225, 225, 225, 0.5);
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #373743;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
}

.main .extrinsic .essence .literary .curtain time {
  position: absolute;
  left: 8px;
  top: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

.main .extrinsic .essence .literary .curtain .lasting {
  left: auto;
  top: auto;
  right: 8px;
  bottom: 42px;
}

.main .extrinsic .essence .literary .explain {
  position: relative;
  width: 100%;
  height: 362px;
  background: url(../tranquil/images/match_zuqiu.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin: 22px 0;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  white-space: nowrap;
  user-select: none;
}

.main .extrinsic .essence .literary .explain.ball {
  background: url(../tranquil/images/match_lanqiu.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.main .extrinsic .essence .literary .explain .waft {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 12px;
  box-sizing: border-box;
  background: rgba(225, 225, 225, 0.5);
}

.main .extrinsic .essence .literary .explain .waft strong,
.main .extrinsic .essence .literary .explain .waft a {
  color: #fff;
  font-size: 13px;
}

.main .extrinsic .essence .literary .explain .mutual {
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  display: grid;
  align-items: center;
  grid-template-columns: 2fr auto 2fr;
}

.main .extrinsic .essence .literary .explain .mutual .fleet {
  width: 100%;
  overflow: hidden;
}

.main .extrinsic .essence .literary .explain .mutual .fleet a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 12px;
}

.main .extrinsic .essence .literary .explain .mutual .fleet a img {
  width: fit-content;
  height: 114px;
}

.main .extrinsic .essence .literary .explain .mutual .fleet a strong {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.main .extrinsic .essence .literary .explain .mutual .trust {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: center;
}

.main .extrinsic .essence .literary .explain .mutual .trust time,
.main .extrinsic .essence .literary .explain .mutual .trust strong,
.main .extrinsic .essence .literary .explain .mutual .trust a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.main .extrinsic .essence .literary .explain .mutual .trust .score {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.main .extrinsic .essence .literary .explain .mutual .trust .score span {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .main .extrinsic .essence .literary {
    padding: 0.26667rem 0.2rem;
    border-radius: 5px;
  }

  .main .extrinsic .essence .literary h1 {
    font-size: 0.34667rem;
  }

  .main .extrinsic .essence .literary .lore {
    margin: 0.08rem 0;
  }

  .main .extrinsic .essence .literary .lore ul {
    gap: 0.10667rem;
  }

  .main .extrinsic .essence .literary .lore ul li {
    gap: 0.05333rem;
  }

  .main .extrinsic .essence .literary .lore ul li span {
    font-size: 0.37333rem;
  }

  .main .extrinsic .essence .literary .lore ul li time,
  .main .extrinsic .essence .literary .lore ul li em {
    font-size: 0.32rem;
  }

  .main .extrinsic .essence .literary .writings {
    gap: 0.26667rem;
  }

  .main .extrinsic .essence .literary .writings p {
    font-size: 0.32rem;
    line-height: 0.48rem;
    text-indent: 0.26667rem;
  }

  .main .extrinsic .essence .literary .writings img {
    width: 100% !important;
    margin-bottom: 0.26667rem;
    border-radius: 0.2rem;
  }

  .main .extrinsic .essence .literary .lately {
    margin-top: 0.82667rem;
  }

  .main .extrinsic .essence .literary .lately ol {
    grid-template-columns: auto;
    gap: 0.29333rem;
  }

  .main .extrinsic .essence .literary .lately ol li {
    padding: 0.06667rem 0.13333rem;
    border-radius: 0.13333rem;
  }

  .main .extrinsic .essence .literary .lately ol li a {
    gap: 0.06667rem;
  }

  .main .extrinsic .essence .literary .lately ol li a strong {
    font-size: 0.32rem;
  }

  .main .extrinsic .essence .literary .lately ol li a p {
    font-size: 0.32rem;
  }

  .main .extrinsic .essence .literary .argue {
    gap: 0.10667rem;
    margin: 0.26667rem 0;
  }

  .main .extrinsic .essence .literary .argue ul {
    gap: 0.10667rem;
  }

  .main .extrinsic .essence .literary .argue ul li {
    font-size: 0.32rem;
  }

  .main .extrinsic .essence .literary .curtain {
    height: 6.42667rem;
  }

  .main .extrinsic .essence .literary .curtain .play {
    width: 1.26667rem;
    height: 1.26667rem;
  }

  .main .extrinsic .essence .literary .curtain p {
    padding: 0.08rem 0.06667rem;
    font-size: 0.34667rem;
  }

  .main .extrinsic .essence .literary .curtain time,
  .main .extrinsic .essence .literary .curtain .lasting {
    font-size: 0.32rem;
  }

  .main .extrinsic .essence .literary .curtain time {
    left: 0.16rem;
    top: 0.16rem;
  }

  .main .extrinsic .essence .literary .curtain .lasting {
    bottom: 0.74667rem;
    right: 0.16rem;
  }

  .main .extrinsic .essence .literary .explain {
    height: 6.42667rem;
    margin: 0.29333rem 0;
    border-radius: 0.10667rem;
  }

  .main .extrinsic .essence .literary .explain .waft {
    padding: 0.13333rem 0.16rem;
  }

  .main .extrinsic .essence .literary .explain .waft strong,
  .main .extrinsic .essence .literary .explain .waft a {
    font-size: 0.32rem;
  }

  .main .extrinsic .essence .literary .explain .mutual {
    padding: 0 0.26667rem;
  }

  .main .extrinsic .essence .literary .explain .mutual .fleet a {
    gap: 0.16rem;
  }

  .main .extrinsic .essence .literary .explain .mutual .fleet a img {
    height: 2.18667rem;
  }

  .main .extrinsic .essence .literary .explain .mutual .fleet a strong {
    font-size: 0.32rem;
  }

  .main .extrinsic .essence .literary .explain .mutual .trust {
    gap: 0.10667rem;
  }

  .main .extrinsic .essence .literary .explain .mutual .trust time,
  .main .extrinsic .essence .literary .explain .mutual .trust strong,
  .main .extrinsic .essence .literary .explain .mutual .trust a {
    font-size: 0.32rem;
  }

  .main .extrinsic .essence .literary .explain .mutual .trust .score {
    gap: 0.10667rem;
  }

  .main .extrinsic .essence .literary .explain .mutual .trust .score span {
    font-size: 0.37333rem;
  }
}

.main .extrinsic .essence .utterance {
  height: fit-content;
  padding: 15px 20px;
  background: #fff;
  box-sizing: border-box;
}

.main .extrinsic .essence .utterance .extraction {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
}

.main .extrinsic .essence .utterance .extraction ul {
  display: flex;
  gap: 22px;
  justify-content: center;
  align-items: center;
}

.main .extrinsic .essence .utterance .extraction ul li {
  padding: 6px 12px;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
}

.main .extrinsic .essence .utterance .extraction ul li a {
  color: #373743;
  font-weight: bold;
  font-size: 14px;
}

.main .extrinsic .essence .utterance .extraction ul li:hover,
.main .extrinsic .essence .utterance .extraction ul li.is_active {
  background: #765aff;
}

.main .extrinsic .essence .utterance .extraction ul li:hover a,
.main .extrinsic .essence .utterance .extraction ul li.is_active a {
  color: #fff;
}

.main .extrinsic .essence .utterance .fill_vacancy {
  width: 100%;
  overflow: hidden;
  margin-top: 18px;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy {
  width: 100%;
  overflow: hidden;
  user-select: none;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .expound {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .expound p,
.main .extrinsic .essence .utterance .fill_vacancy .autonomy .expound a {
  color: #373743;
  font-weight: bold;
  font-size: 13px;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .expound .semaphore {
  display: flex;
  gap: 6px;
  white-space: nowrap;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .expound .semaphore .antenna {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .expound .semaphore .antenna li {
  white-space: nowrap;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .expound .semaphore .antenna li a {
  color: #765aff;
  font-weight: bold;
  white-space: nowrap;
  animation: flicker 3s linear infinite forwards;
  display: inline-block;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .sides {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 82px;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .sides .bilateral {
  width: 100%;
  overflow: hidden;
  user-select: none;
  white-space: nowrap;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .sides .bilateral a {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .sides .bilateral a img {
  width: fit-content;
  height: 32px;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .sides .bilateral a strong {
  flex: 1;
  color: #373743;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .sides .bilateral:first-child a strong {
  text-align: right;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow {
  width: 100%;
  overflow: hidden;
  margin-top: 18px;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow strong {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: #765aff;
  gap: 6px;
  font-size: 14px;
  font-weight: bold;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow strong::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #765aff;
  border-radius: 50%;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow .platoon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow .platoon ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding-right: 22px;
  box-sizing: border-box;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow .platoon ul li {
  position: relative;
  padding: 8px 12px;
  box-sizing: border-box;
  width: 100%;
  background: #765aff;
  border-radius: 5px;
  box-sizing: border-box;
  color: #373743;
  font-weight: bold;
  font-size: 13px;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow .platoon ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 12px;
  display: block;
  background: #765aff;
  transform: translate(76%);
  clip-path: polygon(0% 0, 0 100%, 100% 0);
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow .platoon ul li.qb-status-1 {
  color: #71a172;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow .platoon ul li.qb-status-2 {
  color: #70a5e9;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow .platoon ul li.qb-status-3 {
  color: #bc67d8;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow .platoon ul li.qb-status-4 {
  color: #eb7913;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow .platoon ul li.qb-status-5 {
  color: #fb3530;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow .platoon ul:last-child {
  border-left: 1px solid #373743;
  padding-right: 0;
  padding-left: 20px;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow .platoon ul:last-child li::after {
  left: auto;
  right: 0;
  transform: translate(-76%);
  clip-path: polygon(100% 0, 0 0%, 100% 100%);
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .neutrally strong {
  color: #f7e79c;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .neutrally strong::before {
  background: #f7e79c;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .neutrally .platoon {
  grid-template-columns: auto;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .neutrally .platoon ul li {
  background: #f7e79c;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .neutrally .platoon ul li::after {
  background: #f7e79c;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .unfavorable strong {
  color: #c1c0c0;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .unfavorable strong::before {
  background: #c1c0c0;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .unfavorable .platoon ul li {
  background: #c1c0c0;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .unfavorable .platoon ul li::after {
  background: #c1c0c0;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified {
  width: 100%;
  overflow: hidden;
  user-select: none;
  white-space: nowrap;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .heading {
  width: 100%;
  margin: 15px 0;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .heading strong {
  font-size: 16px;
  font-weight: bold;
  color: #373743;
  display: flex;
  align-items: center;
  gap: 6px;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .heading strong::before {
  content: "";
  width: 4px;
  height: 22px;
  background-color: #765aff;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .betwixt {
  display: grid;
  gap: 6px;
  width: 100%;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold {
  width: 100%;
  overflow: hidden;
  background: #d9d3fe;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul {
  width: 100%;
  overflow: hidden;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li {
  width: 100%;
  overflow: hidden;
  padding: 15px 10px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 2fr 5fr 1fr;
  align-items: center;
  gap: 10px;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li:first-child {
  border-top: none;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li:first-child span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li:nth-child(2n) {
  background: #9492ff;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li:hover {
  background: #765aff;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .forward {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .forward a,
.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .forward time {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .couple {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 3fr 1fr 3fr;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .couple .squadron {
  width: 100%;
  overflow: hidden;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .couple .squadron a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .couple .squadron a img {
  width: 26px;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .couple .squadron a strong {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .couple .fritter {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  text-align: center;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .couple .fritter span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .status {
  width: fit-content;
  white-space: nowrap;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .status a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .status.start a {
  color: #0bbe63;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .status.await a {
  color: #f4d050;
}

.main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .status.end a {
  color: #7f7f7f;
}

@media screen and (max-width: 768px) {
  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .heading {
    margin: 0.2rem 0;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .heading strong {
    gap: 0.10667rem;
    font-size: 0.34667rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .heading strong::before {
    width: 0.10667rem;
    height: 0.42667rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .betwixt {
    gap: 0.34667rem;
    grid-template-columns: auto;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li {
    padding: 0.2rem 0.13333rem;
    gap: 0.13333rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li:first-child span {
    font-size: 0.32rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .forward {
    gap: 0.08rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .forward a,
  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .forward time {
    font-size: 0.32rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .couple {
    gap: 0.08rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .couple .squadron a {
    gap: 0.08rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .couple .squadron a img {
    width: 0.48rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .couple .squadron a strong {
    font-size: 0.32rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .couple .fritter span {
    font-size: 0.37333rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .stratified .enfold ul li .status a {
    font-size: 0.32rem;
  }
}

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

  .main .extrinsic .essence .utterance .extraction ul {
    gap: 0.29333rem;
  }

  .main .extrinsic .essence .utterance .extraction ul li {
    padding: 0.08rem 0.16rem;
    border-radius: 0.08rem;
  }

  .main .extrinsic .essence .utterance .extraction ul li a {
    font-size: 0.32rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy {
    margin-top: 0.24rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .expound {
    gap: 0.08rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .expound p,
  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .expound a {
    font-size: 0.32rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .expound .semaphore {
    gap: 0.08rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .expound .semaphore .antenna {
    gap: 0.10667rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .expound .semaphore .antenna li a {
    font-size: 0.37333rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .sides {
    gap: 1.09333rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .sides .bilateral a {
    gap: 0.16rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .sides .bilateral a img {
    height: 0.69333rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .sides .bilateral a strong {
    font-size: 0.32rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow {
    margin-top: 0.37333rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow strong {
    margin-bottom: 0.24rem;
    gap: 0.08rem;
    font-size: 0.32rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow strong::before {
    width: 0.24rem;
    height: 0.24rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow .platoon {
    grid-template-columns: auto;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow .platoon ul {
    padding-right: 0.29333rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow .platoon ul li {
    padding: 0.10667rem 0.16rem;
    border-radius: 0.10667rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow .platoon ul li::after {
    width: 0.34667rem;
    height: 0.29333rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow .platoon ul:last-child {
    border-left: 0;
    border-top: 1px solid #373743;
    padding-left: 0;
    padding-right: 0.29333rem;
    margin-top: 0.29333rem;
    padding-top: 0.29333rem;
  }

  .main .extrinsic .essence .utterance .fill_vacancy .autonomy .highbrow .platoon ul:last-child li::after {
    left: auto;
    right: 0px;
    transform: translate(76%);
    clip-path: polygon(0% 0, 0 100%, 100% 0);
  }
}

.main .extrinsic .essence .respecting {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 20px 15px;
  border-radius: 5px;
  box-shadow: rgba(62, 68, 90, 0.09) 0px 1px 30px 0px;
}

.main .extrinsic .essence .respecting .emphasize {
  width: 100%;
  overflow: hidden;
}

.main .extrinsic .essence .respecting .emphasize .problem {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  justify-content: space-between;
}

.main .extrinsic .essence .respecting .emphasize .problem .paint {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main .extrinsic .essence .respecting .emphasize .problem .paint img {
  width: 26px;
  height: auto;
}

.main .extrinsic .essence .respecting .emphasize .problem .paint strong {
  font-size: 16px;
  font-weight: bold;
  color: #373743;
}

.main .extrinsic .essence .respecting .emphasize .problem .massed {
  white-space: nowrap;
  user-select: none;
}

.main .extrinsic .essence .respecting .emphasize .problem .massed a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.main .extrinsic .essence .respecting .emphasize .problem .massed a em {
  font-size: 13px;
  font-weight: bold;
}

.main .extrinsic .essence .respecting .emphasize .problem .massed a span {
  font-size: 12px;
  transform: rotate(-90deg);
  vertical-align: middle;
}

.main .extrinsic .essence .respecting ol {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.main .extrinsic .essence .respecting ol li {
  width: 100%;
  height: 198px;
  white-space: nowrap;
  user-select: none;
  overflow: hidden;
}

.main .extrinsic .essence .respecting ol li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.main .extrinsic .essence .respecting ol li a .painting {
  position: relative;
  width: 100%;
  height: 167px;
}

.main .extrinsic .essence .respecting ol li a .painting .paint {
  width: 100%;
  height: 100%;
}

.main .extrinsic .essence .respecting ol li a .painting .paint img {
  width: 100%;
  height: 100%;
}

.main .extrinsic .essence .respecting ol li a .painting .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
}

.main .extrinsic .essence .respecting ol li a .painting .play img {
  width: 100%;
  height: 100%;
}

.main .extrinsic .essence .respecting ol li a .painting time {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

.main .extrinsic .essence .respecting ol li a .painting .tense {
  left: auto;
  top: auto;
  right: 5px;
  bottom: 5px;
}

.main .extrinsic .essence .respecting ol li a p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .main .extrinsic .essence .respecting {
    padding: 0.26667rem 0.2rem;
    border-radius: 0.06667rem;
  }

  .main .extrinsic .essence .respecting .emphasize .problem {
    gap: 0.16rem;
    margin-bottom: 0.18667rem;
  }

  .main .extrinsic .essence .respecting .emphasize .problem .paint {
    gap: 0.08rem;
  }

  .main .extrinsic .essence .respecting .emphasize .problem .paint img {
    width: 0.48rem;
  }

  .main .extrinsic .essence .respecting .emphasize .problem .paint strong {
    font-size: 0.34667rem;
  }

  .main .extrinsic .essence .respecting .emphasize .problem .massed a {
    gap: 0.08rem;
  }

  .main .extrinsic .essence .respecting .emphasize .problem .massed a em {
    font-size: 0.32rem;
  }

  .main .extrinsic .essence .respecting .emphasize .problem .massed a span {
    font-size: 0.32rem;
  }

  .main .extrinsic .essence .respecting .emphasize ol {
    gap: 0.16rem;
  }

  .main .extrinsic .essence .respecting .emphasize ol li {
    height: 3.49333rem;
  }

  .main .extrinsic .essence .respecting .emphasize ol li a {
    gap: 0.16rem;
  }

  .main .extrinsic .essence .respecting .emphasize ol li a .painting {
    height: 3.02667rem;
  }

  .main .extrinsic .essence .respecting .emphasize ol li a .painting .play {
    width: 0.86667rem;
    height: 0.86667rem;
  }

  .main .extrinsic .essence .respecting .emphasize ol li a .painting time {
    font-size: 0.32rem;
  }
}

.main .extrinsic .sloppy {
  width: 28%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.main .extrinsic .sloppy .caption {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.main .extrinsic .sloppy .caption .tabloid {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
}

.main .extrinsic .sloppy .caption .tabloid img {
  width: 30px;
  height: auto;
}

.main .extrinsic .sloppy .caption .tabloid strong {
  font-size: 14px;
  font-weight: bold;
  color: #373743;
}

.main .extrinsic .sloppy .caption .extra {
  width: fit-content;
  white-space: nowrap;
}

.main .extrinsic .sloppy .caption .extra a {
  display: flex;
  align-items: center;
  color: #373743;
  font-weight: bold;
}

.main .extrinsic .sloppy .caption .extra a span {
  transform: rotate(-90deg);
  font-size: 12px;
  color: #373743;
}

.main .extrinsic .sloppy .niche {
  width: 100%;
  background: #fff;
  box-shadow: rgba(62, 68, 90, 0.09) 0px 1px 30px 0px;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  white-space: nowrap;
  user-select: none;
}

.main .extrinsic .sloppy .niche .gear {
  width: 100%;
  overflow: hidden;
}

.main .extrinsic .sloppy .niche .gear ol {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.main .extrinsic .sloppy .niche .gear ol li {
  width: 100%;
  height: 157px;
  overflow: hidden;
}

.main .extrinsic .sloppy .niche .gear ol li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main .extrinsic .sloppy .niche .gear ol li a .drawing {
  position: relative;
  width: 100%;
  height: 131px;
  border-radius: 8px;
  overflow: hidden;
}

.main .extrinsic .sloppy .niche .gear ol li a .drawing>img {
  width: 100%;
  height: 100%;
}

.main .extrinsic .sloppy .niche .gear ol li a .drawing .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
}

.main .extrinsic .sloppy .niche .gear ol li a .drawing .play img {
  width: 100%;
  height: 100%;
}

.main .extrinsic .sloppy .niche .gear ol li a .drawing time {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}

.main .extrinsic .sloppy .niche .gear ol li a .drawing .grow {
  left: auto;
  top: auto;
  bottom: 5px;
  right: 5px;
}

.main .extrinsic .sloppy .niche .gear ol li a strong {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #373743;
  font-weight: bold;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .main .extrinsic .sloppy .niche {
    padding: 0.26667rem 0.13333rem;
    border-radius: 0.06667rem;
  }

  .main .extrinsic .sloppy .niche .gear ol {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 0.24rem;
  }

  .main .extrinsic .sloppy .niche .gear ol li {
    height: 3.16rem;
  }

  .main .extrinsic .sloppy .niche .gear ol li a {
    gap: 0.16rem;
  }

  .main .extrinsic .sloppy .niche .gear ol li a .drawing {
    height: 2.41333rem;
    border-radius: 0.10667rem;
  }

  .main .extrinsic .sloppy .niche .gear ol li a .drawing .play {
    width: 0.86667rem;
    height: 0.86667rem;
  }

  .main .extrinsic .sloppy .niche .gear ol li a .drawing time {
    font-size: 0.29333rem;
  }

  .main .extrinsic .sloppy .niche .gear ol li a strong {
    font-size: 0.32rem;
  }
}

.main .extrinsic .sloppy .consult {
  width: 100%;
  background: #fff;
  box-shadow: rgba(62, 68, 90, 0.09) 0px 1px 30px 0px;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  white-space: nowrap;
  user-select: none;
}

.main .extrinsic .sloppy .consult .faith {
  width: 100%;
  overflow: hidden;
}

.main .extrinsic .sloppy .consult .faith ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.main .extrinsic .sloppy .consult .faith ul li {
  width: 100%;
  overflow: hidden;
}

.main .extrinsic .sloppy .consult .faith ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.main .extrinsic .sloppy .consult .faith ul li a p {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold;
  color: #373743;
}

.main .extrinsic .sloppy .consult .faith ul li a time {
  font-size: 12px;
  color: #a5a8ad;
}

@media screen and (max-width: 768px) {
  .main .extrinsic .sloppy .consult {
    padding: 0.26667rem 0.13333rem;
    border-radius: 0.06667rem;
  }

  .main .extrinsic .sloppy .consult .faith ul {
    gap: 0.29333rem;
  }

  .main .extrinsic .sloppy .consult .faith ul li a {
    gap: 0.10667rem;
  }

  .main .extrinsic .sloppy .consult .faith ul li a p {
    font-size: 0.32rem;
  }

  .main .extrinsic .sloppy .consult .faith ul li a time {
    font-size: 0.29333rem;
  }
}

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

  .main .extrinsic .essence {
    width: 100%;
    flex: auto;
    gap: 0.29333rem;
  }

  .main .extrinsic .sloppy {
    width: 100%;
  }
}

.main .battle {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(62, 68, 90, 0.09) 0px 1px 30px 0px;
  padding: 20px 15px;
  box-sizing: border-box;
}

.main .battle ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  white-space: nowrap;
  user-select: none;
}

.main .battle ul li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 5px;
  box-sizing: border-box;
  border-radius: 5px;
}

.main .battle ul li time {
  font-size: 13px;
}

.main .battle ul li time a {
  color: #373743;
  font-weight: bold;
}

.main .battle ul li .wrestle {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 6px;
  overflow: hidden;
}

.main .battle ul li .wrestle .trio {
  width: 100%;
  overflow: hidden;
}

.main .battle ul li .wrestle .trio a {
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  color: #373743;
  font-size: 12px;
}

.main .battle ul li .wrestle .trio:first-child {
  text-align: right;
}

.main .battle ul li .wrestle span {
  color: #373743;
  font-size: 14px;
  font-weight: bold;
}

.main .battle ul li .status {
  font-size: 13px;
}

.main .battle ul li .status a {
  font-weight: bold;
  color: #373743;
}

.main .battle ul li .status.start a {
  color: #765aff;
}

.main .battle ul li .status.await a {
  color: #fbbc05;
}

.main .battle ul li .status.end a {
  color: #ff3737;
}

.main .battle ul li:hover {
  background: #765aff;
}

.main .battle ul li:hover time a {
  color: #fff;
}

.main .battle ul li:hover .wrestle span {
  color: #fff;
}

.main .battle ul li:hover .wrestle .trio a {
  color: #fff;
}

.main .battle ul li:hover .status a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .main .battle {
    padding: 0.26667rem 0.2rem;
    border-radius: 0.13333rem;
  }

  .main .battle ul {
    grid-template-columns: auto;
    gap: 0.21333rem;
  }

  .main .battle ul li {
    gap: 0.16rem;
    padding: 0.13333rem 0.06667rem;
    border-radius: 0.06667rem;
  }

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

  .main .battle ul li .wrestle {
    gap: 0.08rem;
  }

  .main .battle ul li .wrestle span {
    font-size: 0.32rem;
  }

  .main .battle ul li .wrestle .trio {
    gap: 0.08rem;
  }

  .main .battle ul li .wrestle .trio a {
    font-size: 0.32rem;
  }

  .main .battle ul li .status {
    font-size: 0.32rem;
  }
}

.main .burning {
  margin-top: 32px;
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(62, 68, 90, 0.09) 0px 1px 30px 0px;
  padding: 20px 15px;
  box-sizing: border-box;
}

.main .burning .inscribe {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  user-select: none;
  margin-bottom: 12px;
}

.main .burning .inscribe img {
  width: 22px;
  height: auto;
}

.main .burning .inscribe strong {
  font-size: 16px;
  color: #373743;
  font-weight: bold;
}

.main .burning ol {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  gap: 12px;
}

.main .burning ol li {
  user-select: none;
}

.main .burning ol li a {
  font-size: 13px;
  font-weight: bold;
  color: #373743;
}

@media screen and (max-width: 768px) {
  .main .burning {
    margin-top: 0.42667rem;
    padding: 0.26667rem 0.2rem;
    border-radius: 0.13333rem;
  }

  .main .burning .inscribe {
    gap: 0.16rem;
    margin-bottom: 0.16rem;
  }

  .main .burning .inscribe img {
    width: 0.42667rem;
  }

  .main .burning .inscribe strong {
    font-size: 0.34667rem;
  }

  .main .burning ol {
    gap: 0.16rem;
  }

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

@keyframes flicker {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }

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

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

@media screen and (max-width: 768px) {
  .main {
    padding: 1.76rem 0.2rem;
    padding-top: 3.09333rem;
  }

  .main .tidings {
    margin-top: 0.82667rem;
  }
}

.footer {
  width: 100%;
  height: fit-content;
  background: linear-gradient(to right, #3e3473, #6442df);
}

.footer .enclose {
  padding: 72px 20px;
  box-sizing: border-box;
}

.footer .enclose .advance {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer .enclose .advance dl {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  white-space: nowrap;
  user-select: none;
  flex-wrap: wrap;
  gap: 12px;
  height: fit-content;
}

.footer .enclose .advance dl dt {
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.footer .enclose .advance dl dd {
  font-size: 12px;
  font-weight: bold;
}

.footer .enclose .advance dl dd a {
  color: #c2c1e3;
}

.footer .enclose p {
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  margin-top: 25px;
}

.footer .enclose p a {
  color: #fff;
}

.footer .enclose p img {
  vertical-align: middle;
  width: auto;
  height: 14px;
}

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

  .footer .enclose .advance {
    grid-template-columns: auto;
  }

  .footer .enclose .advance dl {
    gap: 0.29333rem;
  }

  .footer .enclose .advance dl dt {
    font-size: 12px;
  }

  .footer .enclose p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 0.33333rem;
  }

  .footer .enclose p img {
    height: 12px;
  }
}

@keyframes wave {

  0%,
  100% {
    height: 10%;
  }

  25% {
    height: 60%;
  }

  50% {
    height: 10%;
  }

  75% {
    height: 85%;
  }
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
    animation-timing-function: ease-out;
  }

  25% {
    transform: rotate(70deg);
    animation-timing-function: ease-in;
  }

  50% {
    transform: rotate(0deg);
    animation-timing-function: linear;
  }
}

@keyframes swing2 {
  0% {
    transform: rotate(0deg);
    animation-timing-function: linear;
  }

  50% {
    transform: rotate(0deg);
    animation-timing-function: ease-out;
  }

  75% {
    transform: rotate(-70deg);
    animation-timing-function: ease-in;
  }
}

.contain {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 13px 0;
  gap: 5px;
}

.contain li {
  position: relative;
  padding: 0 10px;
  cursor: pointer;
}

.contain li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: 0;
  height: 2px;
  width: 0;
  background: rgba(49, 167, 222, 0.7);
  transition: all 0.3s;
}

.contain li.is_active::after {
  width: 100%;
}

.contain li.is_active span {
  color: #31a7de !important;
}

.contain li:hover::after {
  width: 100%;
}

.contain li:hover span {
  color: #31a7de !important;
}

.contain li span {
  font-size: 14px;
  font-weight: bold;
  color: #323a48;
}

@media screen and (max-width: 768px) {
  .contain {
    margin: 12px 0;
    gap: 5px;
  }

  .contain li {
    padding: 0 5px;
  }

  .contain li span {
    font-size: 12px;
  }
}

.baskLive {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px;
  display: none;
}

.baskLive .period {
  display: flex;
  flex-direction: column;
}

.baskLive .period time {
  padding: 0 3px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #323a48;
}

.baskLive .deliver {
  width: 100%;
  border: 1px solid #ebebeb;
}

.baskLive .deliver li {
  display: grid;
  align-items: center;
  gap: 7px;
  height: 48px;
  box-sizing: border-box;
  grid-template-columns: auto 5fr 1fr;
  padding: 10px;
  border-top: 1px solid #ebebeb;
}

.baskLive .deliver li .plump {
  width: 30px;
  height: fit-content;
}

.baskLive .deliver li .plump img {
  width: 100%;
  height: auto;
}

.baskLive .deliver li p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #323a48;
}

.baskLive .deliver li .condition {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 5px;
  user-select: none;
}

.baskLive .deliver li .condition img {
  width: 24px;
  height: auto;
}

.baskLive .deliver li .condition span {
  font-size: 14px;
  letter-spacing: 3px;
  white-space: nowrap;
  text-align: center;
  color: #323a48;
}


.text_foot_live {
  display: grid;
  grid-template-columns: auto 1fr;
}

.text_foot_live .quantum {
  width: fit-content;
}

.text_foot_live .quantum ul {
  display: flex;
  flex-direction: column;
}

.text_foot_live .quantum ul li {
  padding: 0 3px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text_foot_live .quantum ul li span {
  font-size: 14px;
  color: #323a48;
}

.text_foot_live .describe {
  width: 100%;
  border: 1px solid #ebebeb;
}

.text_foot_live .describe ul {
  width: 100%;
}

.text_foot_live .describe ul li {
  display: grid;
  align-items: center;
  gap: 7px;
  height: 48px;
  box-sizing: border-box;
  grid-template-columns: auto 1fr auto;
  padding: 10px;
  border-top: 1px solid #ebebeb;
}

.text_foot_live .describe ul li:first-child {
  border-top: none;
}

.text_foot_live .describe ul li .icon_live {
  width: 18px;
  height: 18px;
}

.text_foot_live .describe ul li p {
  width: 100%;
  font-size: 14px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #323a48;
}

.text_foot_live .describe ul li .plump {
  width: 22px;
  height: auto;
}

.schedule-columnn {
  --theme--color: #ed7d03;
  --theme--deputy--color: #fff;
  width: 100%;
  height: fit-content;
  display: grid;
  background: var(--theme--deputy--color);
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
}

.schedule-columnn li {
  height: 58px;
  cursor: pointer;
}

.schedule-columnn li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

}

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

.schedule-columnn li img {
  height: 28px;
  width: 28px;
  border-radius: 50%;
}

.schedule-columnn li.active,
.schedule-columnn li:hover {
  background: var(--theme--color);
  color: var(--theme--deputy--color);
}

.schedule-columnn {
  --theme--color: #5d3fcb;
  --theme--deputy--color: #fff;
  width: 100%;
  height: fit-content;
  display: grid;
  background: var(--theme--deputy--color);
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
}

.schedule-columnn li {
  height: 58px;
  cursor: pointer;
}

.schedule-columnn li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

}

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

.schedule-columnn li img {
  height: 28px;
  width: 28px;
  border-radius: 50%;
}

.schedule-columnn li.active,
.schedule-columnn li:hover {
  background: var(--theme--color);
  color: var(--theme--deputy--color);
}

.schedule-nav {
  width: 100%;
  overflow-x: auto;
}

.schedule-nav ul {
  --theme--color: #5d3fcb;
  --theme--deputy--color: #fff;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.schedule-nav ul li {
  min-width: 138px;
  height: 60px;
  background: var(--theme--deputy--color);
}

.schedule-nav ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  color: #010b12;
  font-weight: bold;
  cursor: pointer;
}

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

.schedule-nav ul li.active,
.schedule-nav ul li:hover {
  background: var(--theme--color);
}

.schedule-nav ul li.active a,
.schedule-nav ul li:hover a {
  color: var(--theme--deputy--color);

}

@media screen and (max-width: 768px) {
  .match_outer {
    padding: 0 1.333vw;
    box-sizing: border-box;
  }

  .match_outer .schedule-columnn {
    margin-bottom: 2.667vw;
  }

  .match_outer .schedule-columnn li {
    height: 7.733vw;
  }

  .match_outer .schedule-columnn li a {
    gap: 1.333vw;
  }

  .match_outer .schedule-columnn li span {
    font-size: 2.133vw;
  }

  .match_outer .schedule-columnn li img {
    height: 3.733vw;
    width: 3.733vw;
  }

  .match_outer .schedule-nav {
    overflow-x: auto;
    margin-bottom: 1.333vw;
  }

  .match_outer .schedule-nav ul {
    width: fit-content;
    gap: 1.067vw;
    margin-bottom: 1.333vw;
  }

  .match_outer .schedule-nav li {
    min-width: 26.8vw;
    height: 8vw;
  }

  .match_outer .schedule-nav li time,
  .match_outer .schedule-nav li span {
    font-size: 2.2vw;
  }
}
.zhibo_btn a {
    background: #009543;
    color: #ffffff;
    border-radius: 18px;
    text-align: center;
    padding: 0px 18px;
    line-height: 36px;
    font-size: 16px;
    margin: 0px 5px 10px 0;
    display: inline-block;
    text-indent: 0;
    font-weight: 600;
    transition: transform 0.5s;
    animation: spring-animation 1s infinite alternate;
}
.zhibo_btn a:active {
  transform: scale(0.9);
}
 
@keyframes spring-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}