@font-face {
  font-family: "BasierCircle-Bold";
  src: url("../font/BasierCircleBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BasierCircle-Medium';
  src: url('../font/BasierCircleMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BasierCircle-Italic";
  src: url("../font/BasierCircleItalic.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BasierCircle-Regular";
  src: url("../font/BasierCircleRegular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --theme-primary: #4177ff;
  --theme-primary-op-8: rgba(65, 119, 255, 0.8);
  --theme-primary-dark: #505bed;
  --theme-primary-light-1: #6a73f1;
  --bg-color: #edecf5;
  --text-color: #453d65;
  --border-color: #d0cfdb;
  --icon-filter: none;
  --shadow-color: rgba(0, 0, 0, 0.1);
  --hover-bg: #e9f0ff;
  --disabled-text: #999;
  --text-color-regular: #453d65;
  --blog-title-start-color: #706b82;
  --blog-title-end-color: #362f51;
  --blog-search-border-color: #bfbad7;
  --blog-search-txt-color: #4b4959;
  --blog-search-bg-color: #edecf5;
  --blog-tag-btnbg-color: #e8e7f2;
  --blog-tag-btnbg-hover-color: #edecf5;
  --blog-tag-btnbg-border-color: #d8d7e8;
  --blog-tag-btnbg-border-hover-color: #bfbad7;
  --blog-tag-txt-color: #4b4959;
  --blog-tag-txt-hover-color: #453d65;
  --logo-ai-url: url("/images/header/logo_small_ai_light.png");
  --logo-header-theme: url("/images/header/icon_header_theme_light.png");
  --logo-header-langs: url("/images/header/icon_header_langs_light.png");
  --blog-list-item-border-color: #d8d7e8;
  --blog-list-item-bg-color: #e8e7f2;
  --blog-list-item-title-color: #453d65;
  --blog-list-item-desc-color: #4b4959;
  --blog-list-item-tag-bg-color: #e8e7f2;
  --blog-list-item-tag-border-color: #d8d7e8;
  --blog-list-item-tag-txt-color: #4b4959;
  --blog-list-item-time-img: url("/images/blog/icon_blog_list_item_time_light.png");
  --blog-footer-channel-border-color: #d8d7e8;
  --blog-footer-channel-bg-color: #e8e7f2;
  --blog-footer-desc-color: #4b4959;
  --blog-footer-desc2-color: #6f7394;
  --blog-footer-icon-email: url("/images/footer/icon_footer_email_light.png");
  --blog-footer-icon-facebook: url("/images/footer/icon_footer_facebook_light.png");
  --blog-footer-icon-in: url("/images/footer/icon_footer_in_light.png");
  --blog-footer-icon-tg: url("/images/footer/icon_footer_tg_light.png");
  --blog-footer-icon-twitter: url("/images/footer/icon_footer_twitter_light.png");
  --blog-footer-icon-union: url("/images/footer/icon_footer_union_light.png");
  --blog-footer-icon-whatsapp: url("/images/footer/icon_footer_whatsapp_light.png");
  --blog-footer-icon-youtube: url("/images/footer/icon_footer_youtube_light.png");
  --blog-footer-right-title-color: #4b4959;
  --blog-footer-right-title2-color: #453d65;
  --page-num-txt-color: #49495a;
  --page-num-txt-page-active-color: #505bed;
  --page-num-txt-border-active-color: #505bed;
  --page-num-txt-border-color: #d8d7e8;
  --page-num-txt-bg-color: #e8e7f2;
  --page-num-txt-bg-active-color: #e8e7f2;
  --page-num-box-shadow: 0px 5px 10px 0px rgba(58, 81, 117, 0.05);
  --page-left-normal-res: url("/images/page/icon_page_normal_left_light.svg");
  --page-left-active-res: url("/images/page/icon_page_active_left_light.svg");
  --page-right-normal-res: url("/images/page/icon_page_normal_right_light.svg");
  --page-right-active-res: url("/images/page/icon_page_active_right_light.svg");
  --blog-detail-title-color: #453d65;
  --blog-detail-right-border-color: #d8d7e8;
  --blog-detail-right-bg-color: #e8e7f2;
  --blog-detail-anchor-info-line-color: #d6d5e1;
  --blog-detail-right-check: url("/images/blog/check_light.svg");
  --blog-detail-page-pre: url("/images/page/icon_page_active_left_light.svg");
  --blog-detail-page-next: url("/images/page/icon_page_active_right_light.svg");
  --blog-detail-content-span-color: #453d65;
  --table-th-bg-color: linear-gradient(180deg, #edecf5, #d8d7e8, #d8d7e8);
  --table-tr-bg-color-odd: rgba(216, 215, 232, 0.3);
  --table-tr-bg-color-hover: rgba(111, 92, 247, 0.08);
  --code-bg-color: #eee;
  --blockquote-bg-color: #e1e1e1;
  --sp-color-gray: #666;
  --sp-scrollbar-track-color: transparent;
  --sp-scrollbar-thumb-color: var(--sp-color-gray);
  --sp-scrollbar-thumb-color-hover: #bfbfc4;
  --sp-scrollbar-pre-thumb-color: #edecf5;
}
:root ::-webkit-scrollbar-track {
  background: var(--sp-scrollbar-track-color);
}
:root ::-webkit-scrollbar-thumb {
  background: var(--sp-scrollbar-thumb-color);
  border-radius: 7px;
}
:root pre::-webkit-scrollbar-thumb {
  background: var(--sp-scrollbar-pre-thumb-color);
}
:root ::-webkit-scrollbar-thumb:hover {
  background: var(--sp-scrollbar-thumb-color-hover);
}
[class*="theme-dark"] {
  --theme-primary-op-8: rgba(80, 91, 237, 0.8);
  --theme-primary-light-1: #7781ff;
  --bg-color: #040114;
  --text-color: #fff;
  --border-color: #26253f;
  --icon-filter: brightness(0) invert(1);
  --shadow-color: rgba(0, 0, 0, 0.5);
  --hover-bg: #333;
  --disabled-text: #666;
  --text-color-regular: #bdb9d4;
  --blog-title-start-color: #ffffff;
  --blog-title-end-color: #847daa;
  --blog-search-border-color: #666278;
  --blog-search-txt-color: #fff;
  --blog-search-bg-color: #100e1c;
  --blog-tag-btnbg-color: #100e1c;
  --blog-tag-btnbg-hover-color: #19152a;
  --blog-tag-btnbg-border-color: #1d1a2b;
  --blog-tag-btnbg-border-hover-color: #666278;
  --blog-tag-txt-color: #bdb9d4;
  --blog-tag-txt-hover-color: #ffffff;
  --logo-ai-url: url("/images/header/logo_small_ai_dark.png");
  --logo-header-theme: url("/images/header/icon_header_theme_dark.png");
  --logo-header-langs: url("/images/header/icon_header_langs_dark.png");
  --blog-list-item-border-color: #1d1a2b;
  --blog-list-item-bg-color: #100e1c;
  --blog-list-item-title-color: #ffffff;
  --blog-list-item-desc-color: #bdb9d4;
  --blog-list-item-tag-bg-color: #2e2a43;
  --blog-list-item-tag-border-color: #2e2a43;
  --blog-list-item-tag-txt-color: #fff;
  --blog-list-item-time-img: url("/images/blog/icon_blog_list_item_time_dark.png");
  --blog-footer-channel-border-color: #2b2741;
  --blog-footer-channel-bg-color: #2b2741;
  --blog-footer-desc-color: #bdb9d4;
  --blog-footer-desc2-color: #bdb9d4;
  --blog-footer-icon-email: url("/images/footer/icon_footer_email_dark.png");
  --blog-footer-icon-facebook: url("/images/footer/icon_footer_facebook_dark.png");
  --blog-footer-icon-in: url("/images/footer/icon_footer_in_dark.png");
  --blog-footer-icon-tg: url("/images/footer/icon_footer_tg_dark.png");
  --blog-footer-icon-twitter: url("/images/footer/icon_footer_twitter_dark.png");
  --blog-footer-icon-union: url("/images/footer/icon_footer_union_dark.png");
  --blog-footer-icon-whatsapp: url("/images/footer/icon_footer_whatsapp_dark.png");
  --blog-footer-icon-youtube: url("/images/footer/icon_footer_youtube_dark.png");
  --blog-footer-right-title-color: #bdb9d4;
  --blog-footer-right-title2-color: #ffffff;
  --page-num-txt-color: #a8a8bd;
  --page-num-txt-page-active-color: #ffffff;
  --page-num-txt-border-active-color: #2a2a3d;
  --page-num-txt-border-color: rgba(118, 114, 164, 0.1);
  --page-num-txt-bg-color: rgba(118, 114, 164, 0.1);
  --page-num-txt-bg-active-color: #2a2a3d;
  --page-num-box-shadow: none;
  --page-left-normal-res: url("/images/page/icon_page_normal_left_dark.svg");
  --page-left-active-res: url("/images/page/icon_page_active_left_dark.svg");
  --page-right-normal-res: url("/images/page/icon_page_normal_right_dark.svg");
  --page-right-active-res: url("/images/page/icon_page_active_right_dark.svg");
  --blog-detail-title-color: #bdb9d4;
  --blog-detail-right-border-color: #1d1a2b;
  --blog-detail-right-bg-color: #100e1c;
  --blog-detail-anchor-info-line-color: #1d1a2b;
  --blog-detail-right-check: url("/images/blog/check_dark.svg");
  --blog-detail-page-pre: url("/images/page/icon_page_active_left_dark.svg");
  --blog-detail-page-next: url("/images/page/icon_page_active_right_dark.svg");
  --blog-detail-content-span-color: #bdb9d4;
  --table-th-bg-color: linear-gradient(180deg, #2e2a43, #2e2a43, #040114);
  --table-tr-bg-color-odd: rgba(46, 42, 67, 0.3);
  --table-tr-bg-color-hover: rgba(138, 124, 255, 0.1);
  --code-bg-color: #2e2a43;
  --blockquote-bg-color: #373250;
  --sp-color-gray: #999;
  --sp-scrollbar-track-color: transparent;
  --sp-scrollbar-thumb-color: var(--sp-color-gray);
  --sp-scrollbar-thumb-color-hover: #2a2738;
  --sp-scrollbar-pre-thumb-color: #1d1a2b;
}
[class*="theme-dark"] ::-webkit-scrollbar-track {
  background: var(--sp-scrollbar-track-color);
}
[class*="theme-dark"] ::-webkit-scrollbar-thumb {
  background: var(--sp-scrollbar-thumb-color);
  border-radius: 7px;
}
[class*="theme-dark"] pre::-webkit-scrollbar-thumb {
  background: var(--sp-scrollbar-pre-thumb-color);
}
[class*="theme-dark"] ::-webkit-scrollbar-thumb:hover {
  background: var(--sp-scrollbar-thumb-color-hover);
}
.comBannerTitle767 {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.comTitle767 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg767 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd767 {
  padding-left: 4vw;
  padding-right: 4vw;
}
.page {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .total {
  font-weight: 400;
  font-size: 16px;
  color: #404676;
  height: 24px;
  margin-right: 22px;
  display: none;
  align-items: center;
  justify-content: center;
}
.page .nums {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page .nums .page-item {
  min-width: 40px;
  height: 40px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--page-num-txt-bg-color);
  border: 1px solid var(--page-num-txt-border-color);
  border-radius: 8px;
  color: var(--page-num-txt-color);
  box-shadow: 0px 5px 10px 0px rgba(58, 81, 117, 0.05);
}
.page .nums .page-item.pre {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .nums .page-item.pre a {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.page .nums .page-item.pre a svg {
  width: 12px;
  height: 12px;
  font-size: 12px;
}
.page .nums .page-item.next {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .nums .page-item.next a {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.page .nums .page-item.next a svg {
  width: 12px;
  height: 12px;
  font-size: 12px;
}
.page .nums .page-item.page-active {
  color: var(--page-num-txt-page-active-color);
  border: 1px solid var(--page-num-txt-border-active-color);
  background: var(--page-num-txt-bg-active-color);
}
.page .nums .page-item a {
  height: 100%;
  width: 100%;
  align-content: center;
}
.page .nums .page-item #pre-left-normal {
  content: var(--page-left-normal-res);
}
.page .nums .page-item #pre-left-active {
  content: var(--page-left-active-res);
}
.page .nums .page-item #pre-right-normal {
  content: var(--page-right-normal-res);
}
.page .nums .page-item #pre-right-active {
  content: var(--page-right-active-res);
}
.page .gopage {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-left: 18px;
  white-space: nowrap;
}
.page .gopage input {
  width: 56px;
  height: 30px;
  border: 1px solid #e1ecf8;
  border-radius: 2px;
  margin: 0 8px;
  text-align: center;
}
.function-box {
  width: 33.3%;
  flex-shrink: 0;
}
.function-box .package {
  width: 100%;
  padding: 20px;
  background: var(--blog-detail-right-bg-color);
  border-radius: 20px;
  border: 1px solid var(--blog-detail-right-border-color);
}
.function-box .package .package-title {
  font-weight: bold;
  font-size: 20px;
  color: var(--blog-list-item-title-color);
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.function-box .package .package-desc {
  margin-bottom: 25px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: var(--blog-search-txt-color);
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.function-box .package .clauses {
  font-weight: 400;
  font-size: 16px;
  color: var(--blog-list-item-title-color);
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.function-box .package .clauses + .clauses {
  margin-top: 15px;
}
.function-box .package .clauses #icon-clauses {
  content: var(--blog-detail-right-check);
}
.function-box .package .btn {
  width: 100%;
  height: 48px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
  font-style: normal;
  border-radius: 30px;
  text-transform: none;
  transition: all 0.3s;
  background: #505bed;
  color: #fff;
}
.function-box .package .btn:hover {
  opacity: 0.8;
}
.function-box .package .btn:active {
  opacity: 0.9;
}
.function-box .toc-header {
  margin-top: 20px;
  width: 100%;
  background: var(--blog-detail-right-bg-color);
  border-radius: 20px;
  border: 1px solid var(--blog-detail-right-border-color);
}
.function-box .toc-header .toc-header-title {
  font-weight: bold;
  font-size: 20px;
  color: var(--blog-detail-title-color);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  border-bottom: 1px solid var(--blog-detail-right-border-color);
}
.function-box .toc-header .toc-header-list {
  padding: 20px 10px;
}
.function-box .toc-header .toc-header-list .toc-header-subtitle {
  font-weight: 400;
  font-size: 16px;
  padding: 5px 10px;
  display: flex;
  line-height: 24px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s;
  background: transparent;
  color: var(--blog-tag-txt-color);
}
.function-box .toc-header .toc-header-list .toc-header-subtitle .toc-header-point {
  width: 8px;
  margin-right: 8px;
  flex-shrink: 0;
  position: relative;
  height: 24px;
}
.function-box .toc-header .toc-header-list .toc-header-subtitle .toc-header-point::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--theme-primary-dark);
  border-radius: 4px;
  top: 8px;
}
.function-box .toc-header .toc-header-list .toc-header-subtitle.active,
.function-box .toc-header .toc-header-list .toc-header-subtitle:hover {
  background: var(--bg-color);
}
.function-box .toc-header .toc-header-list .toc-header-subtitle + .toc-header-subtitle {
  margin-top: 11px;
}
.function-box .recent-posts {
  width: 100%;
  margin-top: 20px;
}
.function-box .recent-posts .recent-posts-title {
  font-weight: bold;
  font-size: 20px;
  color: var(--blog-detail-title-color);
  line-height: 24px;
}
.function-box .recent-posts .recent-posts-item {
  margin-top: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
  background: var(--blog-detail-right-bg-color);
  border-radius: 20px;
  border: 1px solid var(--blog-detail-right-border-color);
}
.function-box .recent-posts .recent-posts-item:hover {
  box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.12156863);
}
.function-box .recent-posts .recent-posts-item .recent-posts-img {
  width: 100%;
  max-height: 248px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}
.function-box .recent-posts .recent-posts-item .tag-box {
  display: flex;
  padding: 0 20px;
  margin-bottom: 15px;
}
.function-box .recent-posts .recent-posts-item .tag-box .tag {
  height: 28px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-weight: 400;
  font-size: 16px;
  background: var(--blog-list-item-tag-bg-color);
  border-radius: 6px 6px 6px 6px;
  border: 1px solid var(--blog-list-item-tag-border-color);
  gap: 10px;
  color: var(--blog-list-item-tag-txt-color);
  overflow: hidden;
}
.function-box .recent-posts .recent-posts-item .tag-box .tag .svg {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
}
.function-box .recent-posts .recent-posts-item .tag-box .tag .ellipsis-text {
  flex: 1;
}
.function-box .recent-posts .recent-posts-item .recent-posts-item-title {
  font-weight: bold;
  font-size: 20px;
  color: var(--blog-detail-title-color);
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 20px;
  margin-bottom: 10px;
}
.function-box .recent-posts .recent-posts-item .recent-posts-item-subtitle {
  font-weight: 400;
  font-size: 16px;
  color: var(--blog-list-item-desc-color);
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0 20px;
  margin-bottom: 20px;
}
.function-box .recent-posts .recent-posts-item .tag-end {
  padding-top: 10px;
  margin: 0 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: var(--blog-list-item-desc-color);
  line-height: 24px;
}
.function-box .recent-posts .recent-posts-item .tag-end .updated-at {
  color: var(--blog-footer-right-title-color);
}
.function-box .ahead {
  display: none;
  margin-top: 20px;
  background: #e9f0ff;
  border-radius: 6px;
  padding: 20px;
  flex-direction: column;
  gap: 15px;
}
.function-box .ahead .ahead-title {
  font-weight: bold;
  font-size: 20px;
  color: #453d65;
  line-height: 24px;
}
.function-box .ahead .ahead-content {
  font-weight: 500;
  font-size: 16px;
  color: #453d65;
  line-height: 24px;
}
.function-box .ahead .input-box {
  padding-top: 15px;
}
.function-box .ahead .input-box input {
  height: 48px;
  background: #ffffff;
  border-radius: 100px;
  width: 100%;
  padding: 0 20px;
}
.function-box .ahead .btn-subscribe {
  height: 48px;
  background: #4177ff;
  border-radius: 100px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
}
.function-box .sticky-right {
  width: 100%;
  position: sticky;
  top: 140px;
}
.function-box .left-recent {
  display: none;
}
.function-box .right-recent {
  display: block;
}
.second-swiper-share-box {
  display: flex;
}
.second-swiper-share-box .second-swiper {
  flex: 1;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box {
  display: flex;
  gap: 20px;
  border-radius: 20px;
  border: 1px solid var(--blog-list-item-border-color);
  background-color: var(--blog-list-item-bg-color);
  padding: 20px;
  transition: box-shadow 0.3s ease;
  /* 设置阴影和边框颜色的过渡效果 */
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box:hover {
  box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.12156863);
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box + .news-box {
  margin-top: 20px;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-img {
  width: 380px;
  height: 214px;
  border-radius: 20px;
  flex-shrink: 0;
  overflow: hidden;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 129 / 80;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  font-weight: bold;
  font-size: 20px;
  color: var(--blog-list-item-title-color);
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .newTil {
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .newCon {
  font-weight: 400;
  margin-top: 10px;
  font-size: 16px;
  white-space: wrap;
  color: var(--blog-list-item-desc-color);
  display: -webkit-box;
  /* 作为伸缩盒子模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列子元素 */
  -webkit-line-clamp: 3;
  /* 显示的行数，限制为2行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  line-height: 24px;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .dateCon {
  display: flex;
  align-items: self-end;
  justify-content: space-between;
  margin-top: 30px;
  flex: 1;
  flex-wrap: wrap;
  gap: 10px;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .dateCon #blog-item-time {
  content: var(--blog-list-item-time-img);
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .dateCon .date-icon {
  display: flex;
  align-items: center;
  font-weight: 400;
  flex-shrink: 0;
  font-size: 16px;
  color: var(--blog-list-item-desc-color);
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .dateCon .date-icon img {
  height: 20px;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .dateCon .date-icon .svg {
  display: block;
  margin-right: 10px;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .dateCon .tag-box {
  display: flex;
  gap: 10px;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .dateCon .tag-box.taglist-tag {
  overflow: hidden;
  justify-content: flex-end;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .dateCon .tag {
  padding: 0 15px;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 30px;
  background: var(--blog-list-item-tag-bg-color);
  border-radius: 6px 6px 6px 6px;
  border: 1px solid var(--blog-list-item-tag-border-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .dateCon .tag .svg {
  flex-shrink: 0;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .dateCon .tag span {
  font-weight: 400;
  color: var(--blog-list-item-tag-txt-color);
  max-width: 150px;
}
.second-swiper-share-box .second-swiper .no-data {
  display: flex;
  flex-direction: column;
  padding-top: 75px;
  padding-bottom: 75px;
  align-items: center;
}
.second-swiper-share-box .second-swiper .no-data img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: 280px;
}
.second-swiper-share-box .second-swiper .no-data .no-data-text {
  font-weight: 400;
  font-size: 14px;
  color: #4e5774;
  line-height: 22px;
}
@media screen and (max-width: 1200px) {
  .function-box {
    width: 33.3%;
  }
  .function-box .recent-posts .recent-posts-item .tag-end {
    font-size: 14px;
  }
  .page .total {
    margin-right: 10px;
  }
  .page .gopage {
    margin-left: 10px;
  }
}
@media screen and (max-width: 850px) {
  .function-box {
    width: 100%;
  }
  .function-box .right-recent {
    display: none;
  }
  .function-box .left-recent {
    display: block;
    margin-top: 40px;
  }
  body .newsdetail-content {
    flex-wrap: wrap;
  }
  .second-swiper-share-box {
    gap: 40px 0;
    flex-direction: column;
  }
  .second-swiper-share-box .second-swiper {
    padding-right: 0;
    overflow: visible;
  }
  .second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-img {
    width: 220px;
    height: auto;
  }
  .second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .newCon {
    font-size: 14px;
  }
}
