:root {
  --e-primary: #0068d9;
  --e-primary-dark: #004aa8;
  --e-accent: #f28a1a;
  --e-ink: #17233d;
  --e-muted: #667085;
  --e-line: #e7edf5;
  --e-soft: #f7f9fc;
  --e-card: #fff;
  --e-shadow: 0 14px 38px rgba(23, 35, 61, .08);
  --e-radius: 14px;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: var(--e-ink);
  background: #fff;
  min-width: 0 !important;
}

a {
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

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

.w,
.wrap {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

.header {
  position: relative;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 6px 24px rgba(23, 35, 61, .05);
}

.header .header-fixed {
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  border-bottom: 1px solid rgba(0, 104, 217, .08);
}

.header .header-fixed .w {
  min-height: 76px;
  gap: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}

.header .logo a {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.header .logo img {
  display: block;
  max-height: 52px;
  object-fit: contain;
}

.header .logo .txt {
  margin-left: 16px;
  color: var(--e-muted);
}

.header .logo .txt p {
  margin: 0;
}

.header .runtime-site-line--title span {
  color: var(--e-ink);
  font-weight: 700;
}

.header .runtime-site-line--subtitle span {
  color: var(--e-muted);
  font-size: 15px;
}

.header .h_rt a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--e-primary), var(--e-primary-dark));
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 104, 217, .22);
  font-weight: 700;
}

.header .h_rt a:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 104, 217, .28);
}

.template-e-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--e-line);
  border-radius: 12px;
  background: #fff;
  color: var(--e-primary-dark);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(23, 35, 61, .06);
}

.template-e-menu-toggle:before {
  content: "";
  width: 20px;
  height: 14px;
  margin: 0;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  background: linear-gradient(currentColor, currentColor) center / 20px 2px no-repeat;
  box-shadow: none;
}

.template-e-menu-toggle[aria-expanded="true"] {
  color: #fff;
  background: var(--e-primary);
  border-color: var(--e-primary);
  box-shadow: 0 10px 24px rgba(0, 104, 217, .24);
}

.header .nav {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(0, 104, 217, .08);
}

.header .nav .com {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 56px !important;
  gap: 2px;
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: visible;
}

.header .nav .com > li.one {
  flex: 0 1 auto;
  float: none;
  height: 56px;
  min-width: 0;
}

.header .nav .plebans > a {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 0 clamp(8px, 1vw, 14px);
  color: var(--e-ink);
  border-radius: 12px 12px 0 0;
  font-size: 14px;
  font-weight: 600;
}

.header .nav .plebans > a:hover,
.header .nav .com > li.one:hover .plebans > a,
.header .nav .com > li.current .plebans > a {
  color: var(--e-primary);
  background: rgba(0, 104, 217, .06);
}

.header .nav .title_a {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.header .nav .title_a .jd {
  width: 9px;
  height: auto;
  opacity: .65;
}

.header .nav .com > li.one > .goutp {
  border: 1px solid rgba(0, 104, 217, .08);
  border-top: 2px solid var(--e-primary);
  border-radius: 0 0 12px 12px;
  box-shadow: 0 18px 38px rgba(23, 35, 61, .14);
  overflow: hidden;
}

.header .nav .goutp a {
  min-height: 40px;
  line-height: 40px;
}

@media (min-width: 1001px) {
  .header .nav .com.comfloat {
    float: none !important;
    display: flex !important;
    justify-content: flex-start !important;
    width: 1200px !important;
    max-width: calc(100% - 40px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .header .nav .com.comfloat > li.one {
    float: none !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
  }
}

.banner {
  isolation: isolate;
}

.banner:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 31, 84, .38), rgba(0, 104, 217, .08) 56%, rgba(255, 255, 255, 0));
}

.banner .flexslider,
.banner .slides,
.banner .slides > li,
.banner .bannerimg,
.banner .banner-slide-bg {
  z-index: 1;
}

.banner .bannertext,
.banner .bannertext0 {
  z-index: 5 !important;
}

.banner .bannertext h2,
.banner .bannertext0 span[style*="font-size: 50px"],
.banner .bannertext0 span[style*="font-size: 60px"] {
  letter-spacing: -.02em;
  text-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.banner .bannertext p,
.banner .bannertext0 span[style*="font-size: 22px"] {
  max-width: 760px;
  text-shadow: 0 8px 18px rgba(0, 0, 0, .16);
}

.home-block {
  position: relative;
}

.home-block .section-title h2,
.home-block h2 {
  color: var(--e-ink);
  letter-spacing: -.02em;
}

.home-block .product-card,
.home-block .article-card,
.home-block .case-card,
.fixed-panel,
.faq-shell,
.n2_list20031 .left_title,
.c2_about200410 .left_title,
.b_show20011 .left_title {
  border-radius: var(--e-radius);
}

.n2_list20031 .left_title,
.c2_about200410 .left_title,
.b_show20011 .left_title {
  background: var(--e-card);
  box-shadow: 0 10px 28px rgba(23, 35, 61, .055);
}

.n2_list20031 .content,
.c2_about200410 .content,
.b_show20011 .content {
  align-items: flex-start;
}

.left_img .category,
.c2_about200410 .left_img .category,
.n2_list20031 .left_img .category {
  border: 1px solid var(--e-line);
  border-radius: var(--e-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 36px rgba(23, 35, 61, .08);
}

.left_img .box_t,
.c2_about200410 .left_img .box_t,
.n2_list20031 .left_img .box_t {
  background: linear-gradient(135deg, var(--e-primary), var(--e-primary-dark)) !important;
  color: #fff;
}

.left_img .box_t_name,
.left_img .box_t_name span {
  color: #fff !important;
  font-weight: 800;
}

.left_img .box li h3,
.c2_about200410 .left_img .box li h3,
.n2_list20031 .left_img .box li h3 {
  min-height: 48px;
  line-height: 48px;
  border-bottom: 1px solid var(--e-line);
  padding-right: 0 !important;
}

.left_img .box li a,
.c2_about200410 .left_img .box li a,
.n2_list20031 .left_img .box li a {
  display: block;
  padding: 0 18px !important;
  color: var(--e-ink);
  font-size: 15px;
}

.left_img a:before,
.left_img h3 a:before,
.left_img .box a:before,
.left_img h3 .icon,
.c2_about200410 .left_img a:before,
.c2_about200410 .left_img h3 .icon,
.n2_list20031 .left_img a:before,
.n2_list20031 .left_img h3 .icon,
.template-fixed-page .left_img a:before,
.template-fixed-page .left_img h3 .icon {
  display: none !important;
  content: none !important;
}

.left_img .box li a:hover,
.left_img .box li.current a,
.left_img .box li .current,
.left_img .box li a.left_a1.active {
  color: var(--e-primary) !important;
  background: linear-gradient(90deg, rgba(0, 104, 217, .10), rgba(0, 104, 217, 0));
}

.pathpadd,
.routest .news_path {
  box-sizing: border-box;
  color: var(--e-muted);
}

.routest .wrap_path .news_path_bg {
  pointer-events: none;
}

.routest .news_path,
.routest .pathpadd {
  position: relative;
  z-index: 2;
}

.routest .wrap_path {
  box-sizing: border-box;
  width: 1200px !important;
  max-width: calc(100% - 40px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.routest .news_path,
.routest .pathpadd {
  width: 100% !important;
  max-width: 100% !important;
}

.pathpadd a,
.routest .news_path a {
  color: var(--e-muted);
  text-decoration: none;
}

.pathpadd a:hover,
.routest .news_path a:hover {
  color: var(--e-ink);
  text-decoration: none;
}

.runtime-breadcrumb-link {
  cursor: pointer;
}

.runtime-breadcrumb-current {
  color: var(--e-ink);
  font-weight: 600;
}

.n2_list20031 .runtime-article-list .item,
.runtime-article-list .item,
.runtime-topic-list .item,
.runtime-faq-list .item,
.b_show20011 .question li,
.n2_list20031 .list li {
  border: 1px solid var(--e-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(23, 35, 61, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.n2_list20031 .runtime-article-list .item:hover,
.runtime-article-list .item:hover,
.runtime-topic-list .item:hover,
.runtime-faq-list .item:hover,
.b_show20011 .question li:hover,
.n2_list20031 .list li:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 104, 217, .22);
  box-shadow: var(--e-shadow);
}

.runtime-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.runtime-filter-bar a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border-color: var(--e-line) !important;
  color: var(--e-muted) !important;
  background: #fff;
}

.runtime-filter-bar a:hover,
.runtime-filter-bar a.current,
.runtime-filter-bar a.active {
  color: #fff !important;
  border-color: var(--e-primary) !important;
  background: var(--e-primary);
}

.runtime-related-articles,
.preNext {
  border-radius: 14px !important;
}

.runtime-related-articles a,
.preNext a,
.runtime-internal-link,
.list > .content a {
  color: var(--e-primary);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.n2_list20031 ul.list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.n2_list20031 ul.list > li {
  position: relative;
  padding: 20px 22px !important;
  list-style: none;
}

.n2_list20031 ul.list > li:before,
.b_show20011 .boxgg a.zkdes li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, var(--e-primary), var(--e-accent));
  opacity: 0;
  transition: opacity .18s ease;
}

.n2_list20031 ul.list > li:hover:before,
.b_show20011 .boxgg a.zkdes:hover li:before {
  opacity: 1;
}

.n2_list20031 ul.list h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.45;
}

.n2_list20031 ul.list h3 a {
  color: var(--e-ink);
  font-weight: 800;
}

.n2_list20031 ul.list h3 a:hover {
  color: var(--e-primary);
}

.n2_list20031 ul.list .read,
.b_show20011 .boxgg .des {
  color: var(--e-muted);
  font-size: 15px;
  line-height: 1.9;
}

.n2_list20031 ul.list p a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--e-primary);
}

.n2_list20031 ul.list p a:hover {
  background: var(--e-primary-dark);
}

/* Clean editorial lists for article-style sections: academy, help and cases. */
.n2_list20031 .left_title .list,
.b_show20011 .content .list {
  background: #fff;
}

.n2_list20031 ul.list,
.b_show20011 .content .list .boxgg ul {
  display: grid !important;
  gap: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.n2_list20031 ul.list > li,
.b_show20011 .content .list .boxgg li {
  display: block;
  position: relative;
  min-height: 0;
  margin: 0 !important;
  padding: 26px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #edf1f6 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: border-color .18s ease, transform .18s ease;
}

.n2_list20031 ul.list > li:first-child,
.b_show20011 .content .list .boxgg li:first-child {
  padding-top: 4px !important;
}

.n2_list20031 ul.list > li:hover,
.b_show20011 .content .list .boxgg li:hover {
  transform: translateX(3px);
  border-bottom-color: rgba(36, 104, 241, .32) !important;
}

.n2_list20031 ul.list > li:before,
.b_show20011 .content .list .boxgg li:before,
.b_show20011 .content .list .boxgg li .ico,
.n2_list20031 .left_img a:before,
.b_show20011 .category .box li h3 a:before {
  display: none !important;
}

.n2_list20031 ul.list h3,
.b_show20011 .content .list .boxgg li h3 {
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #101828;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  letter-spacing: -.01em;
}

.n2_list20031 ul.list h3 a,
.b_show20011 .content .list .boxgg li h3 {
  color: #101828 !important;
}

.n2_list20031 ul.list h3 a:hover,
.b_show20011 .content .list .boxgg li h3:hover {
  color: var(--e-primary) !important;
}

.n2_list20031 ul.list .read,
.b_show20011 .content .list .boxgg li .des {
  display: block !important;
  height: auto !important;
  max-height: 58px !important;
  margin-top: 8px !important;
  color: #667085 !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
}

.n2_list20031 ul.list p a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 14px;
  padding: 0;
  border-radius: 0;
  color: var(--e-primary);
  background: transparent;
  font-weight: 600;
}

.n2_list20031 ul.list p a:after {
  content: "→";
  margin-left: 8px;
  transition: transform .18s ease;
}

.n2_list20031 ul.list p a:hover {
  color: var(--e-primary-dark);
  background: transparent;
}

.n2_list20031 ul.list p a:hover:after {
  transform: translateX(3px);
}

.runtime-pages {
  margin: 34px 0 0;
  text-align: center;
}

.runtime-pagination {
  display: inline-flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.runtime-pagination li {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.runtime-pagination a,
.runtime-pagination span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #d9e2ef;
  border-radius: 8px;
  color: #475467;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: all .18s ease;
}

.runtime-pagination a:hover,
.runtime-pagination .active span {
  border-color: var(--e-primary);
  color: #fff !important;
  background: var(--e-primary);
  box-shadow: 0 8px 18px rgba(36, 104, 241, .18);
}

.n2_list20031 .imgbigbox {
  width: 190px !important;
  margin-right: 24px !important;
  border-radius: 10px;
  background: #f6f8fb !important;
}

.n2_list20031 .imgbox {
  width: 190px !important;
  height: 132px !important;
  border-radius: 10px;
}

.n2_list20031 .imgbox td {
  height: 132px !important;
}

.n2_list20031 .pro_tag {
  padding-top: 12px !important;
}

.n2_list20031 .pro_tag span {
  height: 26px !important;
  line-height: 24px !important;
  margin-right: 8px !important;
  padding: 0 10px !important;
  border-color: #e6ebf2 !important;
  border-radius: 999px !important;
  background: #f8fafc !important;
  color: #667085;
}

.b_show20011 .boxgg {
  display: grid;
  gap: 14px;
}

.b_show20011 .boxgg a.zkdes {
  display: block;
  color: inherit;
}

.b_show20011 .boxgg a.zkdes li {
  position: relative;
  padding: 20px 22px 20px 24px !important;
  list-style: none;
}

.b_show20011 .boxgg h3 {
  margin: 0 0 8px;
  color: var(--e-ink);
  font-size: 19px;
  line-height: 1.45;
}

.b_show20011 .boxgg a.zkdes:hover h3 {
  color: var(--e-primary);
}

.topic-detail,
.article-detail,
.faq-shell {
  color: #26364d;
}

.topic-detail h1,
.article-detail h1,
.faq-shell .faq-title {
  color: var(--e-ink);
  letter-spacing: -.02em;
}

.topic-detail__intro,
.article-detail__intro {
  border-left: 4px solid var(--e-primary);
  border-radius: 12px;
  background: var(--e-soft);
  color: #415169;
}

.topic-detail__content,
.article-detail__content,
.faq-body,
.list > .content,
.fixed-richtext,
.page-rich-content {
  font-size: 16px;
  line-height: 2;
  color: #26364d;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.topic-detail__content p,
.article-detail__content p,
.faq-body p,
.list > .content p,
.fixed-richtext p,
.page-rich-content p {
  margin: 0 0 1em;
}

.topic-detail__content h2,
.article-detail__content h2,
.faq-body h2,
.list > .content h2,
.fixed-richtext h2,
.page-rich-content h2 {
  margin: 34px 0 16px;
  padding-left: 14px;
  border-left: 4px solid var(--e-primary);
  background: linear-gradient(90deg, rgba(0, 104, 217, .08), rgba(0, 104, 217, 0));
  color: var(--e-ink);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: -.01em;
  scroll-margin-top: 96px;
}

.topic-detail__content h3,
.article-detail__content h3,
.faq-body h3,
.list > .content h3,
.fixed-richtext h3,
.page-rich-content h3 {
  margin: 26px 0 12px;
  color: #1f2f46;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.65;
}

.topic-detail__content h4,
.article-detail__content h4,
.faq-body h4,
.list > .content h4,
.fixed-richtext h4,
.page-rich-content h4 {
  margin: 20px 0 10px;
  color: #31445e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.topic-detail__content ul,
.topic-detail__content ol,
.article-detail__content ul,
.article-detail__content ol,
.faq-body ul,
.faq-body ol,
.list > .content ul,
.list > .content ol,
.fixed-richtext ul,
.fixed-richtext ol,
.page-rich-content ul,
.page-rich-content ol {
  margin: 0 0 22px;
  padding: 16px 22px 16px 42px;
  border: 1px solid #edf3fb;
  border-radius: 12px;
  background: #f8fbff;
}

.topic-detail__content li,
.article-detail__content li,
.faq-body li,
.list > .content li,
.fixed-richtext li,
.page-rich-content li {
  margin: 4px 0;
  line-height: 2;
}

.topic-detail__content blockquote,
.article-detail__content blockquote,
.faq-body blockquote,
.list > .content blockquote,
.fixed-richtext blockquote,
.page-rich-content blockquote {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 4px solid var(--e-primary);
  border-radius: 0 12px 12px 0;
  background: #f7fbff;
  color: #43546d;
}

.topic-detail__content table,
.article-detail__content table,
.faq-body table,
.list > .content table,
.fixed-richtext table,
.page-rich-content table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  border: 1px solid #e7edf5;
  background: #fff;
  font-size: 15px;
}

.topic-detail__content th,
.topic-detail__content td,
.article-detail__content th,
.article-detail__content td,
.faq-body th,
.faq-body td,
.list > .content th,
.list > .content td,
.fixed-richtext th,
.fixed-richtext td,
.page-rich-content th,
.page-rich-content td {
  padding: 12px 14px;
  border: 1px solid #e7edf5;
  line-height: 1.8;
  vertical-align: top;
}

.topic-detail__content th,
.article-detail__content th,
.faq-body th,
.list > .content th,
.fixed-richtext th,
.page-rich-content th {
  background: #f5f8fc;
  color: var(--e-ink);
  font-weight: 800;
}

.topic-detail__content code,
.article-detail__content code,
.faq-body code,
.list > .content code,
.fixed-richtext code,
.page-rich-content code {
  padding: 2px 6px;
  border-radius: 6px;
  background: #f1f5f9;
  color: #b54708;
  font-family: Consolas, Monaco, monospace;
  font-size: .92em;
}

.topic-detail__content pre,
.article-detail__content pre,
.faq-body pre,
.list > .content pre,
.fixed-richtext pre,
.page-rich-content pre {
  overflow-x: auto;
  margin: 24px 0;
  padding: 18px 20px;
  border-radius: 12px;
  background: #101828;
  color: #f8fafc;
  line-height: 1.75;
}

.topic-detail__content pre code,
.article-detail__content pre code,
.faq-body pre code,
.list > .content pre code,
.fixed-richtext pre code,
.page-rich-content pre code {
  padding: 0;
  background: transparent;
  color: inherit;
}

.topic-detail__content img,
.article-detail__content img,
.faq-body img,
.list > .content img,
.fixed-richtext img,
.page-rich-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 18px auto;
  border-radius: 12px;
  box-shadow: 0 14px 36px rgba(23, 35, 61, .10);
}

.topic-detail__content a,
.article-detail__content a,
.faq-body a,
.list > .content a,
.fixed-richtext a,
.page-rich-content a {
  color: var(--e-primary);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}

.topic-detail__content a:hover,
.article-detail__content a:hover,
.faq-body a:hover,
.list > .content a:hover,
.fixed-richtext a:hover,
.page-rich-content a:hover {
  color: var(--e-accent);
  text-decoration-color: var(--e-accent);
}

.runtime-internal-link,
.topic-detail__content a[href^="/"],
.article-detail__content a[href^="/"],
.faq-body a[href^="/"],
.list > .content a[href^="/"] {
  font-weight: 700;
}

.footer {
  background: linear-gradient(180deg, #111b2e 0%, #0b1220 100%) !important;
}

.footer .w {
  padding: 32px 0;
}

.footer .f_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-bottom: 18px;
}

.footer .f_nav a {
  display: inline-flex !important;
  align-items: center;
  min-height: 34px;
  color: rgba(255, 255, 255, .82) !important;
}

.footer .f_nav a:hover {
  color: #fff !important;
}

.footer .txt {
  color: rgba(255, 255, 255, .58) !important;
  line-height: 1.9;
  text-align: center;
}

@media (max-width: 1000px) {
  .w,
  .wrap {
    max-width: calc(100% - 28px);
  }

  .header .header-fixed .w {
    min-height: 66px;
  }

  .header .logo .txt {
    display: none !important;
  }

  .header .nav .com {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .header .nav .com::-webkit-scrollbar {
    display: none;
  }

  .header .nav .plebans > a {
    padding: 0 14px;
  }

  .banner:after {
    background: linear-gradient(90deg, rgba(0, 31, 84, .44), rgba(0, 104, 217, .12));
  }

  .n2_list20031 .content .layui-row,
  .c2_about200410 .content .layui-row,
  .b_show20011 .content .layui-row {
    display: block;
  }

  .left_img,
  .n2_list20031 .content .layui-col-md3,
  .c2_about200410 .content .layui-col-md3,
  .b_show20011 .content .layui-col-md3 {
    width: 100% !important;
    margin-bottom: 18px;
  }

  .left_title,
  .n2_list20031 .content .layui-col-md9,
  .c2_about200410 .content .layui-col-md9,
  .b_show20011 .content .layui-col-md9 {
    width: 100% !important;
    box-sizing: border-box;
  }

  .left_img .box ul {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    gap: 8px;
  }

  .left_img .box li {
    flex: 0 0 auto;
  }

  .left_img .box li h3 {
    min-height: 40px;
    line-height: 40px;
    border: 0;
  }

  .left_img .box li a {
    border: 1px solid var(--e-line);
    border-radius: 999px;
    padding: 0 14px !important;
    background: #fff;
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  body.template-e-nav-open {
    overflow: hidden;
  }

  body.template-e-nav-open:before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 99990;
    background: rgba(7, 18, 38, .36);
    backdrop-filter: blur(4px);
  }

  .header {
    position: sticky;
    top: 0;
    z-index: 100000;
    height: 64px !important;
    min-height: 64px !important;
    overflow: visible !important;
  }

  .header .header-fixed {
    height: 64px !important;
    min-height: 64px !important;
  }

  .header .header-fixed .w {
    max-width: calc(100% - 24px);
    height: 64px !important;
    min-height: 64px;
    gap: 8px;
    padding: 0;
    box-sizing: border-box;
  }

  .header .logo {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 8px !important;
    width: calc(100% - 54px) !important;
    max-width: calc(100% - 54px) !important;
    height: 64px !important;
    flex: 0 1 calc(100% - 54px) !important;
    min-width: 0;
  }

  .header .logo a {
    grid-column: 1;
    width: 72px !important;
    min-width: 0 !important;
  }

  .header .logo img {
    max-height: 34px;
    max-width: 96px;
  }

  .header .logo .txt {
    display: block !important;
    grid-column: 2;
    min-width: 0;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .header .logo .txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.25 !important;
  }

  .header .logo .txt span {
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  .header .runtime-site-line--title span {
    display: block;
    color: var(--e-ink);
    font-size: 12px !important;
    font-weight: 800;
  }

  .header .runtime-site-line--subtitle span {
    display: block;
    color: var(--e-muted);
    font-size: 10px !important;
  }

  .header .h_rt {
    display: none;
  }

  .template-e-menu-toggle {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--e-ink);
    font-size: 14px;
  }

  .template-e-menu-toggle:before {
    width: 22px;
    height: 1.5px;
    border-radius: 999px;
    background: var(--e-ink);
    box-shadow: 0 -7px 0 var(--e-ink), 0 7px 0 var(--e-ink);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  }

  .template-e-menu-toggle[aria-expanded="true"] {
    color: var(--e-primary);
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }

  .template-e-menu-toggle[aria-expanded="true"]:before {
    background: var(--e-primary);
    box-shadow: 0 -7px 0 var(--e-primary), 0 7px 0 var(--e-primary);
  }

  .header .nav {
    display: none;
    position: fixed;
    left: 12px;
    right: auto;
    top: 74px;
    z-index: 99999;
    width: min(82vw, 340px) !important;
    max-height: calc(100vh - 82px);
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid rgba(0, 104, 217, .12);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(247,251,255,.98) 100%);
    box-shadow: 0 24px 70px rgba(13, 32, 64, .22);
    backdrop-filter: blur(10px);
  }

  body.template-e-nav-open .header .nav {
    display: block;
    animation: template-e-menu-in .18s ease-out both;
  }

  .header .nav .com {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100% !important;
    height: auto !important;
    max-width: none;
    padding: 12px;
    overflow: visible;
    box-sizing: border-box;
  }

  .header .nav .com > li.one {
    display: block !important;
    width: 100% !important;
    height: auto;
    box-sizing: border-box;
    border: 1px solid rgba(15, 43, 85, .06);
    border-radius: 16px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 8px 24px rgba(14, 44, 88, .05);
    overflow: hidden;
  }

  .header .nav .plebans > a {
    display: flex !important;
    align-items: center;
    width: 100% !important;
    box-sizing: border-box;
    min-height: 48px;
    border-radius: 0;
    justify-content: flex-start !important;
    gap: 0;
    padding: 0 16px;
    color: var(--e-ink);
    text-align: left !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .01em;
    transition: background .18s ease, color .18s ease;
  }

  .header .nav .plebans > a .image {
    display: none !important;
  }

  .header .nav .title_a {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
  }

  .header .nav .title_a .jd {
    float: none !important;
    margin-left: 6px !important;
  }

  .header .nav .com > li.current .plebans > a,
  .header .nav .plebans > a:hover,
  .header .nav .plebans > a:focus-visible {
    background: linear-gradient(90deg, rgba(0, 104, 217, .10), rgba(0, 104, 217, .03));
    color: var(--e-primary);
    outline: 0;
  }

  .header .nav .com > li.one > .goutp {
    position: static;
    display: none !important;
    min-width: 0 !important;
    width: 100% !important;
    transform: none;
    margin: 0;
    padding: 0 10px 10px;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .header .nav .com > li.current > .goutp,
  .header .nav .com > li.one:focus-within > .goutp {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .header .nav .goutp .select_bg,
  .header .nav .goutp img {
    display: none;
  }

  .header .nav .goutp a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    min-height: 36px;
    line-height: 36px;
    padding: 0 12px;
    border-radius: 10px;
    background: rgba(0, 104, 217, .045);
    color: var(--e-muted);
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header .nav .goutp a:hover,
  .header .nav .goutp a:focus-visible {
    background: rgba(0, 104, 217, .10);
    color: var(--e-primary);
    outline: 0;
  }

  @keyframes template-e-menu-in {
    from { opacity: 0; transform: translateY(-8px) scale(.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }

  .banner,
  .banner > .flexslider,
  .banner > .flexslider > ul.slides > li,
  .banner .flex-viewport,
  .banner .slides,
  .banner .slides > li {
    min-height: 240px;
  }

  .banner .bannertext,
  .banner .bannertext0 {
    left: 24px !important;
    right: 24px !important;
    top: 18% !important;
    max-width: none !important;
    width: auto !important;
  }

  .banner .bannertext h2 {
    font-size: 34px !important;
    line-height: 1.25 !important;
  }

  .banner .bannertext p,
  .banner .bannertext0 span[style*="font-size: 22px"] {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .banner .bannertext0 span[style*="font-size: 50px"],
  .banner .bannertext0 span[style*="font-size: 60px"] {
    font-size: 30px !important;
    line-height: 1.28 !important;
  }

  .n2_list20031 .left_title,
  .c2_about200410 .left_title,
  .b_show20011 .left_title,
  .faq-shell {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .runtime-related-articles {
    padding: 16px !important;
  }

  .n2_list20031 ul.list > li,
  .b_show20011 .boxgg a.zkdes li {
    padding: 16px !important;
  }

  .n2_list20031 ul.list h3,
  .b_show20011 .boxgg h3 {
    font-size: 18px;
  }

  .topic-detail__content,
  .article-detail__content,
  .faq-body,
  .list > .content {
    font-size: 15px;
    line-height: 1.85;
  }

  .preNext {
    display: grid;
    gap: 8px;
  }

  .footer .w {
    padding: 26px 0;
  }
}

@media (max-width: 760px) {
  html body .banner,
  html body .banner > .flexslider,
  html body .banner > .flexslider > ul.slides > li,
  html body .banner .flex-viewport,
  html body .banner .slides,
  html body .banner .slides > li {
    height: 260px !important;
    min-height: 260px !important;
  }

  html body .banner .bannertext,
  html body .banner .bannertext0 {
    left: 22px !important;
    right: 22px !important;
    top: 18% !important;
    width: auto !important;
    max-width: none !important;
  }

  .routest .wrap_path,
  .routest .news_path,
  .pathpadd {
    width: auto !important;
    max-width: calc(100% - 24px) !important;
    height: auto !important;
    min-height: 40px;
    line-height: 1.7 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 9px 0 !important;
    white-space: normal !important;
    overflow: hidden !important;
    font-size: 13px !important;
  }

  .banner .flexslider {
    width: 100% !important;
    height: 260px !important;
    overflow: hidden !important;
  }

  .banner .slides {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    left: 0 !important;
  }

  .banner .slides > li {
    width: 100% !important;
    left: 0 !important;
  }

  .banner .slides > li.clone {
    display: none !important;
  }

  .banner .ani-earth {
    display: none !important;
  }

  .template-home-page .banner,
  .template-home-page .banner > .flexslider,
  .template-home-page .banner > .flexslider > ul.slides > li {
    height: 360px !important;
    min-height: 360px !important;
  }

  .template-home-page .banner .bannertext {
    left: 22px !important;
    right: 22px !important;
    top: 22% !important;
    max-width: none !important;
  }

  .template-home-page .banner .bannertext h2 {
    font-size: 30px !important;
    line-height: 1.28 !important;
    margin-bottom: 12px !important;
  }

  .template-home-page .banner .bannertext p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .template-home-page .home-block {
    padding: 42px 0 !important;
  }

  .template-home-page .section-title,
  .template-home-page .titc {
    margin-bottom: 12px !important;
    font-size: 25px !important;
    line-height: 1.35 !important;
  }

  .template-home-page .section-subtitle {
    margin-bottom: 24px !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
  }

  .template-home-page .home-stats-list,
  .template-home-page .home-seo-grid,
  .template-home-page .config-list,
  .template-home-page .spotlight-grid,
  .template-home-page .home-latest-list,
  .template-home-page .home-faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .template-home-page .case-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .template-home-page .home-stats-list li,
  .template-home-page .feature-tabs li,
  .template-home-page .case-list li,
  .template-home-page .config-list li,
  .template-home-page .spotlight-item,
  .template-home-page .home-latest-list li,
  .template-home-page .home-faq-list li {
    padding: 14px !important;
  }

  .template-home-page .home-stats-list strong {
    font-size: 30px !important;
    margin-bottom: 6px !important;
  }

  .template-home-page .home-stats-list span,
  .template-home-page .config-list p,
  .template-home-page .case-list p,
  .template-home-page .home-latest-list span,
  .template-home-page .home-faq-list p {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }

  .template-home-page .case-list h3,
  .template-home-page .config-list b,
  .template-home-page .spotlight-item h3,
  .template-home-page .home-latest-list strong,
  .template-home-page .home-faq-list strong {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .template-home-page .home-stats-list li,
  .template-home-page .feature-tabs li,
  .template-home-page .case-list li,
  .template-home-page .config-list li,
  .template-home-page .spotlight-item,
  .template-home-page .home-latest-list li,
  .template-home-page .home-faq-list li {
    border-radius: 14px !important;
    box-shadow: 0 8px 24px rgba(23, 35, 61, .06) !important;
  }

  .template-home-page .feature-grid,
  .template-home-page .proof-list li,
  .template-home-page .proof-list li:nth-child(even) {
    gap: 20px !important;
  }

  .template-home-page .proof-text h3 {
    font-size: 24px !important;
  }

  .template-home-page .proof-text p {
    font-size: 15px !important;
    line-height: 1.85 !important;
  }

  .template-fixed-page .wrap,
  .template-products-services .wrap,
  .privacy-service-blocks .wrap {
    max-width: calc(100% - 28px) !important;
  }

  .template-fixed-page .page-title {
    font-size: 25px !important;
    line-height: 1.35 !important;
  }

  .template-fixed-page .fixed-panel,
  .template-fixed-page .fixed-richtext,
  .template-products-services .product-service-block,
  .privacy-service {
    border-radius: 14px;
  }

  .two_nav {
    height: auto !important;
    background: #f7f9fc;
    border-top: 1px solid var(--e-line);
    border-bottom: 1px solid var(--e-line);
  }

  .two_nav .two_ {
    display: none !important;
  }

  .h_navt20011 {
    height: auto !important;
    padding: 10px 0;
  }

  .h_navt20011 .wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .h_navt20011 .swiper-wrapper {
    display: inline-flex !important;
    gap: 8px;
    width: auto !important;
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .h_navt20011 .swiper-slide {
    display: inline-flex !important;
    width: auto !important;
    float: none !important;
    flex: 0 0 auto !important;
  }

  .h_navt20011 .swiper-slide a {
    min-height: 38px;
    line-height: 38px !important;
    margin-right: 0 !important;
    border: 1px solid var(--e-line);
    border-radius: 999px;
    background: #fff;
  }

  .template-products-services {
    padding-top: 0 !important;
  }

  .template-products-services .product-service-block {
    margin: 14px auto;
    padding: 22px 0 !important;
    border: 1px solid var(--e-line);
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(23, 35, 61, .05);
  }

  .template-products-services .product-service-block .service-inner,
  .template-products-services .product-service-block--reverse .service-inner,
  .privacy-service .privacy-service-inner,
  .privacy-service--reverse .privacy-service-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
  }

  .template-products-services .product-service-block .photo,
  .template-products-services .product-service-block .info,
  .privacy-service .photo,
  .privacy-service .info {
    width: 100% !important;
    flex: none !important;
  }

  .template-products-services .product-service-block .info,
  .privacy-service .info {
    margin-top: 0 !important;
  }

  .template-products-services .product-service-block .des h2,
  .privacy-service h2 {
    margin-bottom: 10px !important;
    font-size: 23px !important;
    line-height: 1.38 !important;
  }

  .template-products-services .product-service-block .des p,
  .privacy-service p {
    font-size: 15px !important;
    line-height: 1.85 !important;
  }

  .template-fixed-pricing .selling-points-shell,
  .template-fixed-pricing .pricing-shell,
  .template-fixed-pricing .faq-shell {
    padding: 16px !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  .template-fixed-pricing .selling-points-shell .w,
  .template-fixed-pricing .selling-points-shell .wrap,
  .price-page-shell .selling-points-shell .w,
  .price-page-shell .selling-points-shell .wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .price-page-shell .txt_list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    box-sizing: border-box !important;
  }

  .price-page-shell .txt_list li,
  .price-page-shell .pricing-shell li,
  .price-page-shell .pricing-shell .runtime-pricing-card {
    min-height: 0 !important;
    margin: 0 0 14px !important;
    padding: 20px 18px 72px !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 24px rgba(23, 35, 61, .06) !important;
  }

  .price-page-shell .txt_list li {
    padding: 18px !important;
    margin: 0 !important;
    width: auto !important;
    min-width: 0 !important;
  }

  .price-page-shell .pricing-shell h3 {
    font-size: 21px !important;
  }

  .price-page-shell .pricing-shell .txt {
    min-height: 0 !important;
    margin-top: 14px !important;
    font-size: 14px !important;
    line-height: 1.85 !important;
  }

  .price-page-shell .pricing-shell .buy_but3,
  .price-page-shell .pricing-shell .runtime-pricing-card__action {
    height: 52px !important;
    line-height: 52px !important;
    font-size: 16px !important;
    border-radius: 0 0 14px 14px !important;
  }

  .template-fixed-privacy .fixed-richtext,
  .newsv_bk0 .fixed-richtext {
    font-size: 15px !important;
    line-height: 1.85 !important;
    overflow-x: auto;
  }

  .newsv_bk0 .fixed-richtext table {
    width: 100% !important;
  }

  .newsv_bk0 .fixed-richtext td {
    display: block;
    width: auto !important;
    padding: 12px 0 !important;
    white-space: normal !important;
  }

  .privacy-service-blocks {
    padding: 10px 0 36px !important;
  }

  .privacy-service {
    margin: 14px auto;
    padding: 22px 0 !important;
    border: 1px solid var(--e-line);
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(23, 35, 61, .05);
  }

  .c2_about200410 .banner,
  .c2_about200410 .banner .flexslider,
  .c2_about200410 .banner .slides,
  .c2_about200410 .banner .slides li {
    height: 260px !important;
  }

  .c2_about200410 .left_title {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 700px) {
  .n2_list20031 ul.list > li,
  .b_show20011 .content .list .boxgg li {
    padding: 18px 0 !important;
    margin: 0 !important;
  }

  .n2_list20031 ul.list h3,
  .b_show20011 .content .list .boxgg li h3 {
    font-size: 19px !important;
    line-height: 1.45 !important;
    margin-bottom: 8px !important;
  }

  .n2_list20031 ul.list .read,
  .b_show20011 .content .list .boxgg li .des {
    max-height: none !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
  }

  .topic-detail__content,
  .article-detail__content,
  .faq-body,
  .list > .content,
  .fixed-richtext,
  .page-rich-content {
    font-size: 15px;
    line-height: 1.9;
  }

  .topic-detail__content h2,
  .article-detail__content h2,
  .faq-body h2,
  .list > .content h2,
  .fixed-richtext h2,
  .page-rich-content h2 {
    margin-top: 26px;
    font-size: 21px;
  }

  .topic-detail__content h3,
  .article-detail__content h3,
  .faq-body h3,
  .list > .content h3,
  .fixed-richtext h3,
  .page-rich-content h3 {
    font-size: 18px;
  }

  .topic-detail__content table,
  .article-detail__content table,
  .faq-body table,
  .list > .content table,
  .fixed-richtext table,
  .page-rich-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .n2_list20031 .imgbigbox {
    float: none !important;
    width: 100% !important;
    margin: 0 0 12px !important;
  }

  .n2_list20031 .imgbox,
  .n2_list20031 .imgbox td {
    width: 100% !important;
    height: 150px !important;
  }

  .n2_list20031 .left_img a:before,
  .b_show20011 .category .box li h3 a:before {
    display: none !important;
  }
}

/* Final lightweight UI pass: keep template-e clean, readable and SEO/GEO friendly. */
:root {
  --e-shadow: 0 10px 24px rgba(23, 35, 61, .055);
  --e-shadow-soft: 0 6px 18px rgba(23, 35, 61, .045);
  --e-focus: 0 0 0 3px rgba(0, 104, 217, .14);
}

.header {
  box-shadow: 0 1px 0 rgba(17, 35, 64, .06);
}

.header .header-fixed {
  background: rgba(255, 255, 255, .98);
}

.header .h_rt a {
  box-shadow: none;
}

.header .h_rt a:hover {
  box-shadow: none;
}

.header .nav {
  background: rgba(255, 255, 255, .98);
}

.header .nav .com > li.one > .goutp {
  border-color: var(--e-line);
  border-top-color: var(--e-primary);
  box-shadow: var(--e-shadow);
}

.template-e-menu-toggle {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.template-e-menu-toggle:before {
  width: 18px;
  height: 1px;
  border: 0;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
  opacity: .86;
}

.template-e-menu-toggle[aria-expanded="true"] {
  color: var(--e-primary);
  background: transparent;
  box-shadow: none;
}

.n2_list20031 .runtime-article-list .item,
.runtime-article-list .item,
.runtime-topic-list .item,
.runtime-faq-list .item,
.b_show20011 .question li,
.n2_list20031 .list li,
.home-seo-card,
.template-home-page .home-stats-list li,
.template-home-page .feature-tabs li,
.template-home-page .case-list li,
.template-home-page .config-list li,
.template-home-page .spotlight-item,
.template-home-page .home-latest-list li,
.template-home-page .home-faq-list li,
.template-fixed-page .fixed-panel,
.template-fixed-page .fixed-richtext,
.template-products-services .product-service-block,
.privacy-service,
.runtime-related-articles,
.preNext {
  border-color: var(--e-line) !important;
  box-shadow: var(--e-shadow-soft) !important;
}

.n2_list20031 .runtime-article-list .item:hover,
.runtime-article-list .item:hover,
.runtime-topic-list .item:hover,
.runtime-faq-list .item:hover,
.b_show20011 .question li:hover,
.n2_list20031 .list li:hover,
.home-seo-card:hover,
.template-home-page .case-list li:hover,
.template-home-page .home-latest-list li:hover {
  transform: translateY(-1px);
  box-shadow: var(--e-shadow) !important;
}

.n2_list20031 ul.list > li:hover,
.b_show20011 .content .list .boxgg li:hover {
  transform: none;
}

.n2_list20031 ul.list > li:before,
.b_show20011 .boxgg a.zkdes li:before {
  display: none !important;
}

.n2_list20031 ul.list h3,
.b_show20011 .content .list .boxgg li h3,
.topic-detail h1,
.article-detail h1,
.faq-shell .faq-title {
  letter-spacing: 0;
}

.topic-detail__content,
.article-detail__content,
.faq-body,
.list > .content,
.fixed-richtext,
.page-rich-content {
  max-width: 860px;
  color: #26364d;
}

.topic-detail__content h2,
.article-detail__content h2,
.faq-body h2,
.list > .content h2,
.fixed-richtext h2,
.page-rich-content h2 {
  padding: 0 0 0 12px;
  border-left-width: 3px;
  background: transparent;
}

.topic-detail__content ul,
.topic-detail__content ol,
.article-detail__content ul,
.article-detail__content ol,
.faq-body ul,
.faq-body ol,
.list > .content ul,
.list > .content ol,
.fixed-richtext ul,
.fixed-richtext ol,
.page-rich-content ul,
.page-rich-content ol {
  background: #fbfdff;
}

.topic-detail__content img,
.article-detail__content img,
.faq-body img,
.list > .content img,
.fixed-richtext img,
.page-rich-content img {
  box-shadow: var(--e-shadow-soft);
}

.pathpadd a:focus-visible,
.routest .news_path a:focus-visible,
.header .nav a:focus-visible,
.template-e-menu-toggle:focus-visible,
.runtime-pagination a:focus-visible,
.runtime-related-articles a:focus-visible,
.preNext a:focus-visible,
.topic-detail__content a:focus-visible,
.article-detail__content a:focus-visible,
.faq-body a:focus-visible,
.list > .content a:focus-visible {
  outline: 0;
  box-shadow: var(--e-focus);
}

@media (max-width: 760px) {
  body.template-e-nav-open:before {
    background: rgba(9, 24, 45, .22);
    backdrop-filter: none;
  }

  .template-e-menu-toggle {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    color: #17233d;
  }

  .template-e-menu-toggle:before {
    width: 18px;
    height: 1px;
    background: currentColor;
    box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
  }

  .template-e-menu-toggle[aria-expanded="true"]:before {
    background: currentColor;
    box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
  }

  .header .nav {
    left: 12px;
    top: 70px;
    width: min(86vw, 336px) !important;
    border-radius: 16px;
    background: rgba(255, 255, 255, .99);
    box-shadow: 0 14px 34px rgba(13, 32, 64, .14);
    backdrop-filter: none;
  }

  .header .nav .com {
    gap: 6px;
    padding: 10px;
  }

  .header .nav .com > li.one {
    border: 0;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
  }

  .header .nav .plebans > a {
    min-height: 44px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 650;
  }

  .header .nav .com > li.current .plebans > a,
  .header .nav .plebans > a:hover,
  .header .nav .plebans > a:focus-visible {
    background: rgba(0, 104, 217, .07);
  }

  .header .nav .goutp a {
    min-height: 34px;
    line-height: 34px;
    border-radius: 8px;
    background: #f7f9fc;
    font-size: 13px;
  }

  .template-home-page .home-stats-list li,
  .template-home-page .feature-tabs li,
  .template-home-page .case-list li,
  .template-home-page .config-list li,
  .template-home-page .spotlight-item,
  .template-home-page .home-latest-list li,
  .template-home-page .home-faq-list li {
    box-shadow: var(--e-shadow-soft) !important;
  }

  .topic-detail__content,
  .article-detail__content,
  .faq-body,
  .list > .content,
  .fixed-richtext,
  .page-rich-content {
    max-width: none;
  }
}
