.post_banner {
  background-image: linear-gradient(to bottom, #f7f7f7, #fbfbfb 82.6%, #fbfbfb);
  padding: 19.1rem 0 5.6rem;
}
.post_banner .breadcrumbs {
  color: #9e9e9e;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  letter-spacing: -0.0086em;
}
.post_banner .breadcrumbs span::after {
  content: '';
  display: inline-block;
  width: 0.7143em;
  height: 0.7143em;
  opacity: 0.5;
  margin: 0 0.7rem 0 0.9rem;
  transform: rotate(180deg);
  background: url(../img/arrow-l-b.svg) no-repeat center / contain;
}
.post_banner .breadcrumbs span:last-child::after {
  display: none;
}
.post_banner .breadcrumbs a {
  color: #666666;
  font-weight: normal;
  transition: all 0.3s;
}
.post_banner .breadcrumbs a:hover {
  color: var(--primary);
}
.post_banner h1 {
  font-size: 5rem;
  line-height: 1.28;
  font-weight: 700;
  max-width: 127.1rem;
  margin-top: 9.5rem;
  letter-spacing: 0.0234em;
}
.post_banner .metas {
  margin-top: 3rem;
}
.post_banner .metas ul {
  display: flex;
  flex-wrap: wrap;
  gap: 11.5rem;
}
.post_banner .metas li {
  font-weight: 600;
  color: #474747;
  display: grid;
  grid-template-columns: 2.5625em 1fr;
  align-items: center;
  gap: 1.1875em;
  letter-spacing: -0.0113em;
}
.post_banner .metas li::before {
  display: block;
  padding-bottom: 100%;
  border-radius: 50%;
  background: no-repeat center / 73.2% var(--primary);
  content: '';
}
.post_banner .metas .date {
  letter-spacing: unset;
}
.post_banner .metas .date::before {
  background-image: url("../img/post-icon1.svg");
}
.post_banner .metas .view::before {
  background-image: url("../img/post-icon2.svg");
}
.post_banner .metas .time::before {
  background-image: url("../img/post-icon3.svg");
}
.post_main {
  background-image: linear-gradient(to bottom, #fbfbfb, transparent 46.9rem);
  padding: 5.6rem 0 17.4rem;
}
.post_main .lt {
  flex: 1;
  max-width: 93.8rem;
}
.post_main .post_img {
  border-radius: 1.6rem;
  padding-bottom: 52.13219616%;
}
.post_main .post_img .rll-youtube-player,
.post_main .post_img .flying-press-youtube {
  padding: 0;
  position: static;
}
.post_main .post_img video,
.post_main .post_img img,
.post_main .post_img iframe,
.post_main .post_img div:not(.btn_play) {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.post_main .post_img .btn_play {
  position: absolute;
  width: 7rem;
  height: 7rem;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: url("../img/play.svg") no-repeat center / contain var(--primary);
  transition: all 0.4s, opacity 0.3s;
  cursor: pointer;
}
.post_main .post_img .btn_play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.post_main .post_img.video {
  cursor: pointer;
}
.post_main .post_img.video .btn_play {
  display: block;
}
.post_main .post_img.active .btn_play {
  opacity: 0;
}
.post_main .postdetail {
  margin-top: 4.9rem;
  font-size: 1.8rem;
  line-height: 1.77777778;
  color: var(--text);
}
.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.667rem;
  font-weight: 700;
  color: #303030;
  margin: 4.3rem 0 1.8rem;
  letter-spacing: 0.0146em;
}
.post_main .postdetail h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #303030;
  margin: 3rem 0 1rem;
}
.post_main .postdetail p {
  margin: 1rem 0;
}
.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.6rem;
  object-fit: cover;
  margin: 5.5rem 0;
}
.post_main .postdetail ul {
  margin: 3rem 0;
}
.post_main .postdetail ul li {
  position: relative;
  padding-left: 1.2em;
}
.post_main .postdetail ul li::before {
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: '';
  border-radius: 50%;
  background-color: var(--primary);
}
.post_main .postdetail ul li + li {
  margin-top: 0.2em;
}
.post_main .postdetail ol {
  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 .nums {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  margin: 4.3rem -1px 8.2rem 0;
}
.post_main .postdetail .nums .wp-block-column {
  flex: 1;
  max-width: 30.1rem;
  border-radius: 1rem;
  border: 1px solid #e0f0cc;
  background-color: #f7f9f5;
  text-align: center;
  padding: 2.6rem 2rem;
}
.post_main .postdetail .nums .wp-block-column strong {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 800;
  color: #7ac143;
  letter-spacing: 0.0278em;
}
.post_main .postdetail .nums .wp-block-column p {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 1px 0 0;
  letter-spacing: 0.0179em;
}
.post_main .postdetail .key_quote {
  border: 1px solid #d4eab8;
  background-color: #f7f9f5;
  border-radius: 1rem;
  display: grid;
  grid-template-columns: 5.4rem 1fr;
  align-items: start;
  gap: 0.8rem 3rem;
  padding: 3.5rem 3.9rem 3.5rem;
  margin: 4.3rem -1px 8.2rem;
}
.post_main .postdetail .key_quote::before {
  display: block;
  padding-bottom: 100%;
  border-radius: 0.8rem;
  content: '';
  background: url("../img/post-icon4.svg") no-repeat center / 55.5% #7ac143;
  grid-row: span 2;
  margin-top: 0.5rem;
}
.post_main .postdetail .key_quote strong {
  display: block;
  font-size: 2.1rem;
  font-weight: 700;
  color: #303030;
  grid-column: 2;
  letter-spacing: 0.00476em;
}
.post_main .postdetail .key_quote p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  max-width: 76.3rem;
  margin: 0;
  grid-column: 2;
  letter-spacing: -0.004375em;
}
.post_main .postdetail .pull_quote {
  border-radius: 1rem;
  border: 2px solid #7ac143;
  background-color: #fff;
  box-shadow: 0.8rem 0.8rem 1rem rgba(113, 124, 117, 0.14);
  margin: 5.4rem 0 9.3rem;
  padding: 0 3.7rem 2.9rem;
}
.post_main .postdetail .pull_quote::before {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  content: '';
  background: url("../img/douhao.svg") no-repeat center top / contain;
  margin-top: -1.1rem;
}
.post_main .postdetail .pull_quote p {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 500;
  color: #1a1a1a;
  max-width: 80.6rem;
  margin: 2.2rem 0 0;
  letter-spacing: 0.004em;
}
.post_main .postdetail .pull_quote cite {
  display: block;
  font-size: 1.471rem;
  font-weight: 600;
  color: #777777;
  font-style: normal;
  margin-top: 1.4rem;
  letter-spacing: -0.0068em;
}
.post_main .tags-box {
  border-top: 1px solid #bcbcbc;
  padding-top: 1.8rem;
  margin-top: 7.3rem;
}
.post_main .tags-box .tags {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding-top: 0.5rem;
}
.post_main .tags-box .tags span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
  margin-right: 1rem;
  margin-bottom: 2px;
}
.post_main .tags-box .tags p {
  text-align: center;
  font-weight: 500;
  transition: all 0.3s;
  border-radius: 1.25em;
  color: #808080;
  border: 1px solid #c5c5c5;
  line-height: 1.5;
  padding: 0.46875em 1em;
  min-width: 7.6875em;
}
.post_main .tags-box .tags p:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.post_main .tags-box .share {
  align-self: flex-start;
  gap: 1.9rem;
  display: flex;
  flex-wrap: wrap;
}
.post_main .tags-box .share .active a {
  background-color: var(--primary);
}
.post_main .tags-box .share .active a::after {
  filter: contrast(0) brightness(2);
}
.post_main .tags-box .share a {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
  border-radius: 0.6rem;
  background-color: rgba(198, 198, 198, 0.54);
}
.post_main .tags-box .share a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / 44.4%;
  transition: all 0.3s;
}
.post_main .tags-box .share .facebook a::after {
  background-image: url(../img/share-facebook.svg);
}
.post_main .tags-box .share .twitter a::after {
  background-image: url(../img/share-twitter.svg);
}
.post_main .tags-box .share .pinterest a::after {
  background-image: url(../img/share-pinterest.svg);
}
.post_main .postsidebar {
  width: 42.2rem;
  display: grid;
  gap: 3.1rem;
  position: sticky;
  top: 14rem;
}
.post_main .postsidebar .pt_search form {
  border-radius: 0.7rem;
  border: 1px solid #b2b2b2;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 5.3rem;
  transition: border-color 0.2s;
  height: 5.6rem;
}
.post_main .postsidebar .pt_search form:focus-within {
  border-color: var(--primary);
}
.post_main .postsidebar .pt_search form input {
  display: block;
  width: 100%;
  font-size: 1.745rem;
  color: #787974;
  background-color: transparent;
  padding: 0 2rem;
}
.post_main .postsidebar .pt_search form input::placeholder {
  color: #787974;
}
.post_main .postsidebar .pt_search form input[type=submit] {
  padding: 0;
  text-indent: -999px;
  color: transparent;
  background: url("../img/icon-search.svg") no-repeat center left / 36%;
}
.post_main .postsidebar .pt_box {
  border-radius: 0.7rem;
  border: 1px solid #b2b2b2;
  background-color: #fff;
  padding: 2.7rem 3.3rem 3.8rem;
}
.post_main .postsidebar .pt_box .pt_title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}
.post_main .postsidebar .pt_box .pt_title span {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 600;
  color: #222222;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 1.6rem;
  margin-bottom: -2px;
  letter-spacing: 0.00545em;
}
.post_main .postsidebar .pt_category ul {
  margin-top: 2.8rem;
  padding-bottom: 0.9rem;
}
.post_main .postsidebar .pt_category ul li + li {
  margin-top: 1.9rem;
}
.post_main .postsidebar .pt_category ul li {
  position: relative;
  font-size: 1.8rem;
  color: #222;
  padding-left: 1.27778em;
}
.post_main .postsidebar .pt_category ul li::before {
  position: absolute;
  width: 0.667em;
  height: 0.667em;
  content: '';
  left: 0;
  top: 0.333em;
  filter: contrast(0) brightness(0);
  transition: all 0.3s;
  background: url("../img/nav-r.svg") no-repeat center left / contain;
}
.post_main .postsidebar .pt_category ul li a {
  vertical-align: top;
  transition: all 0.3s;
}
.post_main .postsidebar .pt_category ul li.active::before {
  filter: unset;
}
.post_main .postsidebar .pt_category ul li.active a {
  font-weight: 500;
}
.post_main .postsidebar .pt_category ul li.active a,
.post_main .postsidebar .pt_category ul li a:hover {
  color: #73bc38;
}
.post_main .postsidebar .pt_related ul {
  margin-top: 3.8rem;
}
.post_main .postsidebar .pt_related ul li + li {
  margin-top: 3.7rem;
}
.post_main .postsidebar .pt_related ul a:hover .title {
  text-decoration-color: #161616;
}
.post_main .postsidebar .pt_related ul .title {
  font-size: 2.085rem;
  line-height: 1.45467626;
  font-weight: 600;
  color: #161616;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  text-decoration: underline transparent;
  letter-spacing: 0.0053em;
}
.post_main .postsidebar .pt_related ul .date {
  display: flex;
  align-self: flex-start;
  color: #8e8e8e;
  gap: 0.5316em;
  font-size: 1.505rem;
  margin-top: 1.1rem;
}
.post_main .postsidebar .pt_related ul .date::before {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 0.9967em;
  height: 0.9967em;
  background: url("../img/icon-date.svg") no-repeat center / contain;
  margin-top: 2px;
}
.post_related {
  border-radius: 2.8rem;
  background-color: #f5f9f0;
  max-width: 256rem;
  margin: 0 auto;
  padding: 13.1rem 0 13.1rem;
}
.post_related .head h2 {
  letter-spacing: 0.02em;
}
.post_related .btn {
  margin-bottom: 1px;
}
.post_related .head_img {
  margin-bottom: 1.3rem;
}
.post_related .post_related_swiper {
  border-radius: 2.5rem;
  overflow: hidden;
  margin-top: 5.2rem;
}
.post_related .post_related_swiper .swiper-slide {
  max-width: 460px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .post_banner h1 {
    font-size: 4rem;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .post_main .postsidebar {
    width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .post_banner {
    padding: 114px 0 0;
  }
  .post_banner .breadcrumbs {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .post_banner .breadcrumbs span::after {
    margin: 0 6px;
  }
  .post_banner h1 {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 20px;
  }
  .post_banner .metas {
    margin-top: 20px;
  }
  .post_banner .metas ul {
    gap: 12px;
  }
  .post_main {
    padding: 30px 0 50px;
  }
  .post_main .post_img {
    border-radius: 10px;
  }
  .post_main .post_img .btn_play {
    width: 40px;
    height: 40px;
  }
  .post_main .postsidebar {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 20px;
    position: static;
  }
  .post_main .postsidebar .pt_search {
    grid-column: 1/-1;
  }
  .post_main .postsidebar .pt_search form {
    height: 50px;
    grid-template-columns: 1fr 50px;
  }
  .post_main .postsidebar .pt_search form input {
    font-size: 14px;
    padding: 0 20px;
  }
  .post_main .postsidebar .pt_box {
    border-radius: 10px;
    padding: 20px;
    margin: 0;
  }
  .post_main .postsidebar .pt_box .pt_title span {
    font-size: 18px;
    padding-bottom: 12px;
  }
  .post_main .postsidebar .pt_category ul {
    margin-top: 20px;
    padding-bottom: 0;
  }
  .post_main .postsidebar .pt_category ul li + li {
    margin-top: 12px;
  }
  .post_main .postsidebar .pt_category ul li {
    font-size: 14px;
  }
  .post_main .postsidebar .pt_related ul {
    margin-top: 20px;
  }
  .post_main .postsidebar .pt_related ul li + li {
    margin-top: 20px;
  }
  .post_main .postsidebar .pt_related ul .title {
    font-size: 16px;
    line-height: 1.5;
  }
  .post_main .postsidebar .pt_related ul .date {
    font-size: 14px;
    margin-top: 5px;
  }
  .post_main .postdetail {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 30px;
  }
  .post_main .postdetail h2 {
    font-size: 18px;
    margin: 30px 0 14px;
  }
  .post_main .postdetail h3 {
    font-size: 16px;
    margin: 20px 0 10px;
  }
  .post_main .postdetail p {
    margin: 10px 0;
  }
  .post_main .postdetail img {
    border-radius: 10px;
    margin: 30px 0;
  }
  .post_main .postdetail ul,
  .post_main .postdetail ol {
    margin: 14px 0;
  }
  .post_main .postdetail .nums {
    margin: 30px 0;
    gap: 16px;
  }
  .post_main .postdetail .nums .wp-block-column {
    padding: 14px 20px;
  }
  .post_main .postdetail .nums .wp-block-column strong {
    font-size: 24px;
  }
  .post_main .postdetail .nums .wp-block-column p {
    font-size: 14px;
    margin-top: 10px;
  }
  .post_main .postdetail .key_quote {
    margin: 30px 0;
    padding: 20px;
    grid-template-columns: 40px 1fr;
    gap: 5px 14px;
  }
  .post_main .postdetail .key_quote strong {
    font-size: 16px;
  }
  .post_main .postdetail .key_quote p {
    font-size: 14px;
    line-height: 1.5;
  }
  .post_main .postdetail .pull_quote {
    margin: 30px 0;
    padding: 0 20px 20px;
  }
  .post_main .postdetail .pull_quote::before {
    width: 36px;
    height: 36px;
    margin-top: -8px;
  }
  .post_main .postdetail .pull_quote p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .post_main .postdetail .pull_quote cite {
    font-size: 13px;
    margin-top: 12px;
  }
  .post_main .tags-box {
    margin-top: 30px;
    padding-top: 20px;
  }
  .post_main .tags-box .tags {
    padding: 0;
    gap: 10px;
  }
  .post_main .tags-box .tags span {
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .post_main .tags-box .share {
    gap: 16px;
  }
  .post_main .tags-box .share a {
    width: 40px;
    height: 40px;
  }
  .post_related {
    border-radius: 10px;
    padding: 50px 0;
    overflow: hidden;
  }
  .post_related .post_related_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .post_related .post_related_swiper .swiper-slide {
    max-width: 323px;
  }
}
@media screen and (max-width: 576px) {
  .post_main .postdetail .nums {
    flex-direction: column;
  }
  .post_main .postdetail .nums .wp-block-column {
    max-width: unset;
  }
  .post_main .tags-box .share {
    width: 100%;
  }
  .post_related .post_related_swiper .swiper-slide {
    max-width: 521px;
  }
}
