.post_main {
  margin-top: -10rem;
  padding-bottom: 7.3rem;
  overflow: hidden;
}
.post_main .head {
  padding-top: 17.6rem;
  position: relative;
  padding-bottom: 15rem;
}
.post_main .head:has(.main_img) {
  padding-bottom: 0;
}
.post_main .head:has(.main_img)::after {
  bottom: 26rem;
}
.post_main .head::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: url(../img/postbg.jpg) no-repeat center bottom / cover;
}
.post_main .head .date {
  font-size: 1.7rem;
  color: rgba(226, 226, 226, 0.6);
  font-weight: 300;
}
.post_main .head .date span {
  font-size: 2rem;
  font-weight: 600;
  color: var(--theme_color);
  text-transform: uppercase;
  margin-right: 10px;
}
.post_main .head h1 {
  font-size: 6rem;
  color: #fff;
  line-height: 7rem;
  text-transform: uppercase;
  max-width: 112.4rem;
  margin-top: 2rem;
}
.post_main .head .user {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 3.6rem;
  gap: 0.8rem 1.7rem;
}
.post_main .head .user strong {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  margin-top: auto;
  text-transform: uppercase;
}
.post_main .head .user p {
  font-size: 1.7rem;
  color: rgba(226, 226, 226, 0.6);
  margin-bottom: auto;
  font-weight: 300;
}
.post_main .head .user .img {
  aspect-ratio: 1;
  width: 7.3rem;
  border-radius: 50%;
  overflow: hidden;
  grid-area: span 2;
}
.post_main .head .user .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.post_main .head .main_img {
  aspect-ratio: 1438/682;
  margin-top: 5.4rem;
}
.post_main .head .main_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.post_main .post_detail {
  max-width: 118rem;
  margin: 0 auto;
  padding-top: 2.3rem;
  padding-bottom: 7.9rem;
}
.post_main .post_detail p {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #393939;
  margin: 2.8rem 0;
}
.post_main .post_detail img {
  display: block;
  width: 100% !important;
  margin: 2.8rem 0;
}
.wp-block-table {
  margin: 2.8rem 0;
}
.post_main .post_detail table {
  width: 100% !important;
}
.post_main .post_detail td {
  width: auto !important;
}
.post_main .post_detail td img, .post_main .post_detail td p {
  margin: 0;
}
.post_main .post_detail ul {
  margin: 2rem 0;
}
.post_main .post_detail li {
  font-size: 1.8rem;
  color: #393939;
  line-height: 3rem;
  margin-bottom: 0.5rem;
  padding-left: 1.6rem;
  position: relative;
}
.post_main .post_detail li::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.4rem;
  background-color: #393939;
}
.post_main .post_detail h2 {
  font-size: 4.6rem;
  text-transform: uppercase;
  font-weight: 900;
  /* font-family: 'Impact', sans-serif; */
  font-family: 'Oswald', sans-serif;
  margin-top: 5.9rem;
}
.post_main .post_detail h3 {
  font-size: 3.8rem;
  font-weight: 900;
  margin-top: 4.2rem;
  margin-bottom: 2.8rem;
  /* font-family: 'Impact', sans-serif; */
  font-family: 'Oswald', sans-serif;
}
.post_main .post_detail h4 {
  font-size: 3rem;
  font-weight: 900;
  margin-top: 3.2rem;
  margin-bottom: 2rem;
  /* font-family: 'Impact', sans-serif; */
  font-family: 'Oswald', sans-serif;
}
.post_main .post_detail a {
  font-size: 1.8rem;
  color: var(--theme_color);
  line-height: 3rem;
  margin-top: 2.8rem;
  text-decoration: underline;
}
.post_main .post_detail a:hover {
  text-decoration: unset;
}
.post_main .post_detail .links {
  margin-top: 1.9rem;
}
.post_main .post_detail .links li {
  padding: 0;
  margin-bottom: 0.6rem;
}
.post_main .post_detail .links li::before {
  display: none;
}
.post_main .post_detail .links a {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 500;
  color: #161616;
  line-height: 3rem;
  gap: 1.8rem;
  width: fit-content;
  text-decoration: unset;
  margin: 0;
}
.post_main .post_detail .links a::before {
  content: '';
  display: block;
  width: 1.3rem;
  height: 1.8rem;
  filter: brightness(0);
  background: url(../img/arr-thr.svg) no-repeat center / contain;
}
.post_main .post_detail .links a:hover {
  color: var(--theme_color);
  text-decoration: underline;
}
.post_main .post_detail .links a:hover::before {
  filter: brightness(1);
}
.post_main .post_detail iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1080;
}
.post_main .post_detail .wp-block-columns {
  /* display: grid; */
  width: 144rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  /* grid-template-columns: repeat(3, 1fr); */
  margin-top: 5.2rem;
  gap: 2.2rem;
  margin-bottom: 6rem;
}
.post_main .post_detail .wp-block-columns:has([style="flex-basis:25%"], [style="flex-basis:50%"]) {
  display: grid;
  grid-template-columns: 1fr 42.5% 1fr;
}
.post_main .post_detail .wp-block-columns .wp-block-column .wp-block-image {
  /* aspect-ratio: 1; */
  display: block;
  margin: 0;
}
.post_main .post_detail .wp-block-columns .wp-block-column img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post_main .post_detail .swiper_box {
  margin-top: 5.6rem;
}
.post_main .post_detail .post_main_swiper {
  width: 144rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.post_main .post_detail .post_main_swiper .img {
  aspect-ratio: 1438/682;
}
.post_main .post_detail .post_main_swiper .swiper-slide {
  padding: 0;
  margin: 0;
}
.post_main .post_detail .post_main_swiper .swiper-slide::before {
  display: none;
}
.post_main .post_detail .swiper-pagination {
  position: static;
  width: fit-content;
  font-size: 2rem;
  color: #424242;
  font-weight: 900;
  /* font-family: 'Impact', sans-serif; */
  font-family: 'Oswald', sans-serif;
}
.post_main .post_detail .swiper-pagination .swiper-pagination-current {
  font-size: 3.8rem;
  color: #161616;
}
.post_main .post_detail .btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-top: 3.2rem;
}
.post_main .post_detail .swiper_btns div {
  height: 2.9rem;
  width: 2.1rem;
}
.post_main .post_detail .wp-block-quote {
  width: 124.4rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f5f7;
  padding: 8.4rem 14.3rem 11.3rem;
  margin-top: 3.9rem;
  margin-bottom: 7.7rem;
}
.post_main .post_detail .wp-block-quote::after {
  content: '';
  display: block;
  width: 7.5rem;
  height: 6.5rem;
  position: absolute;
  top: -1.3rem;
  right: 5.5rem;
  background: url(../img/yinghao.svg) no-repeat center / contain;
}
.post_main .post_detail .wp-block-quote p {
  font-size: 2.6rem;
  font-weight: 600;
  color: #161616;
  line-height: 3.8rem;
  letter-spacing: 0.39px;
}
.post_main hr {
  border-color: rgba(25, 25, 30, 0.15);
}
