body:has(.article-1430-page) {
  background: #f8f9fc;
}

.article-1430-page {
  display: block;
  padding-top: 132px;
  background: #f8f9fc;
}

.article-1430-page .home-modules {
  overflow: visible !important;
}

.article-1430-page #article-crumb {
  background: #fff;
}

.article-1430-page .wrapper {
  width: min(1200px, calc(100% - 40px));
}

.article-1430-grid {
  overflow: visible !important;
  align-items: stretch;
}

.article-1430-page h1 {
  color: #0f172a;
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: 0;
  font-weight: 700;
}

.article-1430-page h4,
.article-1430-page h5,
.article-1430-page h6 {
  letter-spacing: 0;
}

.article-1430-page .content-post {
  color: #334155;
  font-size: 15px;
  line-height: 2;
  word-break: break-word;
}

.article-1430-page .content-post p {
  margin: 0 0 18px;
}

.article-1430-page .content-post img,
.article-1430-page .n-image img {
  max-width: 100%;
  height: auto;
}

.article-1430-page .article-actions {
  position: sticky;
  bottom: 0;
}

.article-category-tabs {
  display: flex;
  justify-content: flex-end;
  gap: 0;
  margin: -10px 0 16px;
}

.article-category-tabs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  min-width: 46px;
  padding: 0 12px;
  border: 1px solid #eff5ff;
  color: #64748b;
  font-size: 12px;
}

.article-category-tabs span.active {
  border-color: #008efb;
  color: #008efb;
}

.article-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}

.article-category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  padding: 12px 0;
  border-bottom: 1px solid #eff5ff;
  color: #62748e;
  text-decoration: none;
  font-size: 13px;
}

.article-category-link::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #9aa7b9;
  flex: 0 0 auto;
}

.article-category-link span {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.article-category-link em {
  color: #8ca0b3;
  font-style: normal;
  flex: 0 0 auto;
}

.article-category-link:hover,
.article-category-link:hover em {
  color: #008efb;
}

.article-category-link:hover::before {
  border-left-color: #008efb;
}

.article-header {
  height: 0;
}

.article-header-shell {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 101;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 6px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 10px 30px rgba(15, 23, 42, .08);
  transform: translate3d(0, 0, 0);
  transition: transform .28s ease, opacity .22s ease, background-color .24s ease, border-color .24s ease, box-shadow .24s ease, top .24s ease;
  overflow: visible;
}

.article-header-shell.is-scrolled {
  top: 12px;
  background: rgba(255, 255, 255, .94);
  border-color: rgba(226, 232, 240, .9);
  box-shadow: 0 12px 34px rgba(15, 23, 42, .11);
}

.article-header-shell.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -140%, 0);
}

.article-header-blur {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.article-header-inner {
  position: relative;
  z-index: 2;
}

.article-header-top {
  min-height: 34px;
  margin-left: -8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(226, 232, 240, .72);
  color: #62748e;
  font-size: 12px;
}

.article-hotline {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
}

.article-hotline a {
  color: #008efb;
  font-weight: 700;
}

.article-header-main {
  height: 74px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.article-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.article-logo img {
  width: auto;
  height: 48px;
  display: block;
}

.article-nav {
  min-width: 0;
}

.article-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.article-nav-list > li {
  position: relative;
}

.article-nav a,
.article-nav-row {
  color: #62748e;
  text-decoration: none;
}

.article-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  transition: color .2s ease;
}

.article-nav a:hover,
.article-login:hover,
.article-icon-button:hover {
  color: #014ec1;
}

.article-nav-top .article-nav-list {
  gap: 16px;
}

.article-nav-main {
  flex: 1 1 auto;
}

.article-nav-main .article-nav-list {
  gap: 2px;
}

.article-nav-main .article-nav-list > li {
  padding: 0 8px;
}

.article-nav-row {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 74px;
  font-size: 13px;
}

.article-nav-main .article-nav-row > a {
  height: 74px;
  max-width: 132px;
}

.article-nav-main .article-nav-row span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-nav-icon {
  width: 16px;
  min-width: 16px;
}

.article-nav-caret {
  width: 12px;
  height: 12px;
  color: inherit;
}

.article-nav-badge {
  position: absolute;
  top: -12px;
  left: 100%;
  padding: 0 4px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.article-sub-menu {
  position: absolute;
  top: calc(100% - 8px);
  left: 0;
  min-width: 148px;
  margin: 0;
  padding: 8px;
  list-style: none;
  border: 1px solid rgba(226, 232, 240, .95);
  border-radius: 6px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 14px 36px rgba(15, 23, 42, .12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.article-nav-list > li:hover > .article-sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.article-sub-menu a {
  width: 100%;
  padding: 10px 12px;
  border-radius: 4px;
  color: #475569;
  white-space: nowrap;
}

.article-sub-menu a:hover {
  background: #f8fafc;
  color: #008efb;
}

.article-header-spacer {
  flex: 1 1 auto;
}

.article-header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #62748e;
  flex: 0 0 auto;
}

.article-icon-button,
.article-menu-button {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.article-icon-button svg,
.article-login svg {
  width: 17px;
  height: 17px;
  display: block;
}

.article-badge-dot {
  position: relative;
}

.article-badge-dot::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d03050;
}

.article-login {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #62748e;
  text-decoration: none;
  font-size: 13px;
  transition: color .2s ease;
}

.article-menu-button {
  display: none;
}

.article-1430-mobile-toolbar {
  display: none;
}

@keyframes article-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  #article-1430-desktop-page [id^="sidebar-"] {
    align-self: stretch;
    height: auto !important;
    position: relative;
    overflow: visible !important;
  }

  #article-1430-desktop-page [id^="sidebar-"] > aside {
    height: 100% !important;
  }

  #article-1430-desktop-page [id^="sidebar-"] .n-affix {
    position: sticky;
    top: 96px;
    transform: none !important;
    overflow: visible !important;
    max-height: none !important;
  }

  #article-1430-desktop-page [id^="sidebar-"] .n-affix > section {
    max-width: 100%;
  }

  #sidebar-article .p-5 > .grid > .border-bottom.flex {
    align-items: flex-start;
    min-width: 0;
  }

  #sidebar-article .p-5 > .grid > .border-bottom.flex > section:first-child {
    flex: 0 0 96px;
    width: 96px !important;
    min-width: 96px;
  }

  #sidebar-article .p-5 > .grid > .border-bottom.flex > section:first-child a {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100% !important;
  }

  #sidebar-article .p-5 > .grid > .border-bottom.flex > section:first-child .n-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #sidebar-article .p-5 > .grid > .border-bottom.flex > section:last-child {
    min-width: 0;
  }
}

@media (max-width: 1100px) {
  .article-nav-main .article-nav-list > li {
    padding: 0 5px;
  }

  .article-header-actions {
    gap: 10px;
  }
}

@media (max-width: 900px) {
  .article-header-top,
  .article-nav-main,
  .article-icon-button.article-badge-dot,
  .article-login {
    display: none;
  }

  .article-header-shell {
    top: 12px;
    left: 12px;
    right: 12px;
    padding: 0 14px;
  }

  .article-header-main {
    height: 58px;
  }

  .article-logo img {
    height: 38px;
  }

  .article-menu-button {
    display: inline-flex;
  }

  .article-header-shell.is-mobile-menu-open .article-nav-main {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    display: block;
    padding: 10px;
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: 6px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 16px 34px rgba(15, 23, 42, .12);
  }

  .article-header-shell.is-mobile-menu-open .article-nav-main .article-nav-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
  }

  .article-header-shell.is-mobile-menu-open .article-nav-main .article-nav-list > li {
    padding: 0;
  }

  .article-header-shell.is-mobile-menu-open .article-nav-row {
    height: auto;
    min-height: 40px;
    padding: 0 8px;
  }

  .article-header-shell.is-mobile-menu-open .article-nav-main .article-nav-row > a {
    height: auto;
    max-width: none;
    flex: 1;
  }

  .article-header-shell.is-mobile-menu-open .article-sub-menu {
    position: static;
    margin: 0 8px 8px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }

  .article-header-shell.is-mobile-menu-open .menu-item-has-children:hover .article-sub-menu {
    display: block;
  }

  .article-1430-page {
    padding-top: 82px;
  }
}

@media (max-width: 767.98px) {
  .article-1430-page .wrapper {
    width: calc(100% - 24px);
  }

  .article-1430-grid {
    display: block !important;
  }

  .article-1430-grid > section {
    width: 100% !important;
  }

  #sidebar-article {
    display: none !important;
  }

  .article-1430-page h1 {
    font-size: 22px;
    line-height: 1.45;
  }

  .article-1430-page .content-post {
    font-size: 15px;
    line-height: 1.9;
  }

  .article-1430-page .article-actions {
    position: static;
    flex-wrap: wrap;
  }

  .article-1430-mobile-toolbar {
    position: fixed;
    right: 0;
    top: 248px;
    z-index: 130;
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, .95);
    border-right: 0;
    border-radius: 8px 0 0 8px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .12);
  }

  .article-1430-mobile-toolbar button {
    width: 34px;
    height: 34px;
    border: 0;
    border-bottom: 1px solid rgba(226, 232, 240, .95);
    background: #fff;
    color: #64748b;
    display: grid;
    place-items: center;
    font-size: 15px;
    line-height: 1;
    padding: 0;
  }

  .article-1430-mobile-toolbar button:first-child {
    background: #1598ff;
    color: #fff;
  }

  .article-1430-mobile-toolbar button:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .article-header-actions {
    gap: 8px;
  }

  .article-icon-button,
  .article-menu-button {
    width: 28px;
    height: 28px;
  }

  .article-1430-page #article-crumb .wrapper {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
