/* è¯­è¨€åˆ‡æ¢å™¨æ ·å¼ */
.header-menu .header-nav-menu {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-menu .header-nav-menu .nav-menu-1 {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu .header-nav-menu .lang-switcher {
  width: 168px;
}

.header-menu .header-nav-menu .lang-switcher .switcher-track {
  position: relative;
  display: flex;
  border-radius: 18px;
  background: #edf1f5;
}

.header-menu .header-nav-menu .lang-switcher .switcher-track .switcher-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 37px;
  border-radius: 17px;
  background: #ffffff;
  transition: all 0.3s ease;
  z-index: 1;
}

.header-menu .header-nav-menu .lang-switcher .switcher-track .switcher-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 37px;
  border-radius: 17px;
  border: none;
  background: transparent;
  outline: none;
  z-index: 2;
  cursor: pointer;
  margin-left: -8px;
}

.header-menu .header-nav-menu .lang-switcher .switcher-track .switcher-option:first-of-type {
  margin-left: 0;
}

.header-menu .header-nav-menu .lang-switcher .switcher-track .switcher-option.active {
  border: 1px solid #d5dfe9;
}

.header-menu .header-nav-menu .lang-switcher .switcher-track .switcher-option:hover:not(.active) .text {
  color: #303c42;
}

.header-menu .header-nav-menu .lang-switcher .switcher-track .switcher-option .text {
  font-size: 18px;
  font-weight: 500;
  color: #303c42;
}

/* ä¸­æ–‡çŠ¶æ€ - æ»‘å—åœ¨å·¦è¾¹ */
.header-menu .header-nav-menu .lang-switcher .switcher-track[data-active="zh-cn"] .switcher-slider {
  left: 0;
}

/* è‹±æ–‡çŠ¶æ€ - æ»‘å—åœ¨å³è¾¹ */
.header-menu .header-nav-menu .lang-switcher .switcher-track[data-active="en"] .switcher-slider {
  left: calc(50% - 3px);
}

/* Banneræ ·å¼ */
.wh_search_input.wh_main_page_search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../images/homepage-banner.png) center no-repeat;
  background-size: cover;
  /* min-height: 26vw; */
  padding: 4.8vw 49vw 4.8vw 14vw;
  height: 480px;
}

.wh_search_input.wh_main_page_search #ug-editor-name {
  font-size: 40px !important;
  font-weight: 500 !important;
  font-family: 'Manrope','SourceHanSansCN';
  color: #101f3a !important;
  line-height: 73px !important;
  margin: 0 !important;
  margin-bottom: 12px !important;
  text-align: left !important;
}

.wh_search_input.wh_main_page_search #date {
  display: none;
}

.wh_search_input.wh_main_page_search form#searchForm {
  margin: 0;
  width: 26vw;
}

.wh_search_input.wh_main_page_search form#searchForm div {
  width: 100%;
  height: 56px;
  background-color: #fff;
  border: 1px solid #d5dfe9;
  border-radius: 33px;
  /* margin: 30px 0 0 !important; */
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
  padding-right: 2px;
}
.wh_search_input.wh_main_page_search .search-bar-wrapper form#searchForm div {
  width: 100%;
  /* height: 56px; */
  /* background-color: #fff; */
  /* border: 1px solid #d5dfe9; */
  border-radius: 6px;
  border: none;
 /* margin: 30px 0 0 !important; */
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
  padding-right: 2px;
}
.wh_search_input.wh_main_page_search form#searchForm div input.wh_search_textfield {
  width: 100%;
  padding-left: 10%;
  border: none;
  line-height: 50px;
  font-size: 18px;
  outline: none;
  background-size: 24px;
  background-position-x: 0.7vw;
}

.wh_search_input.wh_main_page_search form#searchForm div button.wh_search_button {
  width: 6%;
  line-height: 56px;
  font-size: 18px;
  color: #fff;
  background-color: #fff;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  height: initial;
  padding: 0;
  outline: none;
  position: absolute;
  left: 0;
  text-align: right;
}

.wh_search_input.wh_main_page_search form#searchForm div button.wh_search_button span.search_input_text {
  display: none;
}

.wh_search_input.wh_main_page_search form#searchForm div button.wh_search_button::after {
  font-family: "oXygen WebHelp", serif;
  content: "f";
  display: inline-block;
  margin-top: 9px;
  font-size: 27px;
  color: #303c42;
}

/* What's Newæ¨ªå¹…æ ·å¼ */
.whats-new-banner {
  position: relative;
  margin-top: -36.5px !important;
  margin: auto 14vw;
  height: 73px;
  line-height: 73px;
  border-radius: 13px;
  box-shadow: 0px 3px 18px 1px rgba(75, 98, 161, 0.05);
  background: #ffffff;
  z-index: 10;
}

.whats-new-banner .banner-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
  gap: 23px;
}

.whats-new-banner .megaphone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: rgba(237, 241, 245, 0.5);
}

.whats-new-banner .megaphone-icon img {
  width: 80%;
}

.whats-new-banner .banner-label {
  font-family: 'Manrope','SourceHanSansCN';
  font-size: 20px;
  font-weight: 800;
  color: #101f3a;
}

.whats-new-banner .banner-separator {
  color: rgba(48, 60, 66, 0.5);
}

.whats-new-banner .banner-link {
  font-family: 'Open Sans','SourceHanSansCN', sans-serif;
  font-size: 20px;
  text-decoration-line: none;
  color: #000000;
}

.whats-new-banner .banner-link:hover {
  color: #006ee1;
  text-decoration:underline;
}

/* æ­£æ–‡å†…å®¹ */
.wh_main_page .container-fluid {
  padding: 0;
  max-width: 100%;
}

.wh_main_page_toc {
  margin: 0;
  width: 100%;
  max-width: 100%;
  border: none;
}

/* Documentationséƒ¨åˆ†ã€Featured Serviceséƒ¨åˆ†å’ŒEffortless Management Featureséƒ¨åˆ† */
.documentations-section,
.featured-services-section,
.effortless-section {
  padding: 4vw 14vw 3vw 14vw;
}

.featured-services-section {
  background: #f7f9fa;
}

.documentations-section .section-title,
.featured-services-section .section-title,
.effortless-section .section-title {
  margin-bottom: 10px;
  line-height: normal;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  font-family: 'Manrope','SourceHanSansCN';
}

.documentations-section .section-subtitle,
.featured-services-section .section-subtitle,
.effortless-section .section-subtitle {
  margin-bottom: 3vw;
  text-align: center;
  font-family: 'Open Sans','SourceHanSansCN';
  color: #303c42;
}

/* Featured Services Tabå¯¼èˆª */
.featured-services-section .service-tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
  border-bottom: 1px solid #dbdedf;
  width: 70%;
  margin: 0 auto 3vw;
  flex-wrap: wrap;
}

.featured-services-section .service-tabs .tab-button {
  position: relative;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Manrope','SourceHanSansCN';
  color: #303c42;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.featured-services-section .service-tabs .tab-button::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
  transition: all 0.3s ease;
}

.featured-services-section .service-tabs .tab-button:hover {
  color: #006ee1;
}

.featured-services-section .service-tabs .tab-button.active {
  color: #006ee1;
}

.featured-services-section .service-tabs .tab-button.active::after {
  background: #006ee1;
}

/* Tabå†…å®¹å®¹å™¨ */
.featured-services-section .tab-content-container {
  position: relative;
}

.featured-services-section .tab-content {
  display: none;
}

.featured-services-section .tab-content.active {
  display: block;
}

.documentations-section .cards-container,
.featured-services-section .cards-container,
.effortless-section .cards-container {
  gap: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.documentations-section .cards-container .card,
.featured-services-section .cards-container .card,
.effortless-section .cards-container .card {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 33px 33px;
  border: 1px solid #d5dfe9;
  border-radius: 20px;
}

.effortless-section .cards-container .card {
    justify-content: center;
    border:none;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease;
}

.documentations-section .cards-container .card:hover,
.featured-services-section .cards-container .card:hover {
  border: 1px solid #006ee1;
}

.effortless-section .cards-container .card:hover {
   box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12); 
}

.documentations-section .cards-container .card:hover .card-icon,
.featured-services-section .cards-container .card:hover .card-icon{
  background: #006ee1;
}

.documentations-section .cards-container .card:hover .card-icon svg path,
.featured-services-section .cards-container .card:hover .card-icon svg path {
  fill: #ffffff;
}

.documentations-section .cards-container .card .card-icon,
.featured-services-section .cards-container .card .card-icon,
.effortless-section .cards-container .card .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: rgba(237, 241, 245, 0.5);
}

.documentations-section .cards-container .card .card-icon svg,
.featured-services-section .cards-container .card .card-icon svg,
.effortless-section .cards-container .card .card-icon svg {
  width: 100%;
  height: 100%;
}

.documentations-section .cards-container .card .card-title,
.featured-services-section .cards-container .card .card-title,
.effortless-section .cards-container .card .card-title {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Manrope','SourceHanSansCN';
}

.documentations-section .cards-container .card .card-description,
.featured-services-section .cards-container .card .card-description,
.effortless-section .cards-container .card .card-description {
  margin-bottom: 33px;
  font-family: 'Open Sans','SourceHanSansCN';
  color: #303c42;
}

.effortless-section .cards-container .card .card-description {
  margin-bottom: 0;
}


.documentations-section .cards-container .card .card-arrow,
.featured-services-section .cards-container .card .card-arrow,
.effortless-section .cards-container .card .card-arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
  color: #707c87;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.documentations-section .cards-container .card:hover .card-arrow,
.featured-services-section .cards-container .card:hover .card-arrow,
.effortless-section .cards-container .card:hover .card-arrow {
  color: #006ee1;
  transform: translateX(4px);
}

.documentations-section .cards-container .card .learn-more-link,
.featured-services-section .cards-container .card .learn-more-link,
.effortless-section .cards-container .card .learn-more-link {
  display: inline-flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #101f3a;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Manrope','SourceHanSansCN';
}

.effortless-section .cards-container .card .learn-more-link{
  margin-top:10px;
}

.documentations-section .cards-container .card .learn-more-link .link-text,
.featured-services-section .cards-container .card .learn-more-link .link-text,
.effortless-section .cards-container .card .learn-more-link .link-text {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.4s ease;
  font-size: 16px;
  color: #006ee1;
}

.documentations-section .cards-container .card .learn-more-link .link-arrow,
.featured-services-section .cards-container .card .learn-more-link .link-arrow,
.effortless-section .cards-container .card .learn-more-link .link-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.documentations-section .cards-container .card:hover .learn-more-link,
.featured-services-section .cards-container .card:hover .learn-more-link,
.effortless-section .cards-container .card:hover .learn-more-link {
  color: #006ee1;
}

.documentations-section .cards-container .card:hover .learn-more-link .link-text,
.featured-services-section .cards-container .card:hover .learn-more-link .link-text,
.effortless-section .cards-container .card:hover .learn-more-link .link-text {
  max-width: 100px;
  margin-right: 4px;
}

.documentations-section .cards-container .card:hover .learn-more-link .link-arrow,
.featured-services-section .cards-container .card:hover .learn-more-link .link-arrow,
.effortless-section .cards-container .card:hover .learn-more-link .link-arrow {
  transform: translateX(4px);
}

/* See More FeaturesæŒ‰é’® */
.effortless-section .see-more-container {
  display: flex;
  justify-content: center;
  margin-top: 3vw;
}

.effortless-section .see-more-button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 32px;
  font-size: 18px;
  font-family: 'Manrope','SourceHanSansCN';
  color: #ffffff;
  background: #006ee1;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.effortless-section .see-more-button .button-arrow {
  transition: transform 0.3s ease;
}

.effortless-section .see-more-button.collapsed .button-arrow {
  transform: rotate(180deg);
}

/* More Resources */
.document-site {
  margin: 2vw 14vw 5vw;
}

.document-site h2 {
  font-size: 40px;
  line-height: 1.33;
  margin-bottom: 3vw;
  text-align: center;
  font-family: 'Manrope','SourceHanSansCN';
}

.document-site .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.document-site .box .item {
  padding: 20px 22px;
  text-align: center;
}
.document-site .box .document-vertical {
  width: 1px;
  height: 158px;
  background: #dcdcdc;
}

.document-site a:hover {
  text-decoration: none;
}
.document-site a:hover .title {
  color: #006ee1;
}

.document-site .item:last-child {
  border: none;
}

.document-site .box .item .img {
  width: 80px;
}

.document-site .item .title {
  font-family: 'Manrope','SourceHanSansCN';
  font-weight: 500;
  font-size: 20px;
  color: #101f3a;
  line-height: 40px;
}

.document-site .item .content {
  font-family: 'Open Sans','SourceHanSansCN';
  font-weight: 400;
  font-size: 14px;
  color: #303c42;
  line-height: 30px;
}

.document-site .item:nth-child(1) .img img {
  width: 51px;
}
.document-site .item:nth-child(2) .img img {
  width: 69px;
}
.document-site .item:nth-child(3) .img img {
  width: 78px;
}

.wh_hide_highlight:after {
        content: '';  
        display: inline-block;
        vertical-align: bottom;
        width: 20px;   
        height: 20px;
        background: url('../images/highlight.svg') no-repeat center;
        background-size: contain;
         margin-bottom: 3px;
}

/* ç§»åŠ¨ç«¯é€‚é… */
@media only screen and (max-width: 767px) {
  #wh_topic_container .wh_content_area #wh_topic_body .wh_topic_content.body {
        margin: 40px 0 !important;
        padding: 48px 10px 61px 10px;
  }
  .wh_search_input.wh_main_page_search form#searchForm div{
    height: 48px;
    margin: 0 !important;

  }
  #wh_topic_container .wh_content_area #wh_topic_body .wh_related_links {
    margin: 40px 5px !important;
  }
   .wh_expand_btn.expanded,.wh_expand_btn{
    left:35px !important;
  }
  .search-bar-wrapper{
    flex-wrap:wrap;
    width: 95% !important;
    margin: 0 !important;
  }
  .wh_search_input.wh_main_page_search form#searchForm div input.wh_search_textfield {
        padding-left: 30px !important;
  }
  .featured-services-section .service-tabs{
    flex-wrap: wrap;
  }
  .header-menu .header-nav-menu {
    gap: 8px;
  }

  .header-menu .header-nav-menu .lang-switcher {
    width: 70px;
  }

  .header-menu .header-nav-menu .lang-switcher .switcher-track {
    width: 100%;
    justify-content: center;
    padding: 2px;
    background: transparent;
  }

  .header-menu .header-nav-menu .lang-switcher .switcher-track .switcher-slider {
    display: none;
  }

  .header-menu .header-nav-menu .lang-switcher .switcher-track .switcher-option {
    width: auto;
    margin-left: 0;
    padding: 5px 10px;
    display: none;
  }

  .header-menu .header-nav-menu .lang-switcher .switcher-track .switcher-option.active {
    display: flex;
    background: #edf1f5;
    border-radius: 17px;
  }

  .header-menu .header-nav-menu .lang-switcher .switcher-track .switcher-option .text {
    font-size: 11px;
  }

  /* Bannerç§»åŠ¨ç«¯æ ·å¼ */
  .wh_search_input.wh_main_page_search {
    min-height: auto;
    padding: 40px 20px;
  }

  .wh_search_input.wh_main_page_search #ug-editor-name {
    font-size: 28px !important;
    line-height: 40px !important;
    margin-bottom: 20px !important;
  }

  .wh_search_input.wh_main_page_search form#searchForm {
    width: 73%;
    padding-left: 5px;
  }

  .wh_search_input.wh_main_page_search form#searchForm div {
    height: 42px;
    margin: 0 !important;
    width: 120% !important;
    flex-wrap: wrap;
  }

  .wh_search_input.wh_main_page_search form#searchForm div input.wh_search_textfield {
    padding-left: 32px;
    font-size: 14px;
    line-height: 46px;
  }

  .wh_search_input.wh_main_page_search form#searchForm div button.wh_search_button {
    width: 40px;
    line-height: 48px;
  }

  .wh_search_input.wh_main_page_search form#searchForm div button.wh_search_button::after {
    font-size: 24px;
    margin-top: 6px;
  }

  /* What's Newæ¨ªå¹…ç§»åŠ¨ç«¯æ ·å¼ */
  .whats-new-banner {
    margin-top: -25px !important;
    margin: auto 20px;
    padding: 12px 16px;
    height: auto;
    line-height: normal;
  }

  .whats-new-banner .banner-content {
    padding-left: 0;
    gap: 8px;
    font-size: 12px;
  }

  .whats-new-banner .megaphone-icon {
    width: 36px;
    height: 36px;
  }

  .whats-new-banner .banner-label {
    font-size: 12px;
  }

  .whats-new-banner .banner-separator {
    font-size: 12px;
  }

  .whats-new-banner .banner-link {
    font-size: 12px;
  }

  /* Preparationã€Featured Serviceså’ŒEffortlessç§»åŠ¨ç«¯æ ·å¼ */
  .documentations-section,
  .featured-services-section,
  .effortless-section {
    margin: 0;
    padding: 50px 25px;
  }

  .documentations-section .section-title,
  .featured-services-section .section-title,
  .effortless-section .section-title {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .documentations-section .section-subtitle,
  .featured-services-section .section-subtitle,
  .effortless-section .section-subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }

  /* Featured Services Tabå¯¼èˆªç§»åŠ¨ç«¯ */
  .featured-services-section .service-tabs {
    width: 100%;
    margin-bottom: 24px;
    gap: 0;
    border-bottom: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
  }

  .featured-services-section .service-tabs::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
  }

  .featured-services-section .service-tabs .tab-button {
    flex-shrink: 0;
    padding: 12px 16px;
    font-size: 14px;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
  }

  .featured-services-section .service-tabs .tab-button::after {
    display: none;
  }

  .featured-services-section .service-tabs .tab-button.active {
    background: transparent;
    border-bottom-color: #006ee1;
  }

  .documentations-section .cards-container,
  .featured-services-section .cards-container,
  .effortless-section .cards-container {
    flex-direction: column;
    gap: 20px;
  }

  .documentations-section .cards-container .card,
  .featured-services-section .cards-container .card,
  .effortless-section .cards-container .card {
    padding: 24px 20px 30px;
  }

  .documentations-section .cards-container .card .card-icon,
  .featured-services-section .cards-container .card .card-icon,
  .effortless-section .cards-container .card .card-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 16px;
  }

  .documentations-section .cards-container .card .card-title,
  .featured-services-section .cards-container .card .card-title,
  .effortless-section .cards-container .card .card-title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .documentations-section .cards-container .card .card-description,
  .featured-services-section .cards-container .card .card-description,
  .effortless-section .cards-container .card .card-description {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .documentations-section .cards-container .card .learn-more-link,
  .featured-services-section .cards-container .card .learn-more-link,
  .effortless-section .cards-container .card .learn-more-link {
    font-size: 14px;
  }

  .documentations-section .cards-container .card .learn-more-link .link-text,
  .featured-services-section .cards-container .card .learn-more-link .link-text,
  .effortless-section .cards-container .card .learn-more-link .link-text {
    max-width: 100px;
    margin-right: 4px;
  }

  /* See More FeaturesæŒ‰é’®ç§»åŠ¨ç«¯æ ·å¼ */
  .effortless-section .see-more-container {
    margin-top: 24px;
  }

  .effortless-section .see-more-button {
    padding: 12px 24px;
    font-size: 16px;
  }

  /* More Resources ç§»åŠ¨ç«¯æ ·å¼ */
  .document-site {
    margin: 0;
    padding: 50px 25px;
  }

  .document-site h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .document-site .box {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .document-site .box .item {
    padding: 24px 20px;
    border-radius: 16px;
    border: 1px solid #d5dfe9;
  }

  .document-site .box .item .img {
    width: 60px;
  }

  .document-site .box .item:nth-child(1) .img img {
    width: 38px;
  }

  .document-site .box .item:nth-child(2) .img img {
    width: 52px;
  }

  .document-site .box .item:nth-child(3) .img img {
    width: 59px;
  }

  .document-site .box .item .title {
    font-size: 18px;
    line-height: 32px;
  }

  .document-site .box .item .content {
    font-size: 14px;
    line-height: 24px;
  }

  .document-site .box .document-vertical {
    display: none;
  }
}

/* æ•´ä¸ªcontentå¸ƒå±€ */
#wh_topic_container {
  position: relative;
  padding: 0;
  max-width: none;
  background: #f7f9fa;
  font-family: 'Open Sans', 'SourceHanSansCN';
  color: #303c42;
}
#wh_topic_container > .row {
  margin: 0;
}

#wh_topic_container > .row .wh_breadcrumb ol {
  color: #303c42;
}

#wh_topic_container > .row .wh_breadcrumb ol .active {
  color: #006ee1;
}

#wh_topic_container > .row .webhelp_expand_collapse_sections[data-next-state="collapsed"]:after {
  color: #303c42;
}

#wh_topic_container table.table {
  table-layout: fixed;
  margin: 16px 0;
  border: 1px solid #8a929a;
  white-space: normal !important;
  /* word-break: break-word; */
}

#wh_topic_container .table thead th {
  vertical-align: middle;
  border-bottom-width: 1px;
}

#wh_topic_container .table td,
#wh_topic_container .table th {
  padding: 1rem;
  word-break: break-word;
}

#wh_topic_container .table td ul {
  padding-left: 20px;
}

#wh_topic_container .table td a,
#wh_topic_container .table td ul li:has(a)::marker {
  /* color: #006ee1; */
  word-break: break-word;
}

/*
   * ------------------------------------------------------------------
   *  
   * Publication TOC
   * 
   */
.wh_topic_toc .wh_topic_label:after{
    content: ""
}
div .wh_publication_toc {
  position: static !important;
  padding: 0px 40px 0 10%;
  background-color: #fff;
}

.wh_publication_toc > ul > li > span > .title > a {
  font-size: 18px;
  font-weight: 600;
}

.wh_publication_toc > ul > li > ul li.active {
  padding: 10px 0;
  background: #f7f9fa;
}

.wh_publication_toc .active > .topicref a {
  font-weight: 600;
  color: #006ee1 !important;
}

.wh_publication_toc span a {
  color: #303c42 !important;
  /* color: #101f3a !important; */
}

.wh_topic_toc .wh_topic_label{
  margin-top:20px;
}

@media only screen and (max-width: 767px) {
  .wh_publication_toc {
    border-radius: 0;
    padding: 1em 0.5em;
    margin-top: 10px;
    border: 1px solid #e0e0e0;
  }
  .wh_related_links,
  .wh_child_links,
  .wh_topic_content .related-links {
    border: 1px solid #e0e0e0;
  }
} /* Publication TOC tooltip */
.wh_breadcrumb .topicref .wh-tooltip,
.wh_publication_toc .topicref .wh-tooltip {
  color: #fff;
  font-size: 1.4rem;
  border-radius: 7px;
  box-shadow: 0px 7px 17px 0px rgba(48, 60, 66, 0.1);
  background: rgba(0, 0, 0, 0.75);
}
/* Tooltip arrow. */

.wh_publication_toc .wh-expand-btn:before {
  font-size: 0 !important;
}
.wh_publication_toc span[data-state=expanded] > .wh-expand-btn:before {
  content: "";
  display: inline-block;
  margin-bottom:-3px;
  width: 20px;
  height: 20px;
  background: url(../images/badge-down.png) center/contain no-repeat;
}
.wh_publication_toc span[data-state=collapsed] > .wh-expand-btn:before,
.wh_publication_toc span[data-state=not-ready] > .wh-expand-btn:before {
  content: "";
  display: inline-block;
  margin-bottom:-3px;
  width: 20px;
  height: 20px;
  background: url(../images/badge-right.png) center/contain no-repeat;
}
/* Tooltip arrow. */

[data-tooltip-position="left"] .topicref .wh-tooltip::before {
  /* border-left-color: #5185cb; */
  border-left-color: rgba(0, 0, 0, 0.75);
}
[data-tooltip-position="right"] .topicref .wh-tooltip::before {
  border-right-color:rgba(0, 0, 0, 0.75);
}
[data-tooltip-position="bottom"] .topicref .wh-tooltip::before {
  border-bottom-color: rgba(0, 0, 0, 0.75);
}
[data-tooltip-position="top"] .topicref .wh-tooltip::before {
  border-top-color: rgba(0, 0, 0, 0.75);
}

/*
   * ------------------------------------------------------------------
   *  
   * Topic content
   * 
   */
.wh_topic_content,
.wh_content_area {
  color: #101f3a;
  line-height: 1.7em;
  margin-bottom: 80px;
}
.wh_main_page .wh_content_area {
  margin: 0;
  /*margin-left: -20px;*/
  /*margin-right:-20px;*/
}
.wh_topic_content .title.topictitle1 {
  font-size: 2em;
  line-height: 1.4em;
}
.topictitle3 {
  font-weight: 400;
}
.wh_related_links,
.wh_child_links,
.wh_topic_content .related-links {
  padding-top: 7px;
  margin-top: 0;
  background-color: #f7f9fa;
}
.wh_related_links,
.wh_topic_content .related-links {
  padding: 0.5em 1.5em;
}
.wh_child_links {
  padding: 1.5em;
  display: none;
}
.related-links strong {
  font-weight: 600;
  font-size: 16px;
  margin-left: -20px;
}
.related-links a,
.related-links a:visited {
  color: #006ee1;
  padding-bottom: 0.3em;
  display: inline-block;
  margin: 4px -20px -14px;
}

.filepath {
  color: #c7254e !important;
}
.sectiondiv {
  margin-top: 20px;
  margin-bottom: 20px;
}

.secdiv-title {
  font-size:16px;
  font-weight:bolder;
}

#wh_topic_container .wh_content_area {
  margin-bottom: 0;
}

#wh_topic_container .wh_content_area .row {
  flex-wrap: nowrap;
  margin: 0;
}

#wh_topic_container .wh_content_area #wh_publication_toc,
#wh_topic_container .wh_content_area #wh_topic_body,
#wh_topic_container .wh_content_area #wh_topic_toc {
  flex: none !important;
  width: auto !important;
  max-width: none !important;
}

#wh_topic_container .wh_content_area #wh_publication_toc {
  padding: 0;
  width: 385px !important;
  flex-shrink: 0 !important;
}
#wh_topic_container .wh_content_area #wh_topic_toc {
  width: 250px !important;
  flex-shrink: 0 !important;
  position: static !important;
}
.wh_content_area nav#wh_topic_toc {
  padding: 40px 0 100px 0;
}

#wh_topic_container #wh_publication_toc {
  margin-bottom: 0;
  background: #fff;
}
#wh_topic_container .wh_content_area .wh_publication_toc > ul > li {
  padding: 6px 0;
}

#wh_topic_container .wh_content_area #wh_publication_toc .wh_publication_toc .topicref {
  padding-right: 16px;
}

#wh_topic_container .wh_content_area #wh_topic_body {
  padding: 0;
}

#wh_topic_container .wh_content_area #wh_topic_body .wh_topic_content.body {
  margin: 40px;
  padding: 48px 40px 61px 55px;
  border-radius: 20px;
  background: #ffffff;
}

#wh_topic_container .wh_content_area #wh_topic_body .wh_topic_content .title.topictitle1 {
  font-family: Open Sans;
  font-weight: bold;
  color: #101f3a;
}

#wh_topic_container .wh_content_area #wh_topic_body p.\-.topic\/shortdesc.shortdesc {
  font-family: Open Sans;
  color: #303c42;
}

#wh_topic_container .wh_content_area #wh_topic_body {
  flex: 1 !important;
  min-width: 0 !important;
}

/* Related information */
#wh_topic_container .wh_content_area #wh_topic_body .wh_related_links {
  margin: 40px;
  padding: 20px 30px;
  border-radius: 20px;
  background: #ffffff;
}

#wh_topic_container .wh_content_area #wh_topic_body .related-links strong {
  margin-bottom: 8px;
  display: block;
  font-weight: 700;
  font-size: 20px;
  font-family: Manrope;
}

#wh_topic_container .wh_content_area #wh_topic_body .related-links a,
#wh_topic_container .wh_content_area #wh_topic_body .related-links a:visited {
  position: relative;
  color: #006ee1;
}

#wh_topic_container .wh_content_area #wh_topic_body .related-links a::after {
  position: absolute;
  top: 9px;
  right: -16px;
  content: "";
  background: url(../images/arrow-right-blue.svg) center no-repeat;
  background-size: contain;
  rotate: -45deg;
  margin-left: 4px;
  width: 10px;
  height: 10px;
}

/* topic archive */
.archive-learning-path-item {
  position: relative;
  box-sizing: border-box;
}
.archive-learning-path-inner {
  padding-left: 70px;
  position: relative;
}
.archive-learning-path-inner::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e3e8ed;
  position: absolute;
  left: 34px;
  top: 0;
  z-index: 5;
}

.archive-learning-path-wrap
  .archive-learning-path-item:last-child
  .archive-learning-path-inner::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e1e6f0;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.archive-learning-path-head {
  line-height: 32px;
  position: absolute;
  left: 8px;
  top: 0;
  z-index: 10;
}
.archive-learning-path-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  border: 4px solid #fff;
  background-color: #fff;
}
.archive-learning-path-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  font-weight: 500;
}
.archive-learning-path-item .archive-learning-path-section:last-child {
  padding-bottom: 48px;
}
.archive-learning-path-section {
  padding-top: 4px;
  padding-bottom: 20px;
  overflow: hidden;
}
.archive-learning-path-section-title {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  font-weight: 400;
}

.learning-path-title {
  font-size: 18px;
  line-height: 51px;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #3d4a59;
  /* margin-left: -2rem; */
}

.archive-learning-path-item .no-space {
  margin-left: 0;
}

/* topic Ã¥ÂÂ³Ã¨Â¾Â¹Ã¥Â¯Â¼Ã¨Ë†ÂªÃ¦Â Â·Ã¥Â¼Â */
.wh_topic_toc {
  border-left: none !important;
  margin-left: 0;
  padding-left: 0;
  position: sticky;
  top: 20px;
  max-height: 500px;
  overflow-y: auto;
  width: 80%;
}
.wh_topic_toc ul {
  margin-left: 18px !important;
}


.wh_topic_toc ul .section-item {
  position: relative;
}

.wh_topic_toc ul .section-item::before {
  content: " ";
  position: absolute;
  top: 16px;
  left: -12px;
  width: 1px;
  height: 100%;
  background: rgba(16, 31, 58, .1);
}


.wh_topic_toc ul .section-item:last-child::before {
  display: none;
}

.wh_topic_toc ul .section-title {
  position: relative;
}

.wh_topic_toc ul .section-title a{
  color: #303c42;
}
.wh_topic_toc ul .section-title .current_node{
  color: #006EE1;
}
.wh_topic_toc ul .section-title:has(a.current_node)::before {
  background: #006EE1;
  border: none;
}

.wh_topic_toc ul .section-title::before {
  content: " ";
  position: absolute;
  top: 7px;
  left: -16px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #D6DCDF;
  background: #FFFFFF;
}






/* ç›®å½•æ”¶ç¼© */
.navbar-close {
    cursor: pointer;
    width: 40px;
    display: block;
    padding-bottom: 20px;
    position: relative; 
}

.navbar-close::before {
    content: "";
    position: absolute;
    top: 44px;
    left: 44px;
    width: 40px;
    height: 40px;
    background: url('../images/close-banner.svg') no-repeat center center;
    background-size: contain;
    z-index: 1;
}
.navbar-close img {
    visibility: hidden; 
}
.navbar-open {
  width: 60px;
  height: 40px;
}
.navbar-open::before {
    content: "";
    position: absolute;
    top: 84px;
    cursor: pointer;
    left: 44px;
    width: 40px;
    height: 40px;
    background: url('../images/open-navbar.png') no-repeat center center;
    background-size: contain;
    z-index: 1;
}
.navbar-open img {
    visibility: hidden; 
}
.topic-close {
  width: 40px;
  height: 40px;
}
.topic-close::before {
    content: "";
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url('../images/open-navbar.png') no-repeat center center;
    background-size: contain;
}
.topic-close img {
    visibility: hidden; 
}
.topic-open-fixed {
  position: absolute; 
  top: 285px; 
  right: 40px; 
  z-index: 9999; 
  width: 40px; 
  cursor: pointer;
}
.topic-open-fixed::before {
    content: "";
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url('../images/topic-open.png') no-repeat center center;
    background-size: contain;
}
.topic-open-fixed img {
    visibility: hidden; 
}

/*
   * ------------------------------------------------------------------
   *  
   * Search area
   * 
   */
.wh_search_input {
  display: block;
  margin: 0;
  position: relative;
  padding: 40px 15vw;
  padding-left: 350px;
  background-size: 35%;
  background: url(../images/search-bg.png) center no-repeat;
  background-size: cover;
}

.back-home {
  position: absolute;
  top: 0;
  left: -60px;
  border: 1px solid #d5dfe9;
  border-radius: 50%;
  background: #ffffff;
}
.back-home a {
  color: #fff;
}
.back-home img {
  width: 42px;
  /* visibility: hidden;  */
}

/*
   * ------------------------------------------------------------------
   *  
   * Tools and navigation
   * 
   */
.wh_tools {
  padding: 0 30px;
  margin: 0;
  box-shadow: 0px 3px 7px 0px rgba(48, 60, 66, 0.07);
  z-index: 1;
  background-color: #ffffff;
}

/* nested topic */
.topic.nested1 .section:first-of-type > .sectiontitle {
  border-top: none;
}
.topic.nested1 .section {
  margin-left: 30px;
}
.topic.nested1 .sectiontitle .wh_expand_btn {
  left: 105px; 
}
.topictitle2 {
font-size:30px;
font-weight:600;
margin-left: -8px;
}
.wh_expand_btn {
    cursor: pointer;
    position: absolute;
    left: 0.6em; 
    font-family: "oXygen WebHelp", serif;
    font-style: normal;
    font-size: 0.6em;
    font-weight: lighter;
    display: inline-block;
}

.wh_expand_btn:before {
    content: "q"; 
    font-size: 1.3em;
}

.wh_expand_btn.expanded:before {
    content: "p"; 
}

.sectiontitle .wh_expand_btn {
    left: 75px;
}

.topictitle2 .wh_expand_btn {
    left: 75px; 
}

/*code*/
var.varname {
  font-style: normal;
  color: #ff4975;
}
code {
  padding: 1px 10px;
  color: #e01b1b;
  border-radius: 3px;
  background-color: rgba(224, 27, 27, 0.05);
  font-family: Open Sans;
}
pre code {
    background-color: #F4F7FA;
    padding: 1px;
    font-family: Open Sans;
}
pre {
  background-color: #F4F7FA;
} 
.codeblock {
	font-family: Open Sans;
}

.codeph {
	font-family: Open Sans;
}
pre.codeblock.language-json {
    background-color: #F4F7FA;
}
.hl-json_key {
	color: #F96A38;
}
.hl-string {
	color: #198844;
}
.ddexpand {
	margin: 0.5em 0 0.5em 40px;
 }
/* 搜索框样式 开始 */
.search-bar-wrapper {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  width: max-content;
  margin: 0 auto;
}

#search-mode ul {
  background-color: #fff;
  box-shadow: 0px 2px 13px 0px rgb(16 31 58 / 5%);
  display: inline-block;
  border-radius: 6px;
  min-width: 100%;
  padding: 0;
  position: absolute;
  z-index: 999;
  left: 0px;
  top: 49px;
  display: none;
}

#search-mode ul li {
  list-style: none;
  height: 45px;
  padding: 0px 15px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #303c42;
  line-height: 45px;
  margin-top: 0;
  text-align: left;
}

#search-mode ul li:hover {
  border-radius: 6px;
  background-color: #E1F6FF;
  text-decoration: none;
}


/* 右侧搜索模式 开始 */
#search-mode {
  height: 38px;
  width: 180px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 10px;
  margin: 4px;
}

#search-mode .title {
  outline: none;
  line-height: 38px;
  color: #fff;
  vertical-align: middle;
  padding: 0 15px;
  appearance: none;
  background-color: #006ee1;
  border-radius: 4px;
  text-align: left;
  margin-bottom: 0;
  cursor: pointer;
  white-space: nowrap;

  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;

  background: url(../images/p-series/angle-down-white.svg) center no-repeat;
  background-color: #006ee1;
  background-size: 13px 10px;
  background-position-x: 91%;
}

#search-mode .title.active {
  background: url(../images/p-series/angle-up-white.svg) center no-repeat;
  background-color: #006ee1;
  background-size: 13px 10px;
  background-position-x: 91%;
}

.beta-badge {
  position: relative;
  right: 0px;
  top: -6px;
  width: 23.5px;
  height: 12.5px;
}

#search-mode ul {
  left: 0;
  top: 45px;
}

/* 右侧搜索模式 结束 */
/* 搜索页-搜索框 开始 */
.search-wrapper {
    position: relative;
    display: flex;
    gap: 15px;
    background: white;
    border-radius: 33px;
    padding: 0 20px;
    border: 1px solid #d5dfe9;
}

.search-mode-switcher {
    display: flex;
    align-items: center;
    gap: 10px;
 
}

.search-divider{
  background-color: #E0E1E3;
  width: 1px;
  height: 21px;
}

/* 搜索页-搜索框-图标 开始 */
.mode-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s;
    position: relative;
}

.mode-icon:hover, .mode-icon.active {
    opacity: 1;
}

.mode-icon.search-site {
    background-image: url('../images/search/site-search.png');
}

.mode-icon.search-site.active {
    background-image: url('../images/search/site-search-active.png');
}

.mode-icon.ai-assistant {
    background-image: url('../images/search/ai-assistant.png');
}

.mode-icon.ai-assistant.active {
    background-image: url('../images/search/ai-assistant-active.png');
}

/* Tooltip */
.mode-icon .tooltip {
    visibility: hidden;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 5px 8px;
    border-radius: 4px;
    position: absolute;
    bottom: 160%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 20;
}

.mode-icon .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.mode-icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
/* 搜索页-搜索框-图标 结束 */

.search-wrapper .wh_search_textfield {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  flex: 1;
}

/* 搜索页-搜索框 结束 */

/* 去除自动填充背景色 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #333333 !important;
  transition: background-color 5000s ease-in-out 0s;
}