.post_banner {
  background-image: linear-gradient(to bottom, #f2f2fa, #f4f4fb 22%, #fdfdfe);
  padding-top: 14.1rem;
}
.post_banner .content {
  max-width: 124.4rem;
}
.post_banner .head h1 {
  font-size: 4.8rem;
  line-height: 1.33333333;
  font-weight: 600;
  text-align: center;
  color: #1c1c1c;
  max-width: 108.4rem;
  margin: 0 auto;
}
.post_banner .head .metas {
  margin-top: 3.1rem;
}
.post_banner .head .metas ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: var(--text);
  gap: 3rem 10%;
}
.post_banner .head .metas li {
  display: grid;
  grid-template-columns: 2.5625em 1fr;
  align-items: start;
  gap: 1.125em;
}
.post_banner .head .metas li span,
.post_banner .head .metas li .breadcrumbs {
  align-self: center;
  margin-bottom: 1px;
}
.post_banner .head .metas li .icon {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--primary);
}
.post_banner .head .metas li .icon img {
  transform: scale(0.68292683);
}
.post_banner .head .metas li .breadcrumbs span span::before {
  content: ' - ';
  margin: 0 0.1875em 0 0.25em;
}
.post_banner .head .metas li .breadcrumbs span span:first-child::before {
  display: none;
}
.post_banner .head .metas li .breadcrumbs span a {
  vertical-align: top;
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.post_banner .head .metas li .breadcrumbs span a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.post_banner .img {
  border-radius: 2.8rem;
  padding-bottom: 45.01607717%;
  margin-top: 5rem;
}
.post_main {
  background-image: linear-gradient(to bottom, #fdfdfe, transparent 19.7rem);
  padding: 7.1rem 0 16.6rem;
}
.post_main .content {
  max-width: 93.6rem;
}
.post_main .postdetail {
  font-size: 1.8rem;
  line-height: 1.55555556;
  color: #1c1c1c;
}
.post_main .postdetail .content > *:first-child {
  margin-top: 0;
}
.post_main .postdetail .content > *:last-child {
  margin-bottom: 0;
}
.post_main .postdetail h2 {
  font-size: 2.8rem;
  font-weight: 600;
  margin: 3.9rem 0 1.1rem;
}
.post_main .postdetail h3 {
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--title);
  margin: 2rem 0;
}
.post_main .postdetail p {
  color: rgba(66, 66, 66, 0.8);
  margin: 1rem 0;
}
.post_main .postdetail p strong {
  font-size: 2.2rem;
  line-height: 1.54545455;
  font-weight: 700;
  color: var(--text);
}
.post_main .postdetail p + p {
  margin-top: 2.8rem;
}
.post_main .postdetail p:has(strong) + p {
  margin-top: 1.2rem;
}
.post_main .postdetail a {
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.3s;
}
.post_main .postdetail a:hover {
  text-decoration-color: transparent;
}
.post_main .postdetail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.4rem;
  object-fit: cover;
  margin: 4.8rem 0 6.6rem;
}
.post_main .postdetail ul {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  line-height: normal;
  margin: 1.8rem 0;
}
.post_main .postdetail ul li {
  position: relative;
  padding-left: 1em;
}
.post_main .postdetail ul li::before {
  width: 0.2778em;
  height: 0.2778em;
  position: absolute;
  left: 0.22em;
  top: 0.6111em;
  content: '';
  border-radius: 50%;
  background-color: #1c1c1c;
}
.post_main .postdetail ul li + li {
  margin-top: 0.72222em;
}
.post_main .postdetail ol {
  font-family: "Manrope", sans-serif;
  counter-reset: num;
  margin: 3rem 0;
}
.post_main .postdetail ol li {
  position: relative;
  padding-left: 1.3em;
}
.post_main .postdetail ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: num;
  content: counter(num) '.';
}
.post_main .postdetail ol li + li {
  margin-top: 0.2em;
}
.post_main .postdetail .wp-block-columns {
  gap: 16px;
}
.post_main .postdetail .wp-block-quote {
  border-radius: 1.4rem;
  border: 1px solid var(--border);
  text-align: center;
  display: grid;
  grid-template-columns: 2.6rem 1fr 2.6rem;
  align-items: start;
  margin: 4.7rem -1px 4.3rem;
  gap: 1.6rem 2rem;
  padding: 4.6rem 4.1rem 4.7rem;
}
.post_main .postdetail .wp-block-quote::before,
.post_main .postdetail .wp-block-quote::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  background: url("../img/douhao.svg") no-repeat center / contain;
}
.post_main .postdetail .wp-block-quote::before {
  margin-top: 0.4rem;
  grid-row: span 2;
}
.post_main .postdetail .wp-block-quote::after {
  transform: rotateY(180deg);
  align-self: center;
}
.post_main .postdetail .wp-block-quote p {
  grid-column: 2;
  font-family: "Outfit", sans-serif;
  font-size: 2.8rem;
  line-height: 1.21428571;
  font-weight: 600;
  color: #1c1c1c;
  max-width: 64rem;
  margin: 0 auto;
}
.post_main .postdetail .wp-block-quote cite {
  order: 4;
  grid-column: 2;
  font-family: "Manrope", sans-serif;
  display: block;
  font-style: normal;
  color: var(--text);
}
.post_main .tags-box {
  border-top: 1px solid #e5e9f0;
  margin-top: 5.7rem;
  padding-top: 2.5rem;
}
.post_main .tags-box .share {
  display: flex;
  align-items: center;
  font-size: 1.696rem;
  font-weight: 600;
  color: #0a1628;
  gap: 1.2rem;
}
.post_main .tags-box .share ul {
  gap: 1.1rem;
  display: flex;
  flex-wrap: wrap;
}
.post_main .tags-box .share ul a,
.post_main .tags-box .share ul .copy-link {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid #d5d8dc;
}
.post_main .tags-box .share ul .copy-link {
  padding: 0;
  cursor: pointer;
  background: none;
}
.post_main .tags-box .share ul a::after,
.post_main .tags-box .share ul .copy-link::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / 46.5%;
  transition: all 0.3s;
}
.post_main .tags-box .share ul a:hover,
.post_main .tags-box .share ul .copy-link:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.post_main .tags-box .share ul a:hover::after,
.post_main .tags-box .share ul .copy-link:hover::after {
  filter: contrast(0) brightness(2);
}
.post_main .tags-box .share ul .facebook a::after {
  background-image: url(../img/share-facebook.svg);
}
.post_main .tags-box .share ul .twitter a::after {
  background-image: url(../img/share-twitter.svg);
}
.post_main .tags-box .share ul .linkedin a::after {
  background-image: url(../img/share-linkedin.svg);
}
.post_main .tags-box .share ul .link .copy-link::after {
  background-image: url(../img/share-link.svg);
}
.post_main .tags-box .share ul .link {
  position: relative;
}
.post_main .tags-box .share ul .link .copy-tip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.8rem);
  transform: translateX(-50%);
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
  background-color: #0a1628;
  border-radius: 0.4rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 2;
}
.post_main .tags-box .share ul .link .copy-tip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 0.4rem solid transparent;
  border-top-color: #0a1628;
}
.post_main .tags-box .share ul .link.copied .copy-tip {
  opacity: 1;
  visibility: visible;
}
.post_related {
  background-color: #f2f2fa;
  padding: 13.3rem 0 14rem;
}
.post_related .tcon {
  padding-bottom: 2px;
}
.post_related .btn {
  gap: 0.889em;
  padding: 0 2.9rem;
}
.post_related .post_related_swiper {
  margin-top: 4.7rem;
}
.post_related .swiper_btns.middle {
  top: 53%;
}
.footer_contact {
  background-image: linear-gradient(to bottom, #f2f2fa 0 49.7%, transparent 49.7% 100%);
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .post_banner .head h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .post_banner {
    padding-top: 30px;
  }
  .post_banner .head h1 {
    font-size: 22px;
    line-height: 1.3;
    text-align: left;
  }
  .post_banner .head .metas {
    margin-top: 20px;
  }
  .post_banner .head .metas ul {
    gap: 12px;
    justify-content: flex-start;
  }
  .post_banner .head .metas li span,
  .post_banner .head .metas li .breadcrumbs {
    margin: 0;
  }
  .post_banner .img {
    border-radius: 10px;
    margin-top: 30px;
  }
  .post_main {
    padding: 30px 0 50px;
  }
  .post_main .postdetail {
    font-size: 14px;
    line-height: 1.5;
  }
  .post_main .postdetail h2 {
    font-size: 18px;
    margin: 20px 0 14px;
    letter-spacing: unset;
  }
  .post_main .postdetail h3 {
    font-size: 16px;
    margin: 14px 0;
  }
  .post_main .postdetail p {
    margin: 10px 0;
  }
  .post_main .postdetail p strong {
    font-size: 16px;
    line-height: 1.5;
  }
  .post_main .postdetail p + p,
  .post_main .postdetail p:has(strong) + p {
    margin-top: 10px;
  }
  .post_main .postdetail img {
    border-radius: 10px;
    margin: 30px 0;
  }
  .post_main .postdetail ul,
  .post_main .postdetail ol {
    margin: 14px 0;
  }
  .post_main .postdetail .wp-block-quote {
    margin: 30px 0;
    border-radius: 10px;
    padding: 12px;
    grid-template-columns: 20px 1fr 20px;
    gap: 12px;
  }
  .post_main .postdetail .wp-block-quote::before {
    margin-top: 0;
  }
  .post_main .postdetail .wp-block-quote p {
    font-size: 14px;
    line-height: 1.5;
  }
  .post_main .tags-box {
    margin-top: 30px;
    padding-top: 20px;
  }
  .post_main .tags-box .share {
    font-size: 14px;
    gap: 16px;
  }
  .post_main .tags-box .share ul {
    gap: 10px;
  }
  .post_main .tags-box .share ul a,
  .post_main .tags-box .share ul .copy-link {
    width: 40px;
    height: 40px;
  }
  .post_main .tags-box .share ul .link .copy-tip {
    font-size: 12px;
    padding: 4px 8px;
    bottom: calc(100% + 6px);
  }
  .post_related {
    padding: 50px 0;
    overflow: hidden;
  }
  .post_related .post_related_swiper {
    overflow: unset;
    margin-top: 30px;
  }
}
