@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;
  align-items: center;
  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,
.main .asks {
  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,
  .main .asks {
    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,
.main .extrinsic .sloppy .solitary {
  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,
  .main .extrinsic .sloppy .solitary {
    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;
  }
}
.question {
  width: 100%;
  margin-top: 12px;
}

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

.question ul li {
  position: relative;
  width: calc(50% - 5px);
  border: 1px solid #cadddf;
  padding: 10px 12px;
  box-sizing: border-box;
  background: #fff;
}

.question ul li:hover {
  background: #785bff;
}

.question ul li:hover a article strong {
  color: #fff;
}

.question ul li:hover a article p {
  color: #fff;
}

.question ul li:first-child {
  width: 100%;
}

.question ul li .carefully {
  position: absolute;
  right: 20px;
  top: 10px;
  width: fit-content;
  background: rgba(254, 243, 199, 0.5);
  padding: 2px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.question ul li .carefully img {
  width: 12px;
  height: 12px;
  font-weight: bold;
}

.question ul li .carefully span {
  font-weight: bold;
  color: #d97809;
}

.question ul li a {
  width: 100%;
}

.question ul li a article {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.question ul li a article strong {
  font-weight: bold;
  color: #0b0b0d;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.question ul li a article p {
  color: #0b0b0d;
  line-height: 23px;
  display: -webkit-box;
  /* 弹性盒子模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列子元素 */
  -webkit-line-clamp: 2;
  /* 限制3行 */
  overflow: hidden;
  font-size: 12px;
}
.question ul li a article .volution {
  height: 51px;
  overflow-y: auto;
}

.question ul li a .delicate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
}

.question ul li a .delicate .alternative {
  display: flex;
  align-items: center;
  gap: 24px;
}

.question ul li a .delicate .alternative .impressions {
  display: flex;
  align-items: center;
  gap: 5px;
}

.question ul li a .delicate .alternative .impressions img {
  width: 24px;
}

.question ul li a .delicate .alternative .impressions span {
  font-weight: bold;
  color: #6f6f6f;
  font-size: 12px;
}

.question ul li a .delicate .rotation {
  display: flex;
  align-items: center;
  gap: 5px;
}

.question ul li a .delicate .rotation img {
  width: 24px;
}

.question ul li a .delicate .rotation time {
  font-size: 12px;
  font-weight: bold;
  color: #6f6f6f;
}
@media screen and (max-width: 768px) {
  .question ul {
    gap: 1.33333vw;
  }
  .question ul li {
    width: 100%;
    padding: 1.33333vw 1.6vw;
  }
  .question ul li .carefully {
    right: 2.66667vw;
    top: 1.33333vw;
    font-size: 2.93333vw;
    gap: 0.13333;
    border-radius: 1.6vw;
    padding: 0.26667vw 1.33333vw;
  }
  .question ul li .carefully img {
    width: 2.66667vw;
    height: 2.66667vw;
  }
  .question ul li a article {
    gap: 1.6vw;
  }
  .question ul li a article strong {
    font-size: 3.33333vw;
  }
  .question ul li a article p {
    font-size: 3.06667vw;
    line-height: 4.26667vw;
  }
  .question ul li a .delicate {
    gap: 1.6vw;
    margin-top: 3.73333vw;
  }
  .question ul li a .delicate .alternative {
    gap: 3.2vw;
  }
  .question ul li a .delicate .alternative .impressions {
    gap: 0.8vw;
  }
  .question ul li a .delicate .alternative .impressions img {
    width: 4.26667vw;
  }
  .question ul li a .delicate .alternative .impressions span {
    font-size: 2.66667vw;
  }
  .question ul li a .delicate .rotation {
    gap: 0.8vw;
  }
  .question ul li a .delicate .rotation img {
    width: 4.26667vw;
  }
  .question ul li a .delicate .rotation time {
    font-size: 2.66667vw;
  }
}
.retrieve {
  width: 100%;
  margin-top: 16px;
}

.retrieve ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.retrieve ul li {
  width: fit-content;
  background: #fff;
  border: 1px solid #fff;
}

.retrieve ul li a {
  width: fit-content;
  padding: 5px 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.retrieve ul li a:hover {
  background: #785bff;
  transform: scaleY(1.01) translateY(-2px);
}

.retrieve ul li a:hover span {
  color: #fff;
}

.retrieve ul li a span {
  font-weight: bold;
  color: #0b0b0d;
  font-size: 12px;
}

.retrieve ul li a img {
  width: 14px;
  display: none;
}

.retrieve ul li a:hover img {
  display: block;
}
@media screen and (max-width: 768px) {
  .retrieve ul {
    gap: 2vw;
  }
  .retrieve ul li a {
    padding: 0.8vw 2vw;
    gap: 1.06667vw;
  }
  .retrieve ul li a span {
    font-size: 2.93333vw;
  }
  .retrieve ul li a span img {
    font-size: 2.66667vw;
  }
}
.inquires {
  width: 100%;
  overflow: hidden;
}

.inquires ul {
  width: 100%;
}

.inquires ul li {
  width: 100%;
  padding: 10px 5px;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeff2;
}

.inquires ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  color: #727477;
}

.inquires ul li a p {
  color: #1a1a1a;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.inquires ul li a .painstaking {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inquires ul li a .painstaking .reply {
  display: flex;
  align-items: center;
  gap: 4px;
}

.inquires ul li a .painstaking .reply img {
  width: 14px;
  height: fit-content;
}

.inquires ul li a .painstaking .reply span {
  color: #aabbd6;
  font-size: 12px;
  white-space: nowrap;
}

.inquires ul li a .painstaking .deliver {
  display: flex;
  align-items: center;
  gap: 5px;
}

.inquires ul li a .painstaking .deliver img {
  width: 14px;
  height: fit-content;
}

.inquires ul li a .painstaking .deliver time {
  font-size: 12px;
  color: #aabbd6;
}
@media screen and (max-width: 768px) {
  .inquires ul li {
    padding: 1.33333vw 0.66667vw;
  }
  .inquires ul li a {
    gap: 2.13333vw;
  }
  .inquires ul li a p {
    font-size: 2.93333vw;
  }
  .inquires ul li a .painstaking .reply {
    gap: 1.06667vw;
  }
  .inquires ul li a .painstaking .reply img {
    width: 2.66667vw;
  }
  .inquires ul li a .painstaking .reply span {
    font-size: 2.13333vw;
  }
  .inquires ul li a .painstaking .deliver {
    gap: 1.06667vw;
  }
  .inquires ul li a .painstaking .deliver img {
    width: 2.66667vw;
  }
  .inquires ul li a .painstaking .deliver time {
    font-size: 2.13333vw;
  }
}
.connive {
  width: 100%;
  margin: 12px 0;
  background: #fff;
  box-shadow: rgba(62, 68, 90, 0.09) 0px 1px 30px 0px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  white-space: nowrap;
  user-select: none;
}

.connive .postpone {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.connive .postpone h1 {
  font-size: 15px;
  font-weight: bold;
  color: #1a1a1a;
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  gap: 6px;
}

.connive .postpone h1::before {
  content: "";
  width: 3px;
  height: 10px;
  background: #299ae9;
  border-radius: 4px;
}

.connive .postpone time {
  font-size: 12px;
  font-weight: bold;
  color: #1a1a1a;
}

.connive .sobriquet {
  display: flex;
  align-items: center;
  margin: 12px 0;
  gap: 3px;
}

.connive .sobriquet img {
  width: 20px;
}

.connive .sobriquet span {
  font-weight: bold;
  color: #5d5d5d;
  font-size: 12px;
}

.connive .tidy {
  width: 100%;
  padding: 5px 0;
}

.connive .tidy ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.connive .tidy ul li {
  white-space: nowrap;
  user-select: none;
}

.connive .tidy ul li a {
  padding: 5px 10px;
  box-sizing: border-box;
  background: #e2f6f9;
  color: #1fbcd3;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
}

.connive .solution {
  width: 100%;
  white-space: nowrap;
  margin-top: 26px;
}

.connive .solution ul {
  width: 100%;
}

.connive .solution ul li {
  border-bottom: 1px solid #c1d7db;
  padding: 10px 5px;
  box-sizing: border-box;
}

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

.connive .solution ul li a {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 6px;
}

.connive .solution ul li a img {
  width: 17px;
  height: fit-content;
}

.connive .solution ul li a p {
  font-size: 12px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1a1a1a;
}

.connive .regard {
  width: 100%;
  white-space: nowrap;
  margin-top: 32px;
}

.connive .regard .unfurl {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  color: #333333;
}

.connive .regard .unfurl::before {
  content: "";
  width: 3px;
  height: 10px;
  background: #04b4ce;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .connive .postpone {
    gap: 3.06667vw;
  }
  .connive .postpone h1 {
    font-size: 3.2vw;
    gap: 1.06667vw;
  }
  .connive .postpone h1::before {
    width: 0.8vw;
    height: 1.86667vw;
    border-radius: 0.8vw;
  }
  .connive .postpone time {
    font-size: 2.66667vw;
  }
  .connive .sobriquet {
    margin: 2.93333vw 0;
    gap: 0.66667vw;
  }
  .connive .sobriquet img {
    width: 3.46667vw;
  }
  .connive .sobriquet span {
    font-size: 2.66667vw;
  }
  .connive .tidy ul {
    gap: 2.93333vw;
  }
  .connive .tidy ul li a {
    padding: 0.8vw 1.6vw;
    font-size: 2.93333vw;
    border-radius: 0.8vw;
  }
  .connive .solution {
    margin-top: 4.26667vw;
  }
  .connive .solution ul li {
    padding: 1.6vw 0.8vw;
  }
  .connive .solution ul li a {
    gap: 1.06667vw;
  }
  .connive .solution ul li a img {
    width: 2.66667vw;
  }
  .connive .solution ul li a p {
    font-size: 2.93333vw;
  }
  .connive .regard {
    margin-top: 4.8vw;
  }
  .connive .regard .unfurl {
    gap: 1.33333vw;
  }
  .connive .regard .unfurl::before {
    width: 0.8vw;
    height: 1.86667vw;
    border-radius: 0.8vw;
  }
}
.internal {
  width: 100%;
  background: #fff;
  box-shadow: rgba(62, 68, 90, 0.09) 0px 1px 30px 0px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  white-space: nowrap;
  user-select: none;
}
.internal .itself {
  margin-bottom: 15px;
}

.internal .itself .matter .subject {
  display: block;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.internal .itself .establish {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.internal .itself .establish .harvest {
  display: flex;
  gap: 15px;
}

.internal .itself .establish .harvest .amass {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 5px 15px;
  border: 1px solid transparent;
  user-select: none;
  border-radius: 15px;
  overflow: hidden;
}

.internal .itself .establish .harvest .amass img {
  width: 20px;
}

.internal .itself .establish .harvest .amass span {
  color: #7f8b97;
}

.internal .itself .establish .harvest .amass:nth-child(1) {
  border-color: #013384;
}

.internal .itself .establish .harvest .amass:nth-child(1):hover {
  background: #013384;
}

.internal .itself .establish .harvest .amass:nth-child(1):hover span {
  color: #fff;
}

.internal .itself .establish .harvest .amass:nth-child(2) {
  border-color: #f32c2c;
}

.internal .itself .establish .harvest .amass:nth-child(2):hover {
  background: #f32c2c;
}

.internal .itself .establish .harvest .amass:nth-child(2):hover span {
  color: #fff;
}

.internal .itself .establish .harvest .amass:nth-child(3) {
  border-color: #4cc9f0;
}

.internal .itself .establish .harvest .amass:nth-child(3):hover {
  background: #4cc9f0;
}

.internal .itself .establish .harvest .amass:nth-child(3):hover span {
  color: #fff;
}

.internal .itself .establish .creation {
  display: flex;
  align-items: center;
  gap: 5px;
}

.internal .itself .establish .creation img {
  width: 20px;
}

@media screen and (max-width: 768px) {
  .internal .itself {
    margin-bottom: 2vw;
  }
  .internal .itself .matter .subject {
    font-size: 3.33333vw;
    margin-bottom: 2vw;
  }
  .internal .itself .matter p {
    font-size: 3.06667vw;
  }
  .internal .itself .establish {
    margin-top: 2vw;
  }
  .internal .itself .establish .harvest {
    gap: 2vw;
  }
  .internal .itself .establish .harvest .amass {
    gap: 0.66667vw;
    padding: 0.66667vw 2vw;
    border-radius: 2vw;
  }
  .internal .itself .establish .harvest .amass img {
    width: 2.66667vw;
  }
  .internal .itself .establish .harvest .amass span {
    font-size: 3.2vw;
  }
  .internal .itself .establish .creation {
    gap: 0.66667vw;
  }
  .internal .itself .establish .creation img {
    width: 2.66667vw;
  }
  .internal .itself .establish .creation span {
    font-size: 3.2vw;
  }
}

.internal .splitLine {
  display: flex;
  align-items: center;
  gap: 20px;
}

.internal .splitLine .sumUp {
  font-size: 16px;
}

.internal .splitLine .line {
  flex: 1;
  height: 1px;
  background: #dde4ef;
}

.internal .splitLine .heated a {
  color: #12418c;
}

@media screen and (max-width: 768px) {
  .internal .splitLine {
    gap: 2.66667vw;
  }
  .internal .splitLine .sumUp {
    font-size: 3.33333vw;
  }
  .internal .splitLine .heated .topic {
    font-size: 3.06667vw;
  }
  .internal .splitLine .heated a {
    font-size: 3.06667vw;
  }
}

.internal .related {
  margin-top: 20px;
}

.internal .related ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.internal .related ul li {
  border-bottom: 1px solid #dde4ef;
}

.internal .related ul li a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  color: #1a1a1a;
  line-height: 24px;
  font-size: 12px;
  text-indent: 8px;
}

.internal .related ul li a .establish {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}

.internal .related ul li a .establish .harvest {
  display: flex;
  gap: 15px;
}

.internal .related ul li a .establish .harvest .amass {
  display: flex;
  gap: 5px;
  align-items: center;
}

.internal .related ul li a .establish .harvest .amass img {
  width: 20px;
}

.internal .related ul li a .establish .harvest .amass span {
  color: #7f8b97;
}

.internal .related ul li a .establish .creation {
  display: flex;
  align-items: center;
  gap: 5px;
}

.internal .related ul li a .establish .creation img {
  width: 20px;
}

.internal .related ul li a .establish .creation span {
  color: #7f8b97;
}

@media screen and (max-width: 768px) {
  .internal .related {
    margin-top: 2.66667vw;
  }
  .internal .related ul {
    gap: 2vw;
  }
  .internal .related ul li a p {
    font-size: 3.06667vw;
  }
  .internal .related ul li a .establish {
    margin: 2vw 0;
  }
  .internal .related ul li a .establish .harvest {
    gap: 2vw;
  }
  .internal .related ul li a .establish .harvest .amass {
    gap: 0.66667vw;
  }
  .internal .related ul li a .establish .harvest .amass img {
    width: 2.66667vw;
  }
  .internal .related ul li a .establish .harvest .amass span {
    font-size: 3.2vw;
  }
  .internal .related ul li a .establish .creation {
    gap: 0.66667vw;
  }
  .internal .related ul li a .establish .creation img {
    width: 2.66667vw;
  }
  .internal .related ul li a .establish .creation span {
    font-size: 3.2vw;
  }
}
.several {
  width: 100%;
  overflow: hidden;
  margin-top: 12px;
}

.several ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.several ul li {
  padding: 2px 5px;
  box-sizing: border-box;
  border: 1px solid #e2e4e9;
}

.several ul li a {
  font-size: 12px;
  font-weight: bold;
  color: #1a1a1a;
  white-space: pre-wrap;
  user-select: none;
}

@media screen and (max-width: 768px) {
  .several ul {
    gap: 1.33333vw;
  }
  .several ul li {
    padding: 0.53333vw 1.06667vw;
  }
  .several ul li a {
    font-size: 2.66667vw;
  }
}
.seach_detail {
  height: fit-content;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
}

.seach_detail .seach_detail-preamble {
  width: 100%;
  height: 230px;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
  background-image: linear-gradient(
    to left,
    rgba(149, 132, 243, 0.3),
    rgba(149, 132, 243, 0.8)
  );
}

.seach_detail .seach_detail-preamble h1 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.seach_detail
  .seach_detail-preamble
  .seach_detail-studio
  .seach_detail-matchup
  .seach_detail-duel {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.seach_detail .seach_detail-preamble .seach_detail-studio .seach_detail-major {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.seach_detail .seach_detail-preamble .seach_detail-analyst {
  width: 80%;
  color: #fff;
  text-align: center;
  line-height: 23px;
  font-size: 12px;
}

.seach_detail .seach_detail-signage {
  display: flex;
  align-items: center;
  margin: 12px 0;
  gap: 3px;
}

.seach_detail .seach_detail-signage img {
  width: 20px;
}

.seach_detail .seach_detail-signage span {
  font-weight: bold;
  color: #686868;
  font-size: 12px;
}

.seach_detail .seach_detail-signal {
  width: 100%;
}

.seach_detail .seach_detail-signal ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.seach_detail .seach_detail-signal ul li {
  white-space: nowrap;
  user-select: none;
}

.seach_detail .seach_detail-signal ul li a {
  padding: 5px 10px;
  box-sizing: border-box;
  background: #dcf5e6;
  color: #2f8934;
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
}

@media screen and (max-width: 1000px) {
  body {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .seach_detail {
    border-radius: 2.66667vw;
  }
  .seach_detail .seach_detail-preamble {
    height: 42.66667vw;
  }
  .seach_detail .seach_detail-preamble .seach_detail-studio {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.33333vw;
    gap: 0;
  }
  .seach_detail h1 {
    font-size: 3.2vw;
  }
  .seach_detail
    .seach_detail-preamble
    .seach_detail-studio
    .seach_detail-matchup
    .seach_detail-duel {
    font-size: 3.2vw;
  }
  .seach_detail
    .seach_detail-preamble
    .seach_detail-studio
    .seach_detail-major {
    font-size: 3.2vw;
  }
  .seach_detail .seach_detail-preamble .seach_detail-analyst {
    width: 90%;
    font-size: 2.93333vw;
  }
  .seach_detail .seach_detail-signage {
    margin: 2.93333vw 0;
    gap: 0.66667vw;
  }
  .seach_detail .seach_detail-signage img {
    width: 3.46667vw;
  }
  .seach_detail .seach_detail-signage span {
    font-size: 2.66667vw;
  }
  .seach_detail .seach_detail-signal ul {
    gap: 2.93333vw;
  }
  .seach_detail .seach_detail-signal ul li a {
    padding: 0.8vw 1.6vw;
    font-size: 2.93333vw;
    border-radius: 0.8vw;
  }
}
