.post_main {
  position: relative;
  z-index: 2;
  padding-top: 9.3rem;
  margin-bottom: 14.2rem;
}
.post_main + .section_blog {
  padding-top: 0;
}
.post_main::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  max-height: 140rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.14;
  pointer-events: none;
  background-image: linear-gradient(to bottom, var(--secondary), transparent);
}
.post_main .inner {
  width: calc(100% - 40px);
  max-width: 147.6rem;
  margin: 0 auto;
  padding: 0 16.8rem;
  position: relative;
}
.post_main .head {
  max-width: 99.3rem;
  margin: 0 auto;
}
.post_main .head h1 {
  font-size: 4.8rem;
  line-height: 5.8rem;
}
.post_main .head p {
  color: var(--text);
  line-height: 3.2rem;
  max-width: 86.8rem;
  margin: 3.2rem auto 0;
}
.post_main .img {
  margin-top: 7.2rem;
  border-radius: 1.4rem;
  padding-bottom: 56.842105%;
}
.post_main .post_detail {
  margin-top: 7.6rem;
}
.post_main .share {
  position: absolute;
  right: 0;
  top: 31.2rem;
  bottom: 0;
}
.post_main .share ul {
  gap: 2rem;
  display: grid;
  position: sticky;
  top: 12rem;
}
.post_main .share .active a {
  background-color: var(--primary);
}
.post_main .share li {
  border-radius: 50%;
}
.post_main .share a {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  overflow: hidden;
  text-indent: -999px;
  border-radius: 50%;
  transition: all 0.3s;
  background: no-repeat center / contain var(--title);
}
.post_main .share .facebook a {
  background-image: url(../img/post-facebook.svg);
}
.post_main .share .twitter a {
  background-image: url(../img/post-twitter.svg);
}
.post_main .share .pinterest a {
  background-image: url(../img/post-pinterest.svg);
}
.post_detail .content > *:first-child {
  margin-top: 0;
}
.post_detail .content > *:last-child {
  margin-bottom: 0;
}
.post_detail p,
.post_detail li {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 3rem;
  margin: 1rem 0;
}
.post_detail li {
  position: relative;
  padding-left: 2.2rem;
}
.post_detail li::before {
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  top: 1.1rem;
}
.post_detail li a {
  color: inherit;
  text-decoration-color: transparent;
}
.post_detail li a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.post_detail ul {
  margin: 3rem 0;
}
.post_detail ul:has(a) li::before {
  width: 0.8em;
  height: 1.2rem;
  top: 0.9rem;
  background: url(../img/arrow-r-b.svg) no-repeat center / contain;
}
.post_detail h2 {
  font-weight: 600;
  font-size: 2.8rem;
  margin: 3.6rem 0 2.4rem;
}
.post_detail h3 {
  font-weight: 600;
  font-size: 2.4rem;
  margin: 2.4rem 0 1.2rem;
}
.post_detail a {
  transition: all 0.3s;
  color: var(--primary);
  text-decoration: underline;
}
.post_detail a:hover {
  text-decoration-color: transparent;
}
.post_detail .wp-block-quote {
  margin: 4.3rem 0 6.6rem;
  position: relative;
  padding: 7.54386% 7.894737% 6.315789%;
  border-radius: 1.6rem;
  background-image: linear-gradient(45deg, #58A6EE, #7EBBF1);
}
.post_detail .wp-block-quote::after {
  content: '';
  display: block;
  width: 6.666667%;
  padding-bottom: 5.438596%;
  position: absolute;
  right: 3.508772%;
  top: -1.2rem;
  background: url(../img/icon-yinhao.svg) no-repeat center / contain;
}
.post_detail .wp-block-quote p {
  color: #fff;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 3.8rem;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px !important;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 20px;
  }
  .post_main{
    padding: 5rem 0;
  }
  .post_main .inner{
    padding: 0;
  }
  .post_main .head h1{
    font-size: 25px;
    line-height: 1.3;
  }
  .post_main .head p{
    margin-top: 1.8rem;
  }
  .post_main .img{
    margin-top: 2rem;
  }
  .post_main .post_detail{
    margin-top: 2rem;
  }

  .post_detail .content{
    padding: 0;
  }
  .post_detail p, .post_detail li{
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .post_detail ul{
    margin: 2rem 0;
  }
  .post_detail .wp-block-quote{
    padding: 2rem;
    margin: 2rem 0;
  }
  .post_detail .wp-block-quote p{
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .post_detail h2{
    font-size: 22px;
    line-height: 1.5;
    margin: 2rem 0;
  }
  .post_main{
    margin-bottom: 2rem;
  }
}