@charset "UTF-8";
:root {
  font-size: 20px;
  --red: #5c6a92;
  --yellow: #f8ab37;
  --green: #2ecc71;
  --white: #ffffff;
  --grey-light: #ff8200;
  --grey: #ff8200;
  --black: #080808;
  --black-blue: #1f2029;
  --black-blue-light: #353746;
  --black-blue-light-2: #404255;
  --black-blue-light-3: #4b4d64;
  --black-light: #424455;
}

/* #Progress
================================================== */
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "unicons";
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: var(--grey);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--grey);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

body.light .progress-wrap {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}

body.light .progress-wrap::after {
  color: var(--black-blue);
}

body.light .progress-wrap svg.progress-circle path {
  stroke: var(--black-blue);
}

.cephalosome {
  position: relative;
  background: #022e0b;
  width: 100%;
}

.cephalosome .column {
  width: 100%;
  padding: 16px 0;
  background: #ddf059;
  box-sizing: border-box;
}

.cephalosome .column ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cephalosome .column ul li {
  font-size: 13px;
}

.cephalosome .column ul li a {
  color: #022e0b;
  font-weight: bold;
  white-space: nowrap;
  user-select: none;
}

.cephalosome .specific {
  padding: 36px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 26px;
}

.cephalosome .specific .logo {
  width: 112px;
  height: fit-content;
}

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

.cephalosome .specific .logo a img {
  width: 100%;
  height: fit-content;
}

.cephalosome .specific nav {
  flex: 1;
  overflow-x: auto;
}

.cephalosome .specific nav ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cephalosome .specific nav ul li {
  position: relative;
  font-size: 13px;
  white-space: nowrap;
  user-select: none;
}

.cephalosome .specific nav ul li:hover::after {
  width: 100%;
}

.cephalosome .specific nav ul li:hover a {
  color: #ddf059;
}

.cephalosome .specific nav ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  width: 0%;
  height: 2px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  background: #ddf059;
}

.cephalosome .specific nav ul li a {
  color: #fff;
  font-weight: bold;
  padding: 15px 12px;
  display: block;
  box-sizing: border-box;
}

.cephalosome .specific .drop {
  display: none;
}

.cephalosome .specific .drop span {
  color: #fff;
  font-size: 28px;
  transform: rotate(180deg);
  display: block;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.cephalosome .carte {
  display: none;
}

@media screen and (min-width: 768px) {
  .cephalosome .carte {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .cephalosome .column {
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  .cephalosome .column {
    padding: 0.29333rem 0.2rem;
  }
  .cephalosome .column ul {
    gap: 0.16rem;
  }
  .cephalosome .column ul li {
    font-size: 0.30667rem;
  }
  .cephalosome .specific {
    padding: 0.56rem 0.2rem;
    gap: 0.34667rem;
  }
  .cephalosome .specific .logo {
    margin: auto;
    width: 2.02667rem;
  }
  .cephalosome .specific nav {
    display: none;
  }
  .cephalosome .specific .drop {
    display: block;
    width: fit-content;
    height: fit-content;
  }
  .cephalosome .specific .drop span {
    font-size: 0.50667rem;
  }
  .cephalosome .specific .drop.open span {
    transform: rotate(0deg);
  }
  .cephalosome .carte {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    background: #ddf059;
    padding: 0.26667rem 0.33333rem;
    box-sizing: border-box;
  }
  .cephalosome .carte ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.32rem;
  }
  .cephalosome .carte ul li {
    font-size: 0.33333rem;
    white-space: nowrap;
  }
  .cephalosome .carte ul li a {
    font-weight: bold;
  }
  .cephalosome .carte .pullback {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.61333rem;
    text-align: center;
  }
  .cephalosome .carte .pullback span {
    font-size: 0.61333rem;
    font-weight: bold;
  }
}

main {
  background: url("../public/imgs/alongside.png") no-repeat;
  background-size: 100% 100%;
}

main.simply {
  padding: 52px 0;
}

main .subject {
  display: flex;
  align-items: center;
  gap: 42px;
  width: 100%;
  margin-bottom: 22px;
}

main .subject.reverse .vestige strong {
  color: #022e0b;
}

main .subject .vestige {
  display: flex;
  align-items: center;
  gap: 12px;
}

main .subject .vestige img {
  width: 46px;
  height: fit-content;
}

main .subject .vestige strong {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

main .subject .railing {
  flex: 1;
  overflow-x: auto;
  padding-bottom: 6px;
}

main .subject .railing ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

main .subject .railing ul li {
  font-size: 13px;
  background: #e5e5e5;
  border-radius: 10px;
}

main .subject .railing ul li:hover,
main .subject .railing ul li.active {
  background: #ddf059;
}

main .subject .railing ul li:hover a,
main .subject .railing ul li.active a {
  color: #fff;
}

main .subject .railing ul li a {
  color: #004d42;
  font-weight: bold;
  white-space: nowrap;
  padding: 5px 20px;
  display: block;
}

main .incident {
  width: 100%;
  height: fit-content;
  padding: 58px 0;
  box-sizing: border-box;
}

main .incident.intention {
  background: url("../public/imgs/intention.png") no-repeat;
  background-size: 100%;
  background-position: top;
}

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

main .rivalry.buried {
  max-height: 982px;
  overflow-y: auto;
  padding: 6px 0;
}

main .rivalry ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

main .rivalry ul li {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 3fr 1fr;
  padding: 10px 12px;
  box-sizing: border-box;
  gap: 12px;
}

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

main .rivalry ul li .beside .portray {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

main .rivalry ul li .beside .portray .systematics {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

main .rivalry ul li .beside .portray .systematics a {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 12px;
}

main .rivalry ul li .beside .portray .systematics a img {
  width: 28px;
  height: fit-content;
}

main .rivalry ul li .beside .portray .systematics a strong {
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #212529;
}

main .rivalry ul li .beside .portray .period {
  white-space: nowrap;
}

main .rivalry ul li .beside .portray .period a {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

main .rivalry ul li .beside .portray .period a time {
  font-size: 13px;
  font-weight: bold;
  color: #212529;
}

main .rivalry ul li .beside .portray .period a time:first-child {
  font-size: 18px;
}

main .rivalry ul li .beside .predicament {
  width: fit-content;
  white-space: nowrap;
}

main .rivalry ul li .beside .predicament a {
  display: flex;
  align-items: center;
  gap: 8px;
}

main .rivalry ul li .beside .predicament a img {
  width: 16px;
}

main .rivalry ul li .beside .predicament a span {
  font-size: 13px;
  font-weight: bold;
  color: #004d42;
}

main .rivalry ul li .procession {
  display: grid;
  grid-template-columns: 2fr 1.3fr 2fr;
  align-items: center;
  gap: 12px;
}

main .rivalry ul li .procession .locality {
  width: 100%;
  overflow: hidden;
}

main .rivalry ul li .procession .locality a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}

main .rivalry ul li .procession .locality a img {
  width: 28px;
  max-height: 32px;
}

main .rivalry ul li .procession .locality a strong {
  flex: 1;
  font-weight: bold;
  color: #212529;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
}

main .rivalry ul li .procession .locality:first-child a strong {
  text-align: right;
}

main .rivalry ul li .procession .denouement {
  width: 100%;
}

main .rivalry ul li .procession .denouement a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
}

main .rivalry ul li .procession .denouement a img {
  width: 22px;
  vertical-align: middle;
}

main .rivalry ul li .procession .denouement a span {
  flex: 1;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #004d42;
}

main .rivalry ul li .ultimate {
  display: flex;
  align-items: center;
  gap: 22px;
}

main .rivalry ul li .ultimate .legitimate {
  width: fit-content;
  white-space: nowrap;
}

main .rivalry ul li .ultimate .legitimate a {
  display: flex;
  align-items: center;
  gap: 8px;
}

main .rivalry ul li .ultimate .legitimate a img {
  width: 20px;
}

main .rivalry ul li .ultimate .legitimate a span {
  font-size: 13px;
  font-weight: bold;
}

main .rivalry ul li .ultimate .story {
  flex: 1;
  display: flex;
  justify-content: center;
}

main .rivalry ul li .ultimate .story a {
  display: flex;
  align-items: center;
}

main .rivalry ul li .ultimate .story a img {
  width: 20px;
}

main .rivalry ul li:hover {
  background: #ddf059;
  transform: translateY(-6px);
}

main .television {
  width: 100%;
  padding: 62px 0;
  box-sizing: border-box;
}

main .spectrum {
  width: 100%;
}

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

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

main .spectrum ul li {
  width: 100%;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

main .spectrum ul li:hover {
  box-shadow: rgba(0, 102, 237, 0.1) 0px 0px 10px 0px;
  transform: translateY(-5px);
  background: #ddf059;
}

main .spectrum ul li a {
  width: 100%;
  display: block;
}

main .spectrum ul li a .fuichi {
  position: relative;
  width: 100%;
  height: 179px;
}

main .spectrum ul li a .fuichi .scheme {
  width: 100%;
  height: 100%;
}

main .spectrum ul li a .fuichi .scheme img {
  width: 100%;
  height: 100%;
}

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

main .spectrum ul li a .fuichi .play img {
  width: 100%;
  height: 100%;
}

main .spectrum ul li a .fuichi time {
  position: absolute;
  right: 6px;
  bottom: 6px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

main .spectrum ul li a .particulars {
  width: 100%;
  height: 148px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

main .spectrum ul li a .particulars p {
  font-size: 13px;
  color: #212529;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-height: 24px;
}

main .spectrum ul li a .particulars .careful {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

main .spectrum ul li a .particulars .careful .lonely {
  display: flex;
  align-items: center;
  gap: 8px;
}

main .spectrum ul li a .particulars .careful .lonely .icon-yixueredu {
  font-size: 17px;
  color: #ff3648;
}

main .spectrum ul li a .particulars .careful .lonely .icon-shijian {
  font-size: 20px;
  color: #84b3e1;
}

main .spectrum ul li a .particulars .careful .lonely span,
main .spectrum ul li a .particulars .careful .lonely time {
  font-size: 13px;
  font-weight: bold;
}

main .attention {
  padding: 48px 0;
  box-sizing: border-box;
}

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

main .attention .comity ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 26px;
}

main .attention .comity ul li {
  width: 100%;
  height: 161px;
  overflow: hidden;
  background: url("../public/imgs/comity.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

main .attention .comity ul li:hover {
  background-image: url("../public/imgs/comity_active.png");
}

main .attention .comity ul li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 16px;
  box-sizing: border-box;
}

main .attention .comity ul li a img {
  width: fit-content;
  height: 38px;
}

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

main .gazette {
  padding: 48px 0;
  box-sizing: border-box;
}

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

main .disclose ul {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

main .disclose ul li {
  width: 100%;
  height: 186px;
  overflow: hidden;
  background: #fff;
}

main .disclose ul li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 5px;
  box-sizing: border-box;
  display: block;
}

main .disclose ul li a figure {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 10px;
}

main .disclose ul li a figure > img {
  width: 37%;
  height: 100%;
}

main .disclose ul li a figure figcaption {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

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

main .disclose ul li a figure figcaption article p {
  line-height: 23px;
  font-size: 12px;
  color: #004d42;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

main .disclose ul li a figure figcaption .depicting {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

main .disclose ul li a figure figcaption .depicting .concise {
  display: flex;
  align-items: center;
  gap: 12px;
}

main .disclose ul li a figure figcaption .depicting .concise .icon-yixueredu {
  font-size: 17px;
  color: #e23e31;
}

main .disclose ul li a figure figcaption .depicting .concise .icon-shijian {
  font-size: 20px;
  color: #84b3e1;
}

main .disclose ul li a figure figcaption .depicting .concise em,
main .disclose ul li a figure figcaption .depicting .concise time {
  font-weight: bold;
  font-size: 13px;
  white-space: nowrap;
  user-select: none;
}

main .crumbs {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
  user-select: none;
}

main .crumbs strong {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 14px;
}

main .crumbs strong::before {
  content: "";
  width: 3px;
  height: 12px;
  border-radius: 4px;
  background: #ddf059;
}

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

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

main .crumbs ul li::after {
  content: ">";
  margin: 0 6px;
  font-size: 13px;
  color: #212529;
}

main .crumbs ul li:last-child {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

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

main .crumbs ul li:last-child a {
  color: #ddf059;
}

main .crumbs ul li a {
  color: #212529;
  font-weight: bold;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  main .crumbs {
    gap: 0.17333pxrem;
    margin-bottom: 0.29333rem;
  }
  main .crumbs strong {
    gap: 0.13333pxrem;
    font-size: 0.32rem;
  }
  main .crumbs strong::before {
    width: 0.08rem;
    height: 0.18667rem;
  }
  main .crumbs ul li::after {
    margin: 0 0.13333rem;
    font-size: 0.30667rem;
  }
  main .crumbs ul li a {
    font-size: 0.30667rem;
  }
}

main .stratified {
  width: 100%;
  display: flex;
  gap: 18px;
}

main .stratified .voyage {
  width: 18%;
  max-height: 462px;
  overflow-y: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px 0px;
}

main .stratified .voyage ul {
  width: 100%;
}

main .stratified .voyage ul li {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

main .stratified .voyage ul li:hover {
  background: #ddf059;
}

main .stratified .voyage ul li:hover a strong {
  color: #fff;
}

main .stratified .voyage ul li a {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 16px;
}

main .stratified .voyage ul li a img {
  width: 22px;
  max-height: 22px;
}

main .stratified .voyage ul li a strong {
  font-size: 12px;
  color: #000;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}

main .stratified .championship {
  flex: 1;
  height: fit-content;
}

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

main .stratified .championship ul li {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 4px 8px 0px,
    rgba(0, 0, 0, 0.04) 0px -1px 0px 0px;
}

main .stratified .championship ul li .apex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

main .stratified .championship ul li .apex time {
  font-size: 12px;
}

main .stratified .championship ul li .apex time a {
  font-weight: bold;
  color: #022e0b;
}

main .stratified .championship ul li .apex .aspiration {
  font-size: 12px;
}

main .stratified .championship ul li .apex .aspiration a {
  font-weight: bold;
  color: #212529;
}

main .stratified .championship ul li .compare {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}

main .stratified .championship ul li .compare .squad {
  flex: 1;
  overflow: hidden;
}

main .stratified .championship ul li .compare .squad a {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

main .stratified .championship ul li .compare .squad a img {
  width: fit-content;
  height: 32px;
}

main .stratified .championship ul li .compare .squad a strong {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  color: #022e0b;
  text-align: center;
  font-size: 13px;
}

main .stratified .championship ul li .compare .vs {
  width: 22px;
}

main .stratified .championship ul li .compare .vs a img {
  width: 100%;
  height: fit-content;
}

@media screen and (max-width: 768px) {
  main .stratified {
    gap: 0.37333rem;
    flex-direction: column;
  }
  main .stratified .voyage {
    width: 100%;
    max-height: fit-content;
    padding-bottom: 0.08rem;
  }
  main .stratified .voyage ul {
    width: fit-content;
    display: flex;
    align-items: center;
  }
  main .stratified .voyage ul li {
    height: fit-content;
  }
  main .stratified .voyage ul li a {
    width: fit-content;
    padding: 0.13333rem 0.2rem;
    gap: 0.21333rem;
  }
  main .stratified .voyage ul li a img {
    width: 0.34667rem;
    max-height: 0.42667rem;
  }
  main .stratified .voyage ul li a strong {
    font-size: 0.30667rem;
  }
  main .stratified .championship ul {
    gap: 0.16rem;
  }
  main .stratified .championship ul li {
    padding: 0.13333rem;
    border-radius: 0.13333rem;
  }
  main .stratified .championship ul li .apex {
    margin-bottom: 0.34667rem;
  }
  main .stratified .championship ul li .apex time,
  main .stratified .championship ul li .apex .aspiration {
    font-size: 0.30667rem;
  }
  main .stratified .championship ul li .compare .squad a {
    gap: 0.29333rem;
  }
  main .stratified .championship ul li .compare .squad a img {
    height: 0.61333rem;
  }
  main .stratified .championship ul li .compare .squad a strong {
    font-size: 0.30667rem;
  }
  main .stratified .championship ul li .compare .vs {
    width: 0.42667rem;
  }
}

main .diverse {
  margin-top: 28px;
  background: #fff;
  padding: 20px 12px;
  box-sizing: border-box;
  border-radius: 5px;
}

main .diverse .standard {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

main .diverse .standard img {
  width: 26px;
}

main .diverse .standard strong {
  font-weight: bold;
  color: #022e0b;
  font-size: 14px;
}

main .diverse ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

main .diverse ol li {
  font-size: 12px;
}

main .diverse ol li a {
  color: #212529;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  main .diverse {
    margin-top: 0.48rem;
    padding: 0.26667rem 0.21333rem;
    border-radius: 0.13333rem;
  }
  main .diverse .standard {
    gap: 0.18667rem;
    margin-bottom: 0.29333rem;
  }
  main .diverse .standard img {
    width: 0.48rem;
  }
  main .diverse .standard strong {
    font-size: 0.32rem;
  }
  main .diverse ol {
    gap: 0.21333rem;
  }
  main .diverse ol li {
    font-size: 0.30667rem;
  }
}

main .navigate {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 18px;
  padding-bottom: 6px;
}

main .navigate ul {
  width: fit-content;
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 22px;
  user-select: none;
}

main .navigate ul li {
  font-size: 12px;
}

main .navigate ul li:hover a {
  background: #ddf059;
  border-color: transparent;
}

main .navigate ul li a {
  border-radius: 12px;
  font-weight: bold;
  padding: 3px 15px;
  display: block;
  border: 1px solid #004d42;
  white-space: nowrap;
}

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

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

main .pager .pagination li {
  width: auto;
  height: auto;
  border-radius: 5px;
  border: 1px solid #022e0b;
}

main .pager .pagination li:hover {
  background: rgba(2, 46, 11, 0.7);
  border-color: transparent;
}

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

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

main .pager .pagination .active {
  background: rgba(2, 46, 11, 0.7);
  border-color: transparent;
}

main .pager .pagination .active span {
  color: #fff;
}

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

main .pager .pagination .disabled span {
  color: #373a36;
  white-space: nowrap;
}

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

@media screen and (max-width: 768px) {
  main .pager {
    padding: 0.26667rem;
    margin-top: 0.26667rem;
  }
  main .pager .pagination {
    gap: 0.13333rem;
  }
  main .pager .pagination li {
    border-radius: 0.06667rem;
    border-width: 0.04rem;
  }
  main .pager .pagination li.Jump {
    display: none;
  }
  main .pager .pagination li span,
  main .pager .pagination li a {
    font-size: 0.34667rem;
    padding: 0.06667rem 0.13333rem;
  }
}

main .towards {
  display: flex;
  gap: 26px;
}

main .towards .nucleus {
  width: 68%;
}

main .towards .nucleus .presentation {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 20px 15px;
  box-sizing: border-box;
}

main .towards .nucleus .presentation h1 {
  width: 100%;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  color: #022e0b;
}

main .towards .nucleus .presentation .demonstrate {
  width: 100%;
  overflow: hidden;
  margin: 12px 0;
}

main .towards .nucleus .presentation .demonstrate ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

main .towards .nucleus .presentation .demonstrate ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}

main .towards .nucleus .presentation .demonstrate ul li time,
main .towards .nucleus .presentation .demonstrate ul li span {
  font-size: 13px;
  color: #6b6e70;
  font-weight: bold;
}

main .towards .nucleus .presentation .demonstrate ul li .icon-shijian {
  font-size: 18px;
  font-weight: normal;
  color: #20a1f1;
}

main .towards .nucleus .presentation .demonstrate ul li .icon-yixueredu {
  font-size: 15px;
  font-weight: normal;
  color: #c0ca33;
}

main .towards .nucleus .presentation .essay {
  width: 100%;
  overflow: hidden;
}

main .towards .nucleus .presentation .essay article {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

main .towards .nucleus .presentation .essay article p {
  font-size: 13px;
  color: #212529;
  line-height: 26px;
  text-indent: 20px;
  font-weight: bold;
}

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

main .towards .nucleus .presentation .concerning {
  margin-top: 82px;
  width: 100%;
  overflow: hidden;
}

main .towards .nucleus .presentation .concerning ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

main .towards .nucleus .presentation .concerning ul li {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e8f4e6;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 8px;
}

main .towards .nucleus .presentation .concerning ul li:hover a p {
  color: #ddf059;
}

main .towards .nucleus .presentation .concerning ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

main .towards .nucleus .presentation .concerning ul li a strong {
  font-size: 13px;
  font-weight: bold;
  color: #004d43;
}

main .towards .nucleus .presentation .concerning ul li a p {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  color: #6b6e70;
  font-weight: bold;
}

main .towards .nucleus .presentation .shutter {
  position: relative;
  width: 100%;
  height: 373px;
  cursor: pointer;
}

main .towards .nucleus .presentation .shutter .overlay {
  width: 100%;
  height: 100%;
}

main .towards .nucleus .presentation .shutter .overlay img {
  width: 100%;
  height: 100%;
}

main .towards .nucleus .presentation .shutter .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 79px;
  height: 79px;
}

main .towards .nucleus .presentation .shutter .play img {
  width: 100%;
  height: 100%;
}

main .towards .nucleus .presentation .shutter time {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

main .towards .nucleus .presentation .shutter p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 6px 12px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  font-size: 13px;
}

main .towards .nucleus .presentation .narrative {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 22px;
}

main .towards .nucleus .presentation .narrative ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

main .towards .nucleus .presentation .narrative ul li {
  white-space: nowrap;
  font-size: 12px;
  display: flex;
  align-items: center;
  color: #212529;
  font-weight: bold;
  flex-wrap: wrap;
}

main .towards .nucleus .presentation .narrative ul li span,
main .towards .nucleus .presentation .narrative ul li a {
  color: #212529;
  font-weight: bold;
}

main .towards .nucleus .presentation .narrative > strong,
main .towards .nucleus .presentation .narrative p {
  font-size: 12px;
  color: #212529;
  line-height: 24px;
  font-weight: bold;
  text-indent: 8px;
}

main .towards .nucleus .presentation .exhaustive {
  position: relative;
  width: 100%;
  height: 362px;
  background: url("../public/imgs/exhaustive.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  align-items: center;
}

main .towards .nucleus .presentation .exhaustive .recorded {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

main .towards .nucleus .presentation .exhaustive .recorded a {
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(225, 225, 225, 0.7);
}

main .towards .nucleus .presentation .exhaustive .recorded a strong {
  font-weight: bold;
  color: #022e0b;
  font-size: 14px;
}

main .towards .nucleus .presentation .exhaustive .recorded a p {
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  color: #262628;
  font-size: 13px;
}

main .towards .nucleus .presentation .exhaustive .nuances {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1.2fr 2fr;
  gap: 15px;
  padding: 0 15px;
  box-sizing: border-box;
}

main .towards .nucleus .presentation .exhaustive .nuances .contingent {
  width: 100%;
  overflow: hidden;
}

main .towards .nucleus .presentation .exhaustive .nuances .contingent a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

main .towards .nucleus .presentation .exhaustive .nuances .contingent a img {
  width: fit-content;
  height: 68px;
}

main .towards .nucleus .presentation .exhaustive .nuances .contingent a strong {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

main .towards .nucleus .presentation .exhaustive .nuances .considerate {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

main .towards .nucleus .presentation .exhaustive .nuances .considerate .epoch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

main
  .towards
  .nucleus
  .presentation
  .exhaustive
  .nuances
  .considerate
  .epoch
  time {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}

main
  .towards
  .nucleus
  .presentation
  .exhaustive
  .nuances
  .considerate
  .achievement {
  display: flex;
  align-items: center;
  gap: 12px;
}

main
  .towards
  .nucleus
  .presentation
  .exhaustive
  .nuances
  .considerate
  .achievement
  span {
  flex: 1;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

main
  .towards
  .nucleus
  .presentation
  .exhaustive
  .nuances
  .considerate
  .achievement
  em {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

main
  .towards
  .nucleus
  .presentation
  .exhaustive
  .nuances
  .considerate
  .species {
  text-align: center;
}

main
  .towards
  .nucleus
  .presentation
  .exhaustive
  .nuances
  .considerate
  .species
  a {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}

main .towards .nucleus .presentation .portray {
  font-size: 13px;
  color: #022e0b;
  font-weight: bold;
  line-height: 28px;
  text-indent: 8px;
  margin: 12px 0;
}

main .towards .nucleus .presentation .portray a {
  color: #022e0b;
  font-weight: bold;
}

main .towards .nucleus .dependence {
  width: 100%;
  margin-top: 22px;
  background: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
}

main .towards .nucleus .dependence .rubric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

main .towards .nucleus .dependence .rubric .emblem {
  display: flex;
  align-items: center;
  gap: 12px;
}

main .towards .nucleus .dependence .rubric .emblem img {
  width: 22px;
}

main .towards .nucleus .dependence .rubric .emblem strong {
  font-weight: bold;
}

main .towards .nucleus .dependence .rubric .additional {
  white-space: nowrap;
}

main .towards .nucleus .dependence .rubric .additional a {
  display: flex;
  align-items: center;
  gap: 6px;
}

main .towards .nucleus .dependence .rubric .additional a span {
  font-weight: bold;
  font-size: 12px;
}

main .towards .nucleus .dependence .rubric .additional a .icon-gengduo {
  font-size: 16px;
}

main .towards .nucleus .dependence ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

main .towards .nucleus .dependence ul li {
  width: 100%;
  height: fit-content;
  overflow: hidden;
}

main .towards .nucleus .dependence ul li a {
  display: block;
  width: 100%;
  height: fit-content;
}

main .towards .nucleus .dependence ul li a .indicate {
  position: relative;
  width: 100%;
  height: 143px;
}

main .towards .nucleus .dependence ul li a .indicate .schematics {
  width: 100%;
  height: 100%;
}

main .towards .nucleus .dependence ul li a .indicate .schematics img {
  width: 100%;
  height: 100%;
}

main .towards .nucleus .dependence ul li a .indicate .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 49px;
  height: 49px;
}

main .towards .nucleus .dependence ul li a .indicate .play img {
  width: 100%;
  height: 100%;
}

main .towards .nucleus .dependence ul li a .indicate time {
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

main .towards .nucleus .dependence ul li a .indicate time:last-child {
  left: auto;
  top: auto;
  bottom: 8px;
  right: 8px;
}

main .towards .nucleus .dependence ul li a strong {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  font-size: 13px;
}

main .towards .nucleus .indubitability {
  margin-top: 26px;
  width: 100%;
  background: #fff;
  padding: 20px 10px;
  box-sizing: border-box;
}

main .towards .nucleus .indubitability .correspond {
  width: 100%;
  overflow: hidden;
  margin-bottom: 22px;
}

main .towards .nucleus .indubitability .correspond ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

main .towards .nucleus .indubitability .correspond ul li {
  background: #e5e5e5;
  border-radius: 6px;
}

main .towards .nucleus .indubitability .correspond ul li:hover,
main .towards .nucleus .indubitability .correspond ul li.active {
  background: #ddf059;
}

main .towards .nucleus .indubitability .correspond ul li a {
  display: block;
  padding: 4px 12px;
  font-weight: bold;
  font-size: 13px;
  white-space: nowrap;
}

main .towards .nucleus .indubitability .bandaging {
  width: 100%;
  display: none;
}

main .towards .nucleus .indubitability .bandaging .expound {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

main .towards .nucleus .indubitability .bandaging .expound p {
  font-size: 13px;
  color: #022e0b;
  line-height: 22px;
}

main .towards .nucleus .indubitability .bandaging .expound p span {
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}

main .towards .nucleus .indubitability .bandaging .expound p a {
  color: #022e0b;
}

main .towards .nucleus .indubitability .bandaging .expound .typeface {
  display: flex;
  align-items: center;
  gap: 6px;
}

main .towards .nucleus .indubitability .bandaging .expound .typeface span {
  font-size: 14px;
  font-weight: bold;
  color: #022e0b;
  white-space: nowrap;
}

main .towards .nucleus .indubitability .bandaging .expound .typeface ul {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

main .towards .nucleus .indubitability .bandaging .expound .typeface ul li {
  font-size: 16px;
}

main .towards .nucleus .indubitability .bandaging .expound .typeface ul li a {
  color: #022e0b;
  background: linear-gradient(to right, #022e0b 0, #fff 40%, #022e0b 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: spread 5s infinite linear;
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold;
}

main .towards .nucleus .indubitability .bandaging .alternate {
  width: 100%;
  overflow: hidden;
  margin-bottom: 18px;
}

main .towards .nucleus .indubitability .bandaging .alternate ul {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #e2e8f0;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 8px;
  gap: 8px;
  user-select: none;
}

main .towards .nucleus .indubitability .bandaging .alternate ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 24px;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
}

main .towards .nucleus .indubitability .bandaging .alternate ul li:hover,
main .towards .nucleus .indubitability .bandaging .alternate ul li.active {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 22px 3px;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .alternate
  ul
  li
  .icon-zhongliqingxu {
  font-size: 14px;
}

main .towards .nucleus .indubitability .bandaging .alternate ul li .iconfont {
  color: #64748b;
}

main .towards .nucleus .indubitability .bandaging .alternate ul li strong {
  font-weight: bold;
  color: #64748b;
  font-size: 13px;
}

main .towards .nucleus .indubitability .bandaging .compilation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  display: none;
}

main .towards .nucleus .indubitability .bandaging .compilation.occupy {
  grid-template-columns: auto;
}

main .towards .nucleus .indubitability .bandaging .compilation.occupy .solely {
  width: 68%;
  margin: 0 auto;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .compilation.occupy
  .solely
  .problem {
  background-image: linear-gradient(to right, #6c7381, #9ba2ae);
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .compilation.unfavorable
  .solely
  .problem {
  background-image: linear-gradient(to right, #ef4747, #f76d6d);
}

main .towards .nucleus .indubitability .bandaging .compilation .solely {
  width: 100%;
  height: fit-content;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 1.64419px 1.64419px 16.4419px 0px;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .compilation
  .solely
  .problem {
  background-image: linear-gradient(to right, #12bb83, #31d197);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px;
  box-sizing: border-box;
  white-space: nowrap;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .compilation
  .solely
  .problem
  .wrapped {
  display: flex;
  align-items: center;
  gap: 7px;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .compilation
  .solely
  .problem
  .wrapped
  .indicate {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  background: rgba(225, 225, 225, 0.7);
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .compilation
  .solely
  .problem
  .wrapped
  .indicate
  span {
  font-size: 15px;
  color: #fff;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .compilation
  .solely
  .problem
  .wrapped
  .indicate
  .icon-zhongliqingxu {
  font-size: 14px;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .compilation
  .solely
  .problem
  .wrapped
  strong {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .compilation
  .solely
  .problem
  .quantity {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  background: rgba(225, 225, 225, 0.7);
  border-radius: 50%;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .compilation
  .solely
  .problem
  .quantity
  span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

main .towards .nucleus .indubitability .bandaging .compilation .solely ul {
  width: 100%;
  padding: 10px 5px;
  box-sizing: border-box;
}

main .towards .nucleus .indubitability .bandaging .compilation .solely ul li {
  width: 100%;
  padding: 5px 8px;
  box-sizing: border-box;
  line-height: 23px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  margin-bottom: 6px;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .compilation
  .solely
  ul
  li:hover {
  background: #f8fafc;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .compilation
  .solely
  ul
  li.qb-rating-0 {
  background: #e1e7ef;
}
main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .compilation
  .solely
  ul
  li.qb-rating-1 {
  background: #67a16f;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .compilation
  .solely
  ul
  li.qb-rating-2 {
  background: #4b8bc1;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .compilation
  .solely
  ul
  li.qb-rating-3 {
  background: #b863dc;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .compilation
  .solely
  ul
  li.qb-rating-4 {
  background: #edd579;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .compilation
  .solely
  ul
  li.qb-rating-5 {
  background: #ff0000;
}

main .towards .nucleus .indubitability .bandaging .topic {
  font-size: 16px;
  font-weight: bold;
  color: #022e0b;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 16px;
}

main .towards .nucleus .indubitability .bandaging .confront {
  width: 100%;
}

main .towards .nucleus .indubitability .bandaging .confront ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

main .towards .nucleus .indubitability .bandaging .confront ul li {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow:
    0 4px 16.1638px 0 rgba(0, 0, 0, 0.14),
    0 2px 7.83618px 0 rgba(0, 0, 0, 0.06);
}

main .towards .nucleus .indubitability .bandaging .confront ul li .pinnacle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 10px;
  box-sizing: border-box;
  background: #007f6a;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .pinnacle
  .affiliation {
  white-space: nowrap;
  font-size: 13px;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .pinnacle
  .affiliation
  a {
  color: #fff;
  font-weight: bold;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .pinnacle
  time {
  font-size: 12px;
  background: rgba(225, 225, 225, 0.7);
  padding: 3px 12px;
  border-radius: 15px;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .pinnacle
  time
  a {
  color: #fff;
  white-space: nowrap;
  font-weight: bold;
  vertical-align: top;
}

main .towards .nucleus .indubitability .bandaging .confront ul li .careful {
  width: 100%;
  height: fit-content;
  padding: 15px 10px;
  box-sizing: border-box;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .careful
  .matchup {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  align-items: center;
  gap: 12px;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .careful
  .matchup
  .teamwork {
  width: 100%;
  overflow: hidden;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .careful
  .matchup
  .teamwork
  a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .careful
  .matchup
  .teamwork
  a
  img {
  width: fit-content;
  height: 38px;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .careful
  .matchup
  .teamwork
  a
  strong {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  color: #0b0b0d;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .careful
  .matchup
  .circumstance {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .careful
  .matchup
  .circumstance
  .fraction {
  width: 100%;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .careful
  .matchup
  .circumstance
  .fraction
  a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .careful
  .matchup
  .circumstance
  .fraction
  a
  span {
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #022e0b;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .careful
  .matchup
  .circumstance
  .fraction
  a
  em {
  font-size: 14px;
  font-weight: bold;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .careful
  .matchup
  .circumstance
  .halftime {
  width: 100%;
  background: #f8f9fa;
  text-align: center;
  border-radius: 10px;
  white-space: nowrap;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .careful
  .matchup
  .circumstance
  .halftime
  a {
  padding: 5px 6px;
  display: block;
  letter-spacing: 2px;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .careful
  .matchup
  .circumstance
  .halftime
  a
  span {
  font-weight: bold;
  font-size: 13px;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .careful
  .matchup
  .circumstance
  .state {
  font-size: 13px;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .careful
  .matchup
  .circumstance
  .state
  a {
  font-weight: bold;
  color: #022e0b;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .careful
  .surplus {
  width: 100%;
  background: #f8f9fa;
  margin-top: 22px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .careful
  .surplus
  .aspect {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #dee2e6;
  padding-top: 5px;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .careful
  .surplus
  .aspect
  strong {
  font-weight: bold;
  color: #6c757d;
  font-size: 13px;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .confront
  ul
  li
  .careful
  .surplus
  .aspect
  span {
  font-size: 13px;
  font-weight: bold;
  color: #e74c3c;
  letter-spacing: 3px;
}

main .towards .nucleus .indubitability .bandaging .outing {
  margin-top: 22px;
}

main .towards .nucleus .indubitability .bandaging .outing .conversion {
  width: 100%;
}

main .towards .nucleus .indubitability .bandaging .outing .conversion ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  gap: 25px;
}

main .towards .nucleus .indubitability .bandaging .outing .conversion ul li {
  padding: 3px 12px;
  border: 1px solid #353836;
  border-radius: 12px;
}

main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .outing
  .conversion
  ul
  li:hover,
main
  .towards
  .nucleus
  .indubitability
  .bandaging
  .outing
  .conversion
  ul
  li.active {
  background: #ddf059;
  border-color: transparent;
}

main .towards .nucleus .indubitability .bandaging .outing .conversion ul li a {
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
}

main .towards .nucleus .indubitability .bandaging .outing .recently {
  width: 100%;
}

main .towards .nucleus .indubitability .bandaging .outing .recently .confront {
  display: none;
}

main .towards .hurdle {
  flex: 1;
  overflow: hidden;
}

main .towards .hurdle .enfold {
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 22px;
}

main .towards .hurdle .question {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  white-space: nowrap;
  user-select: none;
  margin-bottom: 16px;
}

main .towards .hurdle .question .insignia {
  display: flex;
  align-items: center;
  gap: 12px;
}

main .towards .hurdle .question .insignia img {
  width: 18px;
}

main .towards .hurdle .question .insignia strong {
  color: #022e0b;
  font-weight: bold;
  font-size: 13px;
}

main .towards .hurdle .question .additional {
  white-space: nowrap;
  user-select: none;
}

main .towards .hurdle .question .additional a {
  display: flex;
  align-items: center;
  gap: 8px;
}

main .towards .hurdle .question .additional a em {
  font-size: 12px;
  font-weight: bold;
}

main .towards .hurdle .question .additional a .icon-gengduo {
  font-size: 16px;
  font-weight: bold;
}

main .towards .hurdle .publicity {
  width: 100%;
  overflow: hidden;
}

main .towards .hurdle .publicity ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

main .towards .hurdle .publicity ul li {
  width: 100%;
  overflow: hidden;
}

main .towards .hurdle .publicity ul li a {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 8px;
}

main .towards .hurdle .publicity ul li a p {
  flex: 1;
  overflow: hidden;
  color: #212529;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
}

main .towards .hurdle .publicity ul li a time {
  color: #6b6e70;
  font-weight: bold;
  white-space: nowrap;
  font-size: 12px;
}

main .towards .hurdle .movies {
  width: 100%;
  overflow: hidden;
}

main .towards .hurdle .movies ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

main .towards .hurdle .movies ul li {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

main .towards .hurdle .movies ul li a {
  width: 100%;
  height: fit-content;
  display: block;
}

main .towards .hurdle .movies ul li a .pursue {
  position: relative;
  width: 100%;
  height: 128px;
}

main .towards .hurdle .movies ul li a .pursue .picture {
  width: 100%;
  height: 100%;
}

main .towards .hurdle .movies ul li a .pursue .picture img {
  width: 100%;
  height: 100%;
}

main .towards .hurdle .movies ul li a .pursue .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
}

main .towards .hurdle .movies ul li a .pursue .play img {
  width: 100%;
  height: 100%;
}

main .towards .hurdle .movies ul li a .pursue time {
  position: absolute;
  left: 6px;
  top: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}

main .towards .hurdle .movies ul li a .pursue time:last-child {
  left: auto;
  top: auto;
  right: 6px;
  bottom: 6px;
}

main .towards .hurdle .movies ul li a p {
  font-size: 12px;
  font-weight: bold;
  color: #212529;
  margin-top: 6px;
}

@media screen and (max-width: 1000px) {
  main.simply {
    padding: 52px 10px;
  }
  main .incident {
    padding: 58px 10px;
  }
  main .television {
    padding: 62px 10px;
  }
  main .attention {
    padding: 48px 10px;
  }
  main .attention .comity ul {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }
  main .gazette {
    padding: 48px 10px;
  }
}

@media screen and (max-width: 768px) {
  main.simply {
    padding: 0.82667rem 0.2rem;
  }
  main .subject {
    flex-direction: column;
    gap: 0.74667rem;
    margin-bottom: 0.29333rem;
  }
  main .subject .vestige {
    gap: 0.16rem;
  }
  main .subject .vestige img {
    width: 0.82667rem;
  }
  main .subject .vestige strong {
    font-size: 0.37333rem;
  }
  main .subject .railing {
    width: 100%;
    flex: auto;
    padding-bottom: 0.13333rem;
  }
  main .subject .railing ul {
    gap: 0.16rem;
  }
  main .subject .railing ul li {
    font-size: 0.30667rem;
    border-radius: 0.13333rem;
  }
  main .subject .railing ul li a {
    padding: 0.10667rem 0.26667rem;
  }
  main .incident {
    padding: 0.90667rem 0.2rem;
  }
  main .rivalry.buried {
    max-height: 16.28rem;
  }
  main .rivalry ul {
    gap: 0.16rem;
  }
  main .rivalry ul li {
    grid-template-columns: auto;
    padding: 0.13333rem 0.16rem;
    gap: 0.37333rem;
    border-radius: 0.13333rem;
  }
  main .rivalry ul li .beside {
    gap: 0.16rem;
  }
  main .rivalry ul li .beside .portray {
    gap: 0.21333rem;
  }
  main .rivalry ul li .beside .portray .systematics a {
    gap: 0.21333rem;
  }
  main .rivalry ul li .beside .portray .systematics a img {
    width: 0.48rem;
  }
  main .rivalry ul li .beside .portray .systematics a strong {
    font-size: 0.30667rem;
  }
  main .rivalry ul li .beside .portray .period a {
    gap: 0.16rem;
  }
  main .rivalry ul li .beside .portray .period a time {
    font-size: 0.30667rem;
  }
  main .rivalry ul li .beside .portray .period a time:first-child {
    font-size: 0.37333rem;
  }
  main .rivalry ul li .beside .predicament a {
    gap: 0.13333rem;
  }
  main .rivalry ul li .beside .predicament a img {
    width: 0.34667rem;
  }
  main .rivalry ul li .beside .predicament a span {
    font-size: 0.30667rem;
  }
  main .rivalry ul li .procession {
    gap: 0.29333rem;
  }
  main .rivalry ul li .procession .locality a {
    gap: 0.16rem;
  }
  main .rivalry ul li .procession .locality a img {
    width: 0.48rem;
    max-height: 0.61333rem;
  }
  main .rivalry ul li .procession .locality a strong {
    font-size: 0.30667rem;
  }
  main .rivalry ul li .procession .denouement a {
    gap: 0.16rem;
  }
  main .rivalry ul li .procession .denouement a img {
    width: 0.42667rem;
  }
  main .rivalry ul li .procession .denouement a span {
    font-size: 0.34667rem;
  }
  main .rivalry ul li .ultimate {
    gap: 0.42667rem;
  }
  main .rivalry ul li .ultimate .legitimate a {
    gap: 0.13333rem;
  }
  main .rivalry ul li .ultimate .legitimate a img {
    width: 0.34667rem;
  }
  main .rivalry ul li .ultimate .legitimate a span {
    font-size: 0.30667rem;
  }
  main .rivalry ul li .ultimate .story {
    justify-content: flex-end;
  }
  main .rivalry ul li .ultimate .story a {
    transform: scale(0.7);
  }
  main .television {
    padding: 1.09333rem 0.2rem;
  }
  main .spectrum ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.29333rem;
  }
  main .spectrum ul li a .fuichi {
    height: 3.49333rem;
  }
  main .spectrum ul li a .fuichi .play {
    width: 1.10667rem;
    height: 1.10667rem;
  }
  main .spectrum ul li a .fuichi time {
    right: 0.13333rem;
    bottom: 0.13333rem;
    font-size: 0.30667rem;
  }
  main .spectrum ul li a .particulars {
    height: 2.52rem;
    padding: 0.13333rem;
  }
  main .spectrum ul li a .particulars p {
    font-size: 0.30667rem;
    line-height: 0.48rem;
  }
  main .spectrum ul li a .particulars .careful .lonely {
    gap: 0.13333rem;
  }
  main .spectrum ul li a .particulars .careful .lonely .icon-yixueredu {
    font-size: 0.36rem;
  }
  main .spectrum ul li a .particulars .careful .lonely .icon-shijian {
    font-size: 0.4rem;
  }
  main .spectrum ul li a .particulars .careful .lonely span,
  main .spectrum ul li a .particulars .careful .lonely time {
    font-size: 0.30667rem;
  }
  main .attention {
    padding: 0.77333rem 0.2rem;
  }
  main .attention .comity ul {
    gap: 0.34667rem;
    grid-template-columns: repeat(3, 1fr);
  }
  main .attention .comity ul li {
    height: 3.41333rem;
  }
  main .attention .comity ul li a {
    gap: 0.16rem;
    padding: 0.16rem 0.21333rem;
  }
  main .attention .comity ul li a img {
    height: 0.64rem;
  }
  main .attention .comity ul li a strong {
    font-size: 0.32rem;
  }
  main .gazette {
    padding: 0.77333rem 0.2rem;
  }
  main .disclose ul {
    gap: 0.42667rem;
  }
  main .disclose ul li {
    height: 3.54667rem;
  }
  main .disclose ul li a {
    padding: 0.10667rem;
  }
  main .disclose ul li a figure {
    gap: 0.16rem;
  }
  main .disclose ul li a figure > img {
    width: 42%;
  }
  main .disclose ul li a figure figcaption article {
    gap: 0.16rem;
  }
  main .disclose ul li a figure figcaption article strong {
    font-size: 0.32rem;
  }
  main .disclose ul li a figure figcaption article p {
    line-height: 0.48rem;
    font-size: 0.30667rem;
  }
  main .disclose ul li a figure figcaption .depicting .concise {
    gap: 0.2rem;
  }
  main .disclose ul li a figure figcaption .depicting .concise .icon-yixueredu {
    font-size: 0.36rem;
  }
  main .disclose ul li a figure figcaption .depicting .concise .icon-shijian {
    font-size: 0.4rem;
  }
  main .disclose ul li a figure figcaption .depicting .concise em,
  main .disclose ul li a figure figcaption .depicting .concise time {
    font-size: 0.30667rem;
  }
  main .navigate {
    padding-bottom: 0.13333rem;
    margin-bottom: 0.32rem;
  }
  main .navigate ul {
    gap: 0.29333rem;
  }
  main .navigate ul li {
    font-size: 0.30667rem;
  }
  main .navigate ul li a {
    padding: 0.06667rem 0.24rem;
  }
  main .towards {
    flex-direction: column;
    gap: 0.29333rem;
  }
  main .towards .nucleus {
    width: 100%;
  }
  main .towards .nucleus .presentation {
    padding: 0.26667rem 0.2rem;
  }
  main .towards .nucleus .presentation h1 {
    font-size: 0.33333rem;
  }
  main .towards .nucleus .presentation .demonstrate {
    margin: 0.16rem 0;
  }
  main .towards .nucleus .presentation .demonstrate ul {
    gap: 0.16rem;
  }
  main .towards .nucleus .presentation .demonstrate ul li {
    gap: 0.16rem;
  }
  main .towards .nucleus .presentation .demonstrate ul li time,
  main .towards .nucleus .presentation .demonstrate ul li span {
    font-size: 0.30667rem;
  }
  main .towards .nucleus .presentation .demonstrate ul li .icon-shijian {
    font-size: 0.37333rem;
  }
  main .towards .nucleus .presentation .demonstrate ul li .icon-yixueredu {
    font-size: 0.34667rem;
  }
  main .towards .nucleus .presentation .essay article {
    gap: 0.13333rem;
  }
  main .towards .nucleus .presentation .essay article p {
    font-size: 0.30667rem;
    line-height: 0.48rem;
    text-indent: 0.26667rem;
  }
  main .towards .nucleus .presentation .essay article img {
    width: 100% !important;
    border-radius: 0.13333rem;
    margin-bottom: 0.26667rem;
  }
  main .towards .nucleus .presentation .concerning {
    margin-top: 1.89333rem;
  }
  main .towards .nucleus .presentation .concerning ul {
    gap: 0.16rem;
  }
  main .towards .nucleus .presentation .concerning ul li {
    padding: 0.13333rem;
    border-radius: 0.13333rem;
  }
  main .towards .nucleus .presentation .concerning ul li a {
    gap: 0.13333rem;
  }
  main .towards .nucleus .presentation .concerning ul li a strong {
    font-size: 0.32rem;
  }
  main .towards .nucleus .presentation .concerning ul li a p {
    font-size: 0.30667rem;
  }
  main .towards .nucleus .presentation .shutter {
    height: 6.06667rem;
  }
  main .towards .nucleus .presentation .shutter .play {
    width: 1.14667rem;
    height: 1.14667rem;
  }
  main .towards .nucleus .presentation .shutter time {
    left: 0.13333rem;
    top: 0.13333rem;
    font-size: 0.30667rem;
  }
  main .towards .nucleus .presentation .shutter p {
    padding: 0.13333rem 0.2rem;
    font-size: 0.30667rem;
  }
  main .towards .nucleus .presentation .narrative {
    gap: 0.10667rem;
    margin-top: 0.42667rem;
  }
  main .towards .nucleus .presentation .narrative ul {
    gap: 0.16rem;
  }
  main .towards .nucleus .presentation .narrative ul li {
    font-size: 0.30667rem;
  }
  main .towards .nucleus .presentation .narrative > strong,
  main .towards .nucleus .presentation .narrative p {
    font-size: 0.30667rem;
    line-height: 0.48rem;
    text-indent: 0.16rem;
  }
  main .towards .nucleus .presentation .exhaustive {
    height: 6.21333rem;
  }
  main .towards .nucleus .presentation .exhaustive .recorded a {
    padding: 0.10667rem 0.16rem;
    gap: 0.16rem;
  }
  main .towards .nucleus .presentation .exhaustive .recorded a strong {
    font-size: 0.32rem;
  }
  main .towards .nucleus .presentation .exhaustive .recorded a p {
    font-size: 0.30667rem;
  }
  main .towards .nucleus .presentation .exhaustive .nuances {
    padding: 0 0.26667rem;
    gap: 0.2rem;
  }
  main .towards .nucleus .presentation .exhaustive .nuances .contingent a {
    gap: 0.82667rem;
  }
  main .towards .nucleus .presentation .exhaustive .nuances .contingent a img {
    height: 1.04rem;
  }
  main
    .towards
    .nucleus
    .presentation
    .exhaustive
    .nuances
    .contingent
    a
    strong {
    font-size: 0.32rem;
  }
  main .towards .nucleus .presentation .exhaustive .nuances .considerate {
    gap: 0.10667rem;
  }
  main
    .towards
    .nucleus
    .presentation
    .exhaustive
    .nuances
    .considerate
    .epoch {
    gap: 0.13333rem;
  }
  main
    .towards
    .nucleus
    .presentation
    .exhaustive
    .nuances
    .considerate
    .epoch
    time {
    font-size: 0.30667rem;
  }
  main
    .towards
    .nucleus
    .presentation
    .exhaustive
    .nuances
    .considerate
    .achievement {
    gap: 0.2rem;
  }
  main
    .towards
    .nucleus
    .presentation
    .exhaustive
    .nuances
    .considerate
    .achievement
    span {
    font-size: 0.37333rem;
  }
  main
    .towards
    .nucleus
    .presentation
    .exhaustive
    .nuances
    .considerate
    .achievement
    em {
    font-size: 0.34667rem;
  }
  main
    .towards
    .nucleus
    .presentation
    .exhaustive
    .nuances
    .considerate
    .species
    a {
    font-size: 0.34667rem;
  }
  main .towards .nucleus .presentation .portray {
    font-size: 0.30667rem;
    line-height: 0.48rem;
    text-indent: 0.16rem;
    margin: 0.29333rem 0;
  }
  main .towards .nucleus .dependence {
    margin-top: 0.42667rem;
    padding: 0.26667rem 0.16rem;
  }
  main .towards .nucleus .dependence .rubric {
    margin-bottom: 0.32rem;
  }
  main .towards .nucleus .dependence .rubric .emblem {
    gap: 0.16rem;
  }
  main .towards .nucleus .dependence .rubric .emblem img {
    width: 0.42667rem;
  }
  main .towards .nucleus .dependence .rubric .additional a {
    gap: 0.13333rem;
  }
  main .towards .nucleus .dependence .rubric .additional a span {
    font-size: 0.30667rem;
  }
  main .towards .nucleus .dependence .rubric .additional a .icon-gengduo {
    font-size: 0.34667rem;
  }
  main .towards .nucleus .dependence ul {
    gap: 0.16rem;
  }
  main .towards .nucleus .dependence ul li a .indicate {
    height: 3.01333rem;
  }
  main .towards .nucleus .dependence ul li a .indicate .play {
    width: 0.82667rem;
    height: 0.82667rem;
  }
  main .towards .nucleus .dependence ul li a .indicate time {
    font-size: 0.30667rem;
    left: 0.13333rem;
    top: 0.13333rem;
  }
  main .towards .nucleus .dependence ul li a .indicate time:last-child {
    bottom: 0.13333rem;
    right: 0.13333rem;
  }
  main .towards .nucleus .dependence ul li a strong {
    font-size: 0.30667rem;
  }
  main .towards .nucleus .indubitability {
    padding: 0.26667rem 0.21333rem;
    margin-top: 0.42667rem;
  }
  main .towards .nucleus .indubitability .correspond {
    margin-bottom: 0.29333rem;
  }
  main .towards .nucleus .indubitability .correspond ul {
    gap: 0.16rem;
  }
  main .towards .nucleus .indubitability .correspond ul li {
    border-radius: 0.13333rem;
  }
  main .towards .nucleus .indubitability .correspond ul li a {
    padding: 0.08rem 0.21333rem;
    font-size: 0.30667rem;
  }
  main .towards .nucleus .indubitability .bandaging .expound {
    gap: 0.16rem;
  }
  main .towards .nucleus .indubitability .bandaging .expound p {
    font-size: 0.30667rem;
    line-height: 0.48rem;
  }
  main .towards .nucleus .indubitability .bandaging .expound p span {
    font-size: 0.32rem;
  }
  main .towards .nucleus .indubitability .bandaging .expound .typeface {
    gap: 0.13333rem;
  }
  main .towards .nucleus .indubitability .bandaging .expound .typeface span {
    font-size: 0.32rem;
  }
  main .towards .nucleus .indubitability .bandaging .expound .typeface ul {
    gap: 0.18667rem;
  }
  main .towards .nucleus .indubitability .bandaging .expound .typeface ul li {
    font-size: 0.36rem;
  }
  main .towards .nucleus .indubitability .bandaging .alternate {
    margin-bottom: 0.32rem;
  }
  main .towards .nucleus .indubitability .bandaging .alternate ul {
    padding: 0.13333rem;
    border-radius: 10px;
    gap: 0.13333rem;
  }
  main .towards .nucleus .indubitability .bandaging .alternate ul li {
    padding: 0.13333rem 0.42667rem;
    border-radius: 0.13333rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .alternate
    ul
    li
    .icon-zhongliqingxu {
    font-size: 0.32rem;
  }
  main .towards .nucleus .indubitability .bandaging .alternate ul li strong {
    font-size: 0.30667rem;
  }
  main .towards .nucleus .indubitability .bandaging .compilation {
    gap: 0.16rem;
  }
  main .towards .nucleus .indubitability .bandaging .compilation .solely {
    border-radius: 0.13333rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .compilation
    .solely
    .problem {
    padding: 0.16rem 0.13333rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .compilation
    .solely
    .problem
    .wrapped {
    gap: 0.13333rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .compilation
    .solely
    .problem
    .wrapped
    .indicate {
    width: 0.46667rem;
    height: 0.46667rem;
    line-height: 0.46667rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .compilation
    .solely
    .problem
    .wrapped
    .indicate
    span {
    font-size: 0.34667rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .compilation
    .solely
    .problem
    .wrapped
    .indicate
    .icon-zhongliqingxu {
    font-size: 0.32rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .compilation
    .solely
    .problem
    .wrapped
    strong {
    font-size: 0.32rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .compilation
    .solely
    .problem
    .quantity {
    width: 0.48rem;
    height: 0.48rem;
    line-height: 0.48rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .compilation
    .solely
    .problem
    .quantity
    span {
    font-size: 0.32rem;
  }
  main .towards .nucleus .indubitability .bandaging .compilation .solely ul {
    padding: 0.13333rem 0.10667rem;
  }
  main .towards .nucleus .indubitability .bandaging .compilation .solely ul li {
    padding: 0.10667rem 0.16rem;
    line-height: 0.48rem;
    font-size: 0.30667rem;
  }
  main .towards .nucleus .indubitability .bandaging .topic {
    font-size: 0.34667rem;
    margin-bottom: 0.34667rem;
  }
  main .towards .nucleus .indubitability .bandaging .confront ul {
    gap: 0.29333rem;
  }
  main .towards .nucleus .indubitability .bandaging .confront ul li {
    border-radius: 0.16rem;
  }
  main .towards .nucleus .indubitability .bandaging .confront ul li .pinnacle {
    padding: 0.16rem 0.13333rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .confront
    ul
    li
    .pinnacle
    .affiliation {
    font-size: 0.30667rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .confront
    ul
    li
    .pinnacle
    time {
    font-size: 0.30667rem;
    padding: 0.04rem 0.16rem;
    border-radius: 0.26667rem;
  }
  main .towards .nucleus .indubitability .bandaging .confront ul li .careful {
    padding: 0.2rem 0.13333rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .confront
    ul
    li
    .careful
    .matchup {
    gap: 0.29333rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .confront
    ul
    li
    .careful
    .matchup
    .teamwork
    a {
    gap: 0.16rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .confront
    ul
    li
    .careful
    .matchup
    .teamwork
    a
    img {
    height: 0.64rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .confront
    ul
    li
    .careful
    .matchup
    .teamwork
    a
    strong {
    font-size: 0.30667rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .confront
    ul
    li
    .careful
    .matchup
    .circumstance {
    gap: 0.16rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .confront
    ul
    li
    .careful
    .matchup
    .circumstance
    .fraction
    a {
    gap: 0.16rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .confront
    ul
    li
    .careful
    .matchup
    .circumstance
    .fraction
    a
    span {
    font-size: 0.34667rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .confront
    ul
    li
    .careful
    .matchup
    .circumstance
    .fraction
    a
    em {
    font-size: 0.32rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .confront
    ul
    li
    .careful
    .matchup
    .circumstance
    .halftime {
    border-radius: 0.16rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .confront
    ul
    li
    .careful
    .matchup
    .circumstance
    .halftime
    a {
    padding: 0.10667rem 0.16rem;
    letter-spacing: 0.05333rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .confront
    ul
    li
    .careful
    .matchup
    .circumstance
    .halftime
    a
    span {
    font-size: 0.30667rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .confront
    ul
    li
    .careful
    .matchup
    .circumstance
    .state {
    font-size: 0.30667rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .confront
    ul
    li
    .careful
    .surplus {
    margin-top: 0.42667rem;
    border-radius: 0.10667rem;
    padding: 0.2rem 0.13333rem;
    gap: 0.16rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .confront
    ul
    li
    .careful
    .surplus
    .aspect {
    padding-top: 0.10667rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .confront
    ul
    li
    .careful
    .surplus
    .aspect
    strong {
    font-size: 0.30667rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .confront
    ul
    li
    .careful
    .surplus
    .aspect
    span {
    font-size: 0.30667rem;
    letter-spacing: 0.06667rem;
  }
  main .towards .nucleus .indubitability .bandaging .outing {
    margin-top: 0.29333rem;
  }
  main .towards .nucleus .indubitability .bandaging .outing .conversion ul {
    gap: 0.37333rem;
    margin-bottom: 0.13333rem;
  }
  main .towards .nucleus .indubitability .bandaging .outing .conversion ul li {
    padding: 0.08rem 0.16rem;
    border-radius: 0.16rem;
  }
  main
    .towards
    .nucleus
    .indubitability
    .bandaging
    .outing
    .conversion
    ul
    li
    a {
    font-size: 0.30667rem;
  }
  main .towards .hurdle {
    width: 100%;
    flex: auto;
  }
  main .towards .hurdle .enfold {
    padding: 0.2rem 0.13333rem;
    margin-bottom: 0.32rem;
  }
  main .towards .hurdle .question {
    gap: 0.16rem;
    margin-bottom: 0.29333rem;
  }
  main .towards .hurdle .question .insignia {
    gap: 0.16rem;
  }
  main .towards .hurdle .question .insignia img {
    width: 0.34667rem;
  }
  main .towards .hurdle .question .insignia strong {
    font-size: 0.30667rem;
  }
  main .towards .hurdle .question .additional a {
    gap: 0.13333rem;
  }
  main .towards .hurdle .question .additional a em {
    font-size: 0.32rem;
  }
  main .towards .hurdle .question .additional a .icon-gengduo {
    font-size: 0.34667rem;
  }
  main .towards .hurdle .publicity ul {
    gap: 0.16rem;
  }
  main .towards .hurdle .publicity ul li a {
    gap: 0.13333rem;
  }
  main .towards .hurdle .publicity ul li a p {
    font-size: 0.30667rem;
  }
  main .towards .hurdle .publicity ul li a time {
    font-size: 0.30667rem;
  }
  main .towards .hurdle .movies ul {
    gap: 0.32rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  main .towards .hurdle .movies ul li a .pursue {
    height: 3.52rem;
  }
  main .towards .hurdle .movies ul li a .pursue .play {
    width: 1.09333rem;
    height: 1.09333rem;
  }
  main .towards .hurdle .movies ul li a .pursue time {
    left: 0.13333rem;
    top: 0.13333rem;
    font-size: 0.30667rem;
  }
  main .towards .hurdle .movies ul li a .pursue time:last-child {
    right: 0.13333rem;
    bottom: 0.13333rem;
  }
  main .towards .hurdle .movies ul li a p {
    font-size: 0.30667rem;
    margin-top: 0.13333rem;
  }
}

.underside {
  width: 100%;
  background: #004d43;
}

.underside .heart {
  padding: 58px 0;
  box-sizing: border-box;
}

.underside .heart .plat {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 18px;
  padding-bottom: 6px;
}

.underside .heart .plat strong {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  white-space: nowrap;
}

.underside .heart .plat ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.underside .heart .plat ul li {
  font-size: 13px;
}

.underside .heart .plat ul li a {
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

.underside .heart p {
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.underside .heart p a {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.underside .substrate {
  width: 100%;
  height: 4px;
  background: #ddef5a;
}

@media screen and (max-width: 768px) {
  .underside .heart {
    padding: 0.82667rem 0.2rem;
  }
  .underside .heart .plat {
    gap: 0.16rem;
    margin-bottom: 0.29333rem;
    padding-bottom: 0.13333rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .underside .heart .plat strong {
    font-size: 0.34667rem;
  }
  .underside .heart .plat ul {
    gap: 0.2rem;
  }
  .underside .heart .plat ul li {
    font-size: 0.30667rem;
  }
  .underside .heart p {
    font-size: 0.30667rem;
    line-height: 0.48rem;
  }
  .underside .heart p a {
    font-size: 0.30667rem;
  }
}

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

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

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

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

.spinner {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.spinner span {
  position: absolute;
  top: 50%;
  left: var(--left);
  width: 15px;
  height: 3px;
  background: #022e0b;
  animation: dominos 1s ease infinite;
}

.spinner span:nth-child(1) {
  --left: 15px;
  animation-delay: 0.125s;
}

.spinner span:nth-child(2) {
  --left: 10px;
  animation-delay: 0.3s;
}

.spinner span:nth-child(3) {
  left: 5px;
  animation-delay: 0.425s;
}

.spinner span:nth-child(4) {
  animation-delay: 0.54s;
  left: 0px;
}

@keyframes dominos {
  50% {
    opacity: 0.7;
  }
  75% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  80% {
    opacity: 1;
  }
}

@keyframes spread {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 90px;
  }
  100% {
    background-position: 180px;
  }
}
.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: #ffbe2e;
}

.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;
  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: #212529;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.question ul li a article p {
  color: #212529;
  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;
  border: 1px solid #fff;
  background: #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);
}
.asks {
  margin-top: 12px;
}

.retrieve ul li a:hover {
  background: #ffbe2e;
  transform: scaleY(1.01) translateY(-2px);
}

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

.retrieve ul li a span {
  font-weight: bold;
  color: #212529;
  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: #004d42;
  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;
  padding: 10px;
  box-sizing: border-box;
}

.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: #004d42;
  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: #c4e256;
  border-radius: 4px;
}

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

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

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

.connive .foundation 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: #004d42;
}

.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 .foundation {
    margin: 2.93333vw 0;
    gap: 0.66667vw;
  }
  .connive .foundation img {
    width: 3.46667vw;
  }
  .connive .foundation 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 {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 22px;
}
.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: #2e2e2a;
}

.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: #004d42;
  line-height: 24px;
  text-indent: 8px;
  font-size: 12px;
}

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

.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: #004d42;
  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(221, 240, 89, 0.3),
    rgba(221, 240, 89, 0.8)
  );
}

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

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

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

.seach_detail .seach_detail-preamble .seach_detail-analyst {
  width: 80%;
  color: #004d42;
  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;
  }
}
