@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;
}
* {
  box-sizing: border-box;
  font-family:  "BasierCircle-Regular", "Source Han Sans", "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system;
}
.flex {
  display: flex;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.flex-1 {
  flex: 1;
}
.icon {
  flex-shrink: 0;
}
.fc-primary {
  color: #4177ff;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.auto-center {
  width: 1200px;
  margin: 0 auto;
}
.transition-all {
  transition: all 0.3s;
}
.ellipsis-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.com-btn > a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-btn-prefix {
  margin-right: 10px;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 19px;
  height: 19px;
}
.icon-btn-prefix svg {
  width: 100%;
  height: 100%;
  display: block;
}
.icon-btn-prefix use {
  fill: #fff;
  transition: all 0.3s;
}
.icon-btn-prefix path {
  fill: #fff;
  transition: all 0.3s;
}
.icon-btn-prefix-white {
  margin-right: 10px;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 19px;
  height: 19px;
}
.icon-btn-prefix-white svg {
  width: 100%;
  height: 100%;
  display: block;
}
.icon-btn-prefix-white use {
  fill: #4177ff;
  transition: all 0.3s;
}
.icon-btn-prefix-white path {
  fill: #4177ff;
  transition: all 0.3s;
}
.btn-primary {
  transition: color 0.3s;
  background-color: #4177ff;
  color: #fff;
}
.btn-primary:hover {
  background-color: #749cff;
}
.btn-primary:active {
  background-color: #0e52ff;
}
.btn-plain-primary {
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid #4177ff;
  color: #4177ff;
}
.btn-plain-primary:hover {
  color: #749cff;
  border-color: #749cff;
}
.btn-plain-primary:hover use {
  fill: #749cff;
}
.btn-plain-primary:active {
  color: #0e52ff;
  border-color: #0e52ff;
}
.btn-plain-primary:active use {
  fill: #0e52ff;
}
.btn-gradient {
  transition: all 0.3s;
  background: linear-gradient(227deg, #09b7fe 0%, #755dfd 100%);
  color: #fff;
  background: #4177ff;
  box-shadow: 0px 10px 20px 0px rgba(82, 122, 254, 0.5);
}
.btn-gradient:hover {
  opacity: 0.8;
}
.btn-gradient:active {
  opacity: 0.9;
}
.btn-white {
  transition: all 0.3s;
  background: #fff;
  color: #4177ff;
}
.btn-white:hover {
  opacity: 0.8;
}
.btn-white:active {
  opacity: 0.9;
}
.is-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.is-disabled:hover {
  opacity: 0.4;
}
.is-disabled:active {
  opacity: 0.4;
}
body .header .header-transparency {
  background: rgba(255, 255, 255);
  backdrop-filter: blur(8px);
}
body .header .header-transparency::after {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  filter: blur(8px);
}
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vis-hide {
  visibility: hidden;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.font-f-r {
  font-family: "BasierCircle-Regular", Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-f-b {
  font-family: "BasierCircle-Bold", Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-f-i {
  font-family: "BasierCircle-Italic", Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-f-m {
  font-family: "BasierCircle-Medium", Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-regular {
  font-family: BasierCircle-Regular, "BasierCircle-Regular", "Source Han Sans", "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system;
}
.font-fm-normal {
  font-family: BasierCircle-Regular, "BasierCircle-Regular", "Source Han Sans", "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system;
}
.font-fm-light {
  font-family: BasierCircle-Regular, "BasierCircle-Regular", "Source Han Sans", "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system;
}
.font-fm-medium {
  font-family: BasierCircle-Medium, "BasierCircle-Regular", "Source Han Sans", "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system;
}
.font-fm-bold {
  font-family: BasierCircle-Bold, "BasierCircle-Regular", "Source Han Sans", "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.detail-padding {
  padding: 40px 0 110px;
}
body {
  background: var(--bg-color);
  min-width: 1200px;
}
body .news-detail-crumb {
  font-weight: 400;
  font-size: 16px;
  color: var(--blog-tag-txt-color);
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 5px;
}
body .newsdetail-keywords-line {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body .newsdetail-keywords-line .keywords-item {
  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);
}
body .newsdetail-keywords-line .keywords-item span {
  font-weight: 400;
  font-size: 16px;
  color: var(--blog-list-item-tag-txt-color);
  line-height: 24px;
}
body .page-title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 48px;
  line-height: 59px;
  text-align: center;
  color: var(--blog-detail-title-color);
}
body .cover-img {
  display: block;
  width: 100%;
  height: 738px;
  object-fit: cover;
  border-radius: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}
body .elementor-element {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 10px;
}
body .elementor-element .author {
  display: flex;
  align-items: center;
  gap: 20px;
}
body .elementor-element .author .author-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
body .elementor-element .author .keywords-author {
  font-weight: 400;
  font-size: 16px;
  color: #6f7394;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 5px;
}
body .elementor-element .author .keywords-author .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #4177ff;
  padding: 2px 0;
  border-bottom: 1px solid #4177ff;
  cursor: pointer;
}
body .elementor-element .author .keywords-author .youtube-link {
  padding-left: 5px;
  height: 20px;
  display: flex;
}
body .elementor-element .author .keywords-time {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 16px;
  color: #6f7394;
  line-height: 24px;
}
body .elementor-element .author .keywords-time .point {
  color: #4177ff;
}
body .elementor-element .btns-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .elementor-element .btns-group .com-btn {
  height: 44px;
  border-radius: 6px;
  border: 1px solid #453d65;
}
body .elementor-element .btns-group .edit-btn {
  transition: all 0.3s;
  background: #453d65;
  color: #fff;
  min-width: 140px;
  padding: 0 20px;
  font-size: 16px;
  gap: 10px;
}
body .elementor-element .btns-group .edit-btn:hover {
  opacity: 0.8;
}
body .elementor-element .btns-group .edit-btn:active {
  opacity: 0.9;
}
body .elementor-element .btns-group .share-btn {
  position: relative;
}
body .elementor-element .btns-group .share-btn .com-btn {
  width: 44px;
  transition: all 0.3s;
  background: #fff;
  color: #453d65;
}
body .elementor-element .btns-group .share-btn .com-btn:hover {
  opacity: 0.8;
}
body .elementor-element .btns-group .share-btn .com-btn:active {
  opacity: 0.9;
}
body .elementor-element .btns-group .share-btn .share-platform {
  position: absolute;
  top: 44px;
  right: 0;
  padding-top: 8px;
  display: none;
}
body .elementor-element .btns-group .share-btn .share-platform .border {
  width: 302px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  border: 1px solid #eaecf6;
  gap: 26px;
}
body .elementor-element .btns-group .share-btn .share-platform .border .share-img {
  cursor: pointer;
}
body .elementor-element .btns-group .share-btn:hover .share-platform {
  display: flex;
}
body .newsdetail-content {
  display: flex;
  justify-content: space-between;
  line-height: 2;
  margin-top: 20px;
  padding-top: 30px;
  gap: 30px;
}
body .newsdetail-content .newsdetail-content-left {
  flex: 1;
  overflow: hidden;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-html h1,
body .newsdetail-content .newsdetail-content-left .newsdetail-html h2,
body .newsdetail-content .newsdetail-content-left .newsdetail-html h3,
body .newsdetail-content .newsdetail-content-left .newsdetail-html h4,
body .newsdetail-content .newsdetail-content-left .newsdetail-html h5,
body .newsdetail-content .newsdetail-content-left .newsdetail-html h6,
body .newsdetail-content .newsdetail-content-left .newsdetail-html span {
  color: var(--blog-detail-content-span-color) !important;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-html h2 {
  padding-top: 20px;
  padding-bottom: 10px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-html p,
body .newsdetail-content .newsdetail-content-left .newsdetail-html div {
  font-weight: 400;
  font-size: 16px;
  color: var(--blog-detail-content-span-color) !important;
  line-height: 24px;
  padding: 0 0 10px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-html p img,
body .newsdetail-content .newsdetail-content-left .newsdetail-html div img,
body .newsdetail-content .newsdetail-content-left .newsdetail-html p video,
body .newsdetail-content .newsdetail-content-left .newsdetail-html div video {
  width: 100%;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-html ol li,
body .newsdetail-content .newsdetail-content-left .newsdetail-html ul li {
  font-size: 16px;
  line-height: 24px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-item {
  flex: 1;
  flex-shrink: 0;
  overflow: hidden;
  min-width: 300px;
  font-size: 16px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-item #page-pre-btn {
  content: var(--blog-detail-page-pre);
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-item #page-next-btn {
  content: var(--blog-detail-page-next);
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-pre,
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-next {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 17px;
  height: 68px;
  color: var(--blog-detail-title-color);
  background: var(--blog-tag-btnbg-color);
  border-radius: 14px 14px 14px 14px;
  border: 1px solid var(--blog-tag-btnbg-border-color);
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-line {
  height: 1px;
  background: var(--blog-detail-anchor-info-line-color);
  margin: 15px 0;
}
body .newsdetail-content .newsdetail-content-left .author-info {
  margin-top: 30px;
  padding: 20px;
  background: var(--blog-tag-btnbg-color);
  border-radius: 20px;
  border: 1px solid var(--blog-tag-btnbg-border-color);
}
body .newsdetail-content .newsdetail-content-left .author-info .e-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
body .newsdetail-content .newsdetail-content-left .author-info .e-content .author-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
body .newsdetail-content .newsdetail-content-left .author-info .e-content .name {
  font-weight: bold;
  font-size: 18px;
  color: var(--blog-detail-title-color);
  line-height: 24px;
}
body .newsdetail-content .newsdetail-content-left .author-info .e-content .status {
  font-weight: 400;
  font-size: 16px;
  color: var(--blog-detail-title-color);
  line-height: 24px;
  margin-top: 4px;
}
body .newsdetail-content .newsdetail-content-left .author-info .text-content {
  font-weight: 400;
  font-size: 16px;
  color: var(--blog-detail-title-color);
  line-height: 24px;
}
.editor-content-view h1,
.editor-content-view h2,
.editor-content-view h3,
.editor-content-view h4,
.editor-content-view h5,
.editor-content-view h6 {
  font-family: BasierCircle-Bold, "BasierCircle-Regular", "Source Han Sans", "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system;
}
@media screen and (max-width: 1200px) {
  body {
    min-width: 100%;
  }
  body .auto-center {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  body .news-blog-detail .header .auto-center {
    padding: 0;
  }
  body .news-blog-detail .auto-center {
    padding: 0 20px;
  }
  body .cover-img {
    height: calc(61.5vw - 24.6px);
  }
}
@media screen and (max-width: 1023px) {
  body.news-blog-detail .header .auto-center {
    padding: 0;
  }
  body.news-blog-detail .page-title {
    font-size: 36px;
  }
  body.news-blog-detail .auto-center {
    width: 100%;
    padding: 0 20px;
  }
  body.news-blog-detail .auto-center .newsdetail-content {
    width: 100%;
  }
  body.news-blog-detail .auto-center .newsdetail-content .newsdetail-content-left {
    width: 100%;
  }
  body.news-blog-detail .auto-center .newsdetail-content .newsdetail-content-left .newsdetail-content-page {
    flex-wrap: wrap;
  }
  body.news-blog-detail .auto-center .newsdetail-content .newsdetail-content-left .newsdetail-content-page a {
    width: 100%;
    height: 60px;
  }
}
@media screen and (max-width: 850px) {
  .banner {
    padding: 80px 0 110px;
  }
  body.news-blog-detail .auto-center .newsdetail-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  body.news-blog-detail .auto-center {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
