.max_width {
  width: min(1100px, 100% - 30px);
  margin-inline: auto;
}

@font-face {
  font-family: "HYk2gj";
  src: url("./PangMenZhengDaoBiaoTiTiMianFeiBan-2.ttf");
}
@media (max-width: 768px) {
  .app .de_iv_adv,
  .app .t_de {
    margin-left: -15px;
    width: 100vw;
    box-sizing: border-box;
  }
}
.app .iconfont {
  font-size: 20px;
  font-weight: 1000;
  margin-left: 10px;
}
.app #ifr_diagnose {
  width: 100%;
  height: 100%;
  background-color: #a18cd1;
}
.app .header {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 13;
  height: 78px;
  box-shadow: 0px 2px 4px 0px rgba(173, 173, 173, 0.5);
}
.app .header .max_width {
  display: flex;
  align-items: center;
  line-height: 78px;
  justify-content: space-between;
}
.app .header .max_width .menu-mobile {
  display: none;
}
@media (max-width: 960px) {
  .app .header .max_width .menu-mobile {
    display: block;
  }
}
.app .header .max_width .h_l {
  display: flex;
  align-items: center;
}
.app .header .max_width .h_l .website_name {
  color: rgb(12, 93, 255);
  font-size: 19px;
  font-family: "HYk2gj";
  font-weight: 600;
  line-height: 20px;
  line-height: 40px;
  box-sizing: border-box;
  background-color: rgb(41, 41, 41);
  border-radius: 4px;
  height: 40px;
  padding: 0 15px;
}
.app .header .max_width .h_l ul {
  display: flex;
  margin-left: 30px;
}
.app .header .max_width .h_l ul li {
  list-style: none;
}
.app .header .max_width .h_l ul li a {
  box-sizing: border-box;
  word-wrap: break-word;
  color: rgb(45, 45, 45);
  font-size: 14px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
  line-height: 20px;
  padding: 29px 0 0 60px;
}
.app .header .max_width .h_l ul li a:hover {
  color: rgb(12, 93, 255);
}
.app .header .max_width .h_l ul li .active {
  color: rgb(12, 93, 255);
  text-decoration: underline;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .app .header .max_width .h_l ul {
    display: none;
  }
}
.app .header .max_width .h_r {
  display: flex;
}
.app .header .max_width .h_r .icon-caidan {
  display: none;
}
.app .header .max_width .h_r .icon-sousuo::before,
.app .header .max_width .h_r .icon-caidan::before {
  padding: 5px;
}
.app .header .max_width .h_r .icon-sousuo:hover::before,
.app .header .max_width .h_r .icon-caidan:hover::before {
  background: #e0e1e4;
  border-radius: 50%;
}
@media (max-width: 1000px) {
  .app .header .max_width .h_r .icon-caidan {
    display: block;
  }
}
@media (max-height: 768px) {
  .app .header {
    height: 60px;
  }
  .app .header .max_width {
    line-height: 60px;
  }
}
.app .first_block {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.app .first_block a {
  width: calc(25% - 15px);
}
.app .first_block a img {
  border-radius: 7px;
  height: 150px;
}
.app .first_block a .f_word {
  padding: 20px 0;
  top: 0;
  left: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.app .first_block a .f_word .des {
  display: none;
}
.app .first_block a .f_word h2 {
  box-sizing: border-box;
  word-wrap: break-word;
  color: rgb(3, 27, 24);
  font-size: 18px;
  font-family: Arial-BoldMT;
  font-weight: NaN;
  text-align: left;
  line-height: 28px;
}
.app .first_block a .f_word .type {
  box-sizing: border-box;
  word-wrap: break-word;
  color: rgb(12, 93, 255);
  font-size: 12px;
  text-transform: uppercase;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 17px;
}
.app .first_block a .f_word .name {
  margin-top: 20px;
}
.app .first_block a .f_word p {
  box-sizing: border-box;
  word-wrap: break-word;
  color: rgb(122, 122, 122);
  font-size: 12px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 17px;
}
.app .first_block a:hover h2 {
  color: rgb(12, 93, 255);
}
.app .first_block a:nth-child(1),
.app .first_block a:nth-child(2) {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
  height: 254px;
  width: calc(50% - 10px);
}
.app .first_block a:nth-child(1) img,
.app .first_block a:nth-child(2) img {
  height: 100%;
}
.app .first_block a:nth-child(1) .f_word,
.app .first_block a:nth-child(2) .f_word {
  box-sizing: border-box;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: end;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(17, 17, 17) 100%);
}
.app .first_block a:nth-child(1) .f_word h2,
.app .first_block a:nth-child(2) .f_word h2 {
  box-sizing: border-box;
  word-wrap: break-word;
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-family: Arial-BoldMT;
  font-weight: NaN;
  text-align: left;
  line-height: 33px;
}
.app .first_block a:nth-child(1) .f_word .type,
.app .first_block a:nth-child(2) .f_word .type {
  box-sizing: border-box;
  height: 17px;
  word-wrap: break-word;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 17px;
}
.app .first_block a:nth-child(1) .f_word p,
.app .first_block a:nth-child(2) .f_word p {
  display: none;
}
@media (max-width: 960px) {
  .app .first_block a {
    width: calc(50% - 10px);
  }
  .app .first_block a img {
    border-radius: 7px;
    height: 200px;
  }
}
@media (max-width: 760px) {
  .app .first_block a {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .app .first_block a img {
    border-radius: 7px;
    height: 200px;
  }
  .app .first_block a:nth-child(1),
  .app .first_block a:nth-child(2) {
    height: 280px;
    width: 100%;
  }
}
.app .second_block a .f_word p {
  display: none;
}
.app .second_block a:nth-child(1) {
  position: static;
  border-radius: 7px;
  overflow: hidden;
  display: flex;
  height: 254px;
  width: 100%;
  gap: 20px;
}
.app .second_block a:nth-child(1) img {
  width: 50%;
  height: 100%;
}
.app .second_block a:nth-child(1) .f_word {
  padding: 0;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  position: static;
  background: none;
  justify-content: start;
}
.app .second_block a:nth-child(1) .f_word .des {
  display: block;
  box-sizing: border-box;
  word-wrap: break-word;
  color: rgb(122, 122, 122);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 28px;
  margin-top: 11px;
}
.app .second_block a:nth-child(1) .f_word h2 {
  box-sizing: border-box;
  word-wrap: break-word;
  color: rgb(3, 27, 24);
  font-size: 18px;
  font-family: Arial-BoldMT;
  font-weight: NaN;
  text-align: left;
  line-height: 28px;
}
.app .second_block a:nth-child(1) .f_word .type {
  box-sizing: border-box;
  word-wrap: break-word;
  color: rgb(12, 93, 255);
  font-size: 12px;
  text-transform: uppercase;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 17px;
}
.app .second_block a:nth-child(1) .f_word p {
  display: block;
  visibility: inherit;
  box-sizing: border-box;
  word-wrap: break-word;
  color: rgb(122, 122, 122);
  font-size: 12px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 17px;
}
.app .second_block a:nth-child(2) {
  position: static;
  border-radius: 7px;
  overflow: hidden;
  height: auto;
  width: calc(25% - 15px);
}
.app .second_block a:nth-child(2) img {
  height: 150px;
}
.app .second_block a:nth-child(2) .f_word {
  padding: 20px 0;
  top: 0;
  left: 0;
  position: static;
  background: none;
  justify-content: start;
  height: -moz-fit-content;
  height: fit-content;
}
.app .second_block a:nth-child(2) .f_word h2 {
  box-sizing: border-box;
  word-wrap: break-word;
  color: rgb(3, 27, 24);
  font-size: 18px;
  font-family: Arial-BoldMT;
  font-weight: NaN;
  text-align: left;
  line-height: 28px;
}
.app .second_block a:nth-child(2) .f_word .type {
  box-sizing: border-box;
  word-wrap: break-word;
  color: rgb(12, 93, 255);
  font-size: 12px;
  text-transform: uppercase;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 17px;
}
@media (max-width: 960px) {
  .app .second_block a:nth-child(2) {
    width: calc(50% - 10px);
  }
  .app .second_block a:nth-child(2) img {
    border-radius: 7px;
    height: 200px;
  }
}
@media (max-width: 760px) {
  .app .second_block a:nth-child(2) {
    width: 100%;
  }
  .app .second_block a:nth-child(2) img {
    border-radius: 7px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .app .second_block a:nth-child(2),
  .app .second_block a {
    height: 130px;
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
  }
  .app .second_block a:nth-child(2) img,
  .app .second_block a img {
    max-height: 100px;
    width: calc(45% - 5px);
  }
  .app .second_block a:nth-child(2) .f_word,
  .app .second_block a .f_word {
    width: calc(55% - 5px);
    height: 100%;
  }
  .app .second_block a:nth-child(1) {
    position: static;
    border-radius: 7px;
    overflow: hidden;
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    gap: 20px;
  }
  .app .second_block a:nth-child(1) img {
    width: 100%;
    height: 100%;
  }
  .app .second_block a:nth-child(1) .f_word {
    margin-top: 20px;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: static;
    background: none;
    justify-content: start;
  }
}
.app .channel a:nth-child(1) {
  position: static;
  border-radius: 7px;
  overflow: hidden;
  display: block;
  height: 254px;
  width: calc(25% - 15px);
  gap: 20px;
}
.app .channel a:nth-child(1) img {
  width: 100%;
  height: 150px;
}
.app .channel a:nth-child(1) .f_word {
  padding: 20px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: static;
  background: none;
  justify-content: start;
}
.app .channel a:nth-child(1) .f_word .des {
  display: none;
  box-sizing: border-box;
  word-wrap: break-word;
  color: rgb(122, 122, 122);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 28px;
  margin-top: 11px;
}
.app .channel a:nth-child(1) .f_word h2 {
  box-sizing: border-box;
  word-wrap: break-word;
  color: rgb(3, 27, 24);
  font-size: 18px;
  font-family: Arial-BoldMT;
  font-weight: NaN;
  text-align: left;
  line-height: 28px;
}
.app .channel a:nth-child(1) .f_word .type {
  box-sizing: border-box;
  word-wrap: break-word;
  color: rgb(12, 93, 255);
  font-size: 12px;
  text-transform: uppercase;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 17px;
}
.app .channel a:nth-child(1) .f_word p {
  display: none;
}
@media (max-width: 960px) {
  .app .channel a:nth-child(1) {
    width: calc(50% - 10px);
    height: -moz-fit-content;
    height: fit-content;
  }
  .app .channel a:nth-child(1) img {
    border-radius: 7px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .app .channel {
    display: block;
  }
  .app .channel a {
    margin-bottom: 15px;
  }
  .app .channel a:nth-child(1) {
    height: 130px;
    display: flex;
    gap: 20px;
    width: 100%;
  }
  .app .channel a:nth-child(1) img {
    height: 100%;
    width: calc(45% - 10px);
  }
  .app .channel a:nth-child(1) .f_word {
    margin-top: 0;
    width: calc(55% - 10px);
    height: 100%;
  }
}
.app .details {
  margin-top: 20px;
  max-width: 960px;
}
.app .details .text_title {
  box-sizing: border-box;
  word-wrap: break-word;
  color: rgb(3, 27, 24);
  font-size: 18px;
  font-family: Arial-BoldMT;
  font-weight: 700;
  text-align: left;
  line-height: 28px;
}
.app .details .text_author {
  display: block;
  visibility: inherit;
  box-sizing: border-box;
  word-wrap: break-word;
  color: rgb(122, 122, 122);
  font-size: 12px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 17px;
}
.app .details img {
  border-radius: 7px;
}
.app footer {
  background-color: #F7F5F2;
  color: #7A7A7A;
  margin-top: 40px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.app footer ul {
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  line-height: 30px;
  flex-wrap: wrap;
}
.app footer ul li {
  padding: 0;
  margin: 10px 20px;
  list-style: none;
}

#content_html {
  margin-top: 20px;
}
#content_html p,
#content_html li {
  margin: 15px 0;
  font-size: 16px;
  line-height: 25px;
}
#content_html ul,
#content_html li {
  list-style: inside;
}
#content_html h1,
#content_html h2,
#content_html h3,
#content_html h4,
#content_html h5,
#content_html h6 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.025rem;
  line-height: 1.8rem;
  margin: 20px 0;
  outline: none;
}
#content_html h2 {
  font-size: 18px;
}
#content_html h3 {
  font-size: 17px;
}
#content_html h4,
#content_html h5,
#content_html h6 {
  font-size: 16px;
}
@keyframes slide-enter {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
#content_html * {
  --stagger: 0;
  --delay: 100ms;
  --start: 0ms;
  animation: slide-enter 1s both 1;
  animation-delay: calc(var(--start) + var(--stagger) * var(--delay));
}
#content_html * {
  counter-increment: enter-count;
  --stagger: counter(enter-count);
}
#content_html .slide-enter-content > * {
  --stagger: 0;
  --delay: 100ms;
  --start: 0ms;
  animation: slide-enter 1s both 1;
  animation-delay: calc(var(--start) + var(--stagger) * var(--delay));
}
#content_html *:nth-child(1) {
  --stagger: 1;
}
#content_html *:nth-child(2) {
  --stagger: 2;
}
#content_html *:nth-child(3) {
  --stagger: 3;
}
#content_html *:nth-child(4) {
  --stagger: 4;
}
#content_html *:nth-child(5) {
  --stagger: 5;
}
#content_html *:nth-child(6) {
  --stagger: 6;
}
#content_html *:nth-child(7) {
  --stagger: 7;
}
#content_html *:nth-child(8) {
  --stagger: 8;
}
#content_html *:nth-child(9) {
  --stagger: 9;
}
#content_html *:nth-child(10) {
  --stagger: 10;
}
#content_html *:nth-child(11) {
  --stagger: 11;
}
#content_html *:nth-child(12) {
  --stagger: 12;
}
#content_html *:nth-child(13) {
  --stagger: 13;
}
#content_html *:nth-child(14) {
  --stagger: 14;
}
#content_html *:nth-child(15) {
  --stagger: 15;
}
#content_html *:nth-child(16) {
  --stagger: 16;
}
#content_html *:nth-child(17) {
  --stagger: 17;
}
#content_html *:nth-child(18) {
  --stagger: 18;
}
#content_html *:nth-child(19) {
  --stagger: 19;
}
#content_html *:nth-child(20) {
  --stagger: 20;
}
#content_html *:nth-child(21) {
  --stagger: 21;
}
#content_html *:nth-child(22) {
  --stagger: 22;
}
#content_html *:nth-child(23) {
  --stagger: 23;
}
#content_html *:nth-child(24) {
  --stagger: 24;
}
#content_html *:nth-child(25) {
  --stagger: 25;
}
#content_html *:nth-child(26) {
  --stagger: 26;
}
#content_html *:nth-child(27) {
  --stagger: 27;
}
#content_html *:nth-child(28) {
  --stagger: 28;
}
#content_html *:nth-child(29) {
  --stagger: 29;
}
#content_html *:nth-child(30) {
  --stagger: 30;
}/*# sourceMappingURL=index.css.map */