.post_banner {
  padding: 1rem 0;
}
.post_banner .inner {
  width: calc(100% - 4rem);
  max-width: 180.5rem;
  margin: 0 auto;
}
.post_banner .main {
  background: url("../img/post-banner.jpg") no-repeat center / cover;
  border-radius: 2.2rem;
  box-shadow: 0 7px 8px rgba(224, 225, 226, 0.55);
}
.post_banner .flex {
  min-height: 33.1rem;
  padding: 6rem 0;
}
.post_banner .head {
  padding-bottom: 0.4%;
}
.post_banner h1 {
  font-size: 5.2rem;
  line-height: 6.6rem;
  color: #232323;
  max-width: 96rem;
  margin-top: 1.3rem;
}
.post_banner .breadcrumbs {
  line-height: 3.2rem;
  min-height: 3.2rem;
}
.post_banner .breadcrumbs span {
  font-size: 1.8rem;
  color: #999999;
}
.post_banner .breadcrumbs span span::before {
  content: '';
  width: 0.9rem;
  height: 0.9rem;
  background: url("../img/breadcrumbs-icon.svg") no-repeat center / contain;
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
}
.post_banner .breadcrumbs span span:first-child::before {
  display: none;
}
.post_banner .breadcrumbs span a {
  transition: all 0.3s;
  color: #171717;
  text-decoration: underline transparent;
}
.post_banner .breadcrumbs span a:hover {
  color: var(--theme_color);
  text-decoration-color: var(--theme_color);
}
.post_main {
  padding: 3rem 0 9rem;
}
.post_main .right {
  width: 20.89%;
  padding-top: 1.9rem;
  position: sticky;
  top: 12rem;
}
.post_main .right .date {
  display: flex;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 500;
  color: #222222;
  font-style: italic;
  gap: 0.8rem;
  margin-bottom: 6.1rem;
}
.post_main .right .date::before {
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
  content: '';
  background: url("../img/icon-date-theme.svg") no-repeat center / contain;
}
.post_main .right .slide_obj {
  margin-bottom: 6.4rem;
}
.post_main .right .slide_obj:last-child {
  margin-bottom: 0;
}
.post_main .right .slide_obj strong {
  position: relative;
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #171717;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #e0e0e0;
}
.post_main .right .slide_obj strong::before {
  width: 18.11024%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: var(--theme_color);
  content: '';
}
.post_main .right .category_list {
  margin-top: 3rem;
}
.post_main .right .category_list li {
  margin-bottom: 2rem;
}
.post_main .right .category_list li.active a,
.post_main .right .category_list li:hover a {
  text-decoration-color: var(--theme_color);
  color: var(--theme_color);
}
.post_main .right .category_list li.active a::before,
.post_main .right .category_list li:hover a::before {
  filter: unset;
}
.post_main .right .category_list li:last-child {
  margin-bottom: 0;
}
.post_main .right .category_list a {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #7c7c7c;
  transition: all 0.3s;
  text-decoration: underline transparent;
  padding-left: 2.2rem;
}
.post_main .right .category_list a::before {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  content: '';
  background: url("../img/arrow-theme.svg") no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 0.7rem;
  filter: contrast(0) brightness(1);
  transition: all 0.3s;
}
.post_main .right .tags {
  margin-top: 2.6rem;
}
.post_main .right .tags > div {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.3rem;
}
.post_main .right .tags p {
  font-size: 1.7rem;
  font-weight: 500;
  color: #242424;
  border-radius: 100px;
  background-color: var(--bg_color);
  transition: all 0.3s;
  padding: 1.3rem 2.35rem;
}
.post_main .right .tags p:hover {
  background-color: var(--theme_color);
  color: #fff;
}
.post_main .postdetail {
  flex: 1;
  max-width: 106.7rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #171717;
}
.post_main .postdetail h2 {
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin: 3.5rem 0 3.3rem;
}
.post_main .postdetail h3 {
  font-size: 2rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin: 1.6rem 0 1rem;
}
.post_main .postdetail p {
  margin: 1rem 0;
}
.post_main .postdetail a {
  color: var(--theme_color);
}
.post_main .postdetail a:hover {
  text-decoration: underline;
}
.post_main .postdetail img {
  border-radius: 8px;
  width: 100%;
  display: block;
  object-fit: cover;
  margin: 4.7rem 0;
}
.post_main .postdetail ul {
  margin: 1rem 0;
}
.post_main .postdetail ul li {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 1rem;
}
.post_main .postdetail ul li:last-child {
  margin-bottom: 0;
}
.post_main .postdetail ul li::before {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
  border-radius: 50%;
  background-color: var(--theme_color);
  content: '';
}
.post_main .postdetail .wp-block-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1.3rem;
  border: 1px solid #cccccc;
  padding: 4.6rem 2rem 2rem;
  margin: 5.1rem 0;
}
.post_main .postdetail .wp-block-quote::after {
  width: 11.9rem;
  height: 4rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -61%);
  content: '';
  background: url("../img/douhao.svg") no-repeat center / contain #fff;
}
.post_main .postdetail .wp-block-quote p {
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  max-width: 88.9rem;
  margin: 0;
}
.post_main .postdetail .wp-block-quote .wp-block-columns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2.2rem;
}
.post_main .postdetail .wp-block-quote .wp-block-columns .wp-block-column {
  flex-shrink: 0;
}
.post_main .postdetail .wp-block-quote .wp-block-columns p {
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
.post_main .postdetail .wp-block-quote .wp-block-columns img {
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  margin: 0;
}
#share {
  position: fixed;
  bottom: 22.5vh;
  right: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.6rem;
  z-index: 990;
}
#share strong {
  font-size: 2.2rem;
  font-weight: 600;
  color: #242424;
  display: block;
  text-align: center;
}
#share .social {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
#share .social a {
  display: block;
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 50%;
  background-color: var(--color);
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
}
#share .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
}
#share .social a:hover {
  transform: scale(1.1);
  background-color: var(--theme_color);
}
#share .social .facebook a::after {
  background-image: url(../img/facebook1.svg);
}
#share .social .twitter a::after {
  background-image: url(../img/twitter1.svg);
}
#share .social .linkedin a::after {
  background-image: url(../img/linkedin1.svg);
}
.post_logistics {
  padding: 7.1rem 0 7.6rem;
  background-color: var(--bg_color);
}
.post_logistics .card {
  background-color: #fff;
  border-radius: 1.8rem;
  box-shadow: 0 2px 10px rgba(198, 202, 204, 0.55);
  padding: 4.9rem 3.4722222% 6.5rem;
}
.post_logistics .card .title {
  display: grid;
  grid-template-columns: 6.6rem 1fr;
  gap: 3rem;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 600;
}
.post_logistics .card i {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background: no-repeat center / contain var(--theme_color);
  display: block;
  content: '';
}
.post_logistics .card .desc {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: #686868;
  margin-top: 3.7rem;
}
.post_logistics .card .desc p {
  margin-bottom: 1rem;
}
.post_logistics .card .desc p:last-child {
  margin-bottom: 0;
}
.page_blog {
  padding: 10.6rem 0 8.4rem;
}
.page_blog .page_blog_swiper {
  margin-top: 3.8rem;
}
/*# sourceMappingURL=post.css.map */

.main_pic img{
  width: 100%;
  height: auto;
  display: block;
}