@charset "utf-8";

.single-container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.single-title {
  margin-top: 60px;
  font-size: 32px;
  line-height: 1.6;
}

.single-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:flex-start;
  margin-top: 30px;
  color: #666;
  font-size: 15px;
}

.single-date,
.single-tags,
.single-auther {
  display: flex;
  align-items: center;
    color: #666;
}

.single-tags {
  flex-wrap: wrap;
  gap: 5px;
  max-width: 100%;
}

.single-tags a {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #666;
  font-size: 14px;
  transition: 0.25s;
}

.single-tags a:hover {
  background-color: #004098;
  color: #fff;
}

.single-auther {
  margin-left: 30px;
  color: #666;
}

.single-auther {
  color: #666;
}

@media (max-width: 768px) {
  .single-info {
    font-size: 14px;
  }

  .single-tags a {
    font-size: 13px;
    padding: 2px 8px;
  }
  .single-auther {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .single-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 22px;
  }
  .single-tags,
  .single-auther {
    margin-left: 0;
  }
}

.single-line {
  margin: 50px auto;
  height: 1px;
  background-color: #ccc;
}

.single-service {
  margin-top: 30px;
}

.single-service p {
  margin-top: 10px;
}

.single-swiper {
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
}

.single-swiper .swiper-slide {
  width: 1250px;
}
.single-swiper .cp-item {
  border-radius: 10px;
  overflow: hidden;
}
.single-swiper .cp-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.single-content {
  margin-top: 50px;
  border-bottom: none;
}

@media (max-width: 1250px) {
  .single-swiper .swiper-slide {
    width: 85%;
  }
}

.single-module {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.single-module .cp-left {
  position: sticky;
  top: 80px;
  align-self: flex-start;
  width: 50%;
  padding-right: 50px;
}

.single-module .cp-title {
  font-size: 36px;
  line-height: 1;
}

.single-module .cp-right {
  width: 50%;
  min-width: 0;
}

.single-module .modile-desc p {
  margin-bottom: 10px;
}

/* 数读案例：每行展示 2 个，超过 2 个自动换行 */
.single-other-list ul {
  margin-left: -20px;
}
.single-other-list li {
  width: 33.33%;
  padding-left: 20px;
  margin-bottom: 20px;
}

.single-other-list .cp-item {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 100%;
  border: 1px solid #ccc;
}

.single-other-list .cp-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
}

.single-other-list .cp-content h3 {
  font-size: 18px;
}

.single-other-list .cp-content h3 span {
  font-size: 64px;
  line-height: 1;
}

/* 数读案例：仅适配文字大小，不动布局 */
@media (max-width: 1200px) {
  .single-other-list .cp-content h3 {
    font-size: 16px;
  }
  .single-other-list .cp-content h3 span {
    font-size: 52px;
  }
  .single-other-list .cp-desc {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .single-other-list .cp-content h3 {
    font-size: 15px;
  }
  .single-other-list .cp-content h3 span {
    font-size: 44px;
  }
  .single-other-list .cp-desc {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .single-other-list li {
    width: 50%;
  }

  .single-other-list .cp-content h3 {
    font-size: 14px;
  }
  .single-other-list .cp-content h3 span {
    font-size: 36px;
  }
  .single-other-list .cp-desc {
    font-size: 12px;
  }
}

.single-other-list .cp-desc {
  font-size: 14px;
}

/*  */
.single-sound .cp-desc {
  font-size: 18px;
  line-height: 1.6;
}

.single-sound .cp-head {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}

.single-sound .cp-head img {
  position: absolute;
  top: -100%;
  right: 0;
  width: 100px;
}

.single-sound .cp-head p {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}

/*  */
.single-footer {
  padding: 80px 0;

  align-items: center;
  justify-content: space-between;
}

.single-footer .sapm {
  color: #666;
}

.single-link {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  word-break: break-all;
}

.single-link a {
  padding: 0 15px;
  border-radius: 30px;
  background-color: #172de7;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
}

.single-link img {
  max-width: 200px;
}

/* ===== 案例详情 FAQ 折叠菜单 ===== */
.single-faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-faq-item {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

.single-faq-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 60px 26px 0;
  cursor: pointer;
  user-select: none;
}

.single-faq-title {
  flex: 1;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #1e1e1e;
}

.single-faq-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #999;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  color: #666;
  transform: translateY(-50%);
  transition: 0.25s;
}

.single-faq-item.open .single-faq-toggle {
  background-color: #004098;
  border-color: #004098;
  color: #fff;
}

.single-faq-body {
  display: none;
  padding: 0 60px 26px 0;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}

.single-faq-item.open .single-faq-body {
  display: block;
}

.single-faq-content p {
  margin: 0;
}

@media (max-width: 1200px) {
  .single-faq-head {
    padding: 22px 50px 22px 0;
  }
  .single-faq-title {
    font-size: 17px;
  }
  .single-faq-body {
    padding: 0 50px 22px 0;
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .single-faq-head {
    padding: 18px 44px 18px 0;
  }
  .single-faq-title {
    font-size: 15px;
  }
  .single-faq-toggle {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }
  .single-faq-body {
    padding: 0 44px 18px 0;
    font-size: 14px;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .single-faq-title {
    font-size: 14px;
  }
}

/*  */

.single-media-ctrl {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 48px;
}

.single-media-ctrl .swiper-button-next,
.single-media-ctrl .swiper-button-prev {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid #004098;
}

.single-media-ctrl .swiper-button-next {
  right: 0;
}
.single-media-ctrl .swiper-button-prev {
  left: inherit;
  right: 60px;
}
.single-media-ctrl .swiper-button-next::after,
.single-media-ctrl .swiper-button-prev::after {
  font-size: 16px;
  color: #004098;
}

.single-media-ctrl .swiper-button-next:hover,
.single-media-ctrl .swiper-button-prev:hover {
  background-color: #004098;
}

.single-media-ctrl .swiper-button-next:hover::after,
.single-media-ctrl .swiper-button-prev:hover::after {
  color: #fff;
}

.single-media-swiper {
  margin-top: 80px;
}

.single-media-swiper .swiper-slide {
  width: 480px;
}
.single-media-swiper .cp-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 240px;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #ebeaea;
}

.single-media-swiper .cp-title p {
  color: #172de7;
}

.single-media-swiper .cp-title h3 {
  margin-top: 10px;
}

/* ===================== 其他模块响应式适配（数读案例除外） ===================== */

@media (max-width: 1440px) {
  .single-title {
    font-size: 24px;
  }
  .single-module .cp-title {
    font-size: 44px;
  }
}

@media (max-width: 1366px) {

  .single-module .cp-title {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {

  .single-title {
    margin-top: 50px;
    
  }
  .single-module .cp-title {
    font-size: 34px;
  }

  /* 中屏：左右改为上下堆叠，取消悬浮固定 */
  .single-module {
    display: block;
  }
  .single-module .cp-left {
    position: static;
    top: auto;
    flex: none;
    max-width: none;
    width: auto;
    padding-right: 0;
  }

  .single-module .cp-right {
    margin-top: 30px;
    width: 100%;
  }

  .single-media-swiper .swiper-slide {
    width: 420px;
  }
}

@media (max-width: 860px) {
  .single-container {
    padding: 0 15px;
  }
 
  .single-module .cp-title {
    font-size: 30px;
  }

  .single-media-swiper .swiper-slide {
    width: 340px;
  }
  .single-media-swiper .cp-item {
    padding: 20px;
    height: 240px;
  }
  .single-sound .cp-head {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .single-title {
    margin-top: 40px;

  }
  .single-module .cp-title {
    font-size: 26px;
  }
  .single-line {
    margin: 35px auto;
  }
  .single-swiper {
    margin-top: 35px;
  }
  .single-content {
    margin-top: 35px;
  }
  .single-media-swiper {
    margin-top: 50px;
  }
  .single-link {
    padding: 50px 0;
  }

  .single-sound .cp-desc {
    font-size: 16px;
  }

  .single-media-ctrl .swiper-button-next,
  .single-media-ctrl .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .single-media-ctrl .swiper-button-prev {
    right: 50px;
  }

  .single-media-swiper .swiper-slide {
    width: 280px;
  }
  .single-media-swiper .cp-item {
    height: 220px;
    padding: 18px;
  }
}

@media (max-width: 640px) {
  .single-tags a {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .single-title {
    font-size: 22px;
  }
  .single-module .cp-title {
    font-size: 22px;
  }
  .single-media-swiper .swiper-slide {
    width: 220px;
  }
  .single-media-swiper .cp-item {
    height: 200px;
    padding: 16px;
  }
  .single-sound .cp-head img {
    width: 70px;
  }
}



/* 
*
----------------------------------  show 
*
*/
.article-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.article-title {
  padding: 120px 0 40px;
}

.article-title h1 {
  font-size: 32px;
  line-height: 1.4;
}

.article-title p {
  margin-top: 20px;
  font-size: 18px;
  color: #c4c4c4;
}

.article-title p span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
}

.article-title p span:first-child::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #999;
}

.article-content {
  padding: 20px 0 70px;
  line-height: 1.6;
  /*border-bottom: 1px solid #c6c6c6;*/
  font-family: Arial !important;
}

.article-content figure.wp-block-image {
  margin-left: 0;
  margin-right: 0;
}

.article-content img {
  max-width: 100%;
  height: auto;
}

.article-content p {
  margin-bottom: 15px;
  color: #666;
}

.next-article {
  position: relative;
  padding: 60px 0;
}

.next-article>a {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  padding: 0 80px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  border: 1px solid #b3b3b3;
  opacity: 1;
  border-radius: 100px;
}

.next-article ul {
  width: 70%;
}

.next-article ul li {
  padding: 5px 0;
  font-size: 18px;
  line-height: 1.4;
  color: #004098;
}

.next-article ul li a {
  color: #808080;
}

@media (min-width: 768px) {
  .next-article ul li a:hover {
    color: #004098;
  }

  .next-article>a:hover {
    background-color: #004098;
    border-color: #004098;
    color: #fff;
  }
}

@media (max-width: 1230px) {
  .article-title h1 {
    font-size: 32px;
    line-height: 1.4;
  }
}

@media (max-width: 768px) {
  .article-title {
    padding: 50px 0 20px;
  }

  .article-title h1 {
    font-size: 24px;
  }

  .article-title p {
    font-size: 14px;
  }

  .next-article {
    position: relative;
    padding: 30px 0;
  }

  .next-article ul {
    width: 100%;
  }

  .next-article ul li {
    font-size: 16px;
  }

  .next-article>a {
    position: static;
    transform: translateY(0);
    margin: 25px auto 0;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}


.markdown-body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #061e34;
    /* font-family: "Noto Serif SC", "Source Han Serif SC", serif; */
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .03em
}

.markdown-body code,
.markdown-body li>code,
.markdown-body p>code,
.markdown-body pre,
.markdown-body pre[rel]:not([rel=""]):before {
    /* font-family: -apple-system, BlinkMacSystemFont, Menlo, Monaco, Consolas, Courier New, monospace */
}

.markdown-body p {
    line-height: 2em;
    margin: 1em 0
}

.markdown-body blockquote>p {
    text-indent: 0
}

.markdown-body h1 {
    font-size: 2.2em
}

.markdown-body h2 {
    font-size: 1.5em;
    line-height: 2em;
    margin-bottom: .75em;
    margin-top: 1.5em
}

.markdown-body h3 {
    font-size: 1.25em;
    line-height: 2em;
    margin-bottom: .625em;
    margin-top: 1.25em
}

.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
    font-size: 1.125em;
    margin: 1em 0
}

.markdown-body a {
    border-bottom: 1.5px dashed #ffd600;
    color: #061e34;
    text-decoration: none
}

.markdown-body a:hover {
    border-bottom: 1.5px solid #ffd600;
    color: #925328;
    cursor: pointer
}

.markdown-body li {
    line-height: 2em
}

.markdown-body li>p {
    line-height: 2em;
    margin: 0;
    text-indent: 0
}

.markdown-body blockquote {
    background: linear-gradient(90deg, #fffaf4, #fff);
    border-left: 6px solid #ffd600;
    color: #707070;
    font-style: normal;
    margin: 0 0 35px;
    padding: 1px 0 1px 20px
}

.markdown-body code {
    font-size: inherit
}

.markdown-body li>code,
.markdown-body p>code {
    background-color: #fff7e3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #061e34;
    font-size: .8em
}

.markdown-body pre {
    background: #1b1b1b;
    border-radius: 8px;
    clear: both;
    color: #f5d67b;
    -webkit-hyphens: none;
    hyphens: none;
    line-height: 28px;
    margin: 0 0 1.5rem;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
    width: -moz-max-content;
    width: max-content;
    width: 100%;
    -ms-word-break: normal;
    word-break: normal
}

.markdown-body pre[rel]:not([rel=""]):before {
    color: #fff;
    color: #ff7a18 !important;
    content: attr(rel);
    font-size: .8em;
    font-style: normal;
    font-weight: 900;
    padding: 0;
    position: absolute;
    right: .4rem;
    top: -.2rem
}

.markdown-body pre code {
    -webkit-overflow-scrolling: touch;
    background: 0 0;
    display: block;
    font-size: .8em;
    line-height: 1.75;
    max-width: 100%;
    min-width: 100px;
    overflow-x: scroll;
    padding: 15px 20px 12px 22px;
    scrollbar-color: #666 #201c29;
    white-space: pre
}

.markdown-body pre code::-webkit-scrollbar {
    height: .5em;
    width: .5em
}

.markdown-body pre code::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: .5em;
    box-shadow: inset 2px 2px 2px #ffffff40, inset -2px -2px 2px #00000040
}

.markdown-body pre code::-webkit-scrollbar-track {
    background: linear-gradient(90deg, #434343, #434343 1px, none 0, none)
}

@media (max-width: 800px) {
    .markdown-body pre code {
        padding: 15px 20px 10px 14px
    }
}

.markdown-body img {
    border-radius: 8px;
    border-style: none;
    box-sizing: content-box;
    display: block;
    margin: auto;
    max-width: 100%;
    text-align: center;
    height: auto;
}

.markdown-body figcaption,
.markdown-body figure {
    margin: .5em 0;
    text-align: center
}

.markdown-body figcaption {
    color: #707070
}

.markdown-body video {
    margin: .5em 0;
    max-width: 100%;
    text-align: center
}

.markdown-body hr {
    border: none;
    border-top: #333;
    color: #333;
    overflow: visible;
    padding: 1em;
    text-align: center
}

.markdown-body hr:after {
    background: #fff;
    color: gray;
    content: "âœ£ âœ£ âœ£";
    display: inline-block;
    font-size: 1.2em;
    padding: 0 .25em;
    position: relative;
    top: -.7em
}
