/* åŽ»é™¤é»˜è®¤ å›¾ç‰‡hover æ ·å¼ */

img.image:not(img[usemap]) {
  opacity: 1 !important;
}
/* 目录收缩 */
.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;
  margin-bottom: 25px;
}
.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; 
}
/* æ›´æ”¹noteså›¾æ ‡ */
div.note_restriction {
  background-image: url(../images/notes/restriction.svg) !important;
  background-repeat: no-repeat;
  background-size: 23px 29px;
}
div.note_note {
  background-image: url(../images/notes/note.svg) !important;
  background-repeat: no-repeat;
  background-size: 28px 28px;
}
div.note_tip {
  background-image: url(../images/notes/tip.svg) !important;
  background-repeat: no-repeat;
  background-size: 28px 28px;
}
div.note_caution {
  background-image: url(../images/notes/caution.svg) !important;
  background-repeat: no-repeat;
}
div.note_danger {
  background-image: url(../images/notes/danger.svg) !important;
  background-repeat: no-repeat;
}
div.note_remember {
  background-image: url(../images/notes/remember.svg) !important;
  background-repeat: no-repeat;
}
div.note_trouble {
  background-image: url(../images/notes/troubleshooting.svg) !important;
  background-repeat: no-repeat;
  background-size: 28px 28px;
}
div.note_warning {
  background-image: url(../images/notes/warning.svg) !important;
  background-repeat: no-repeat;
}
div.note_important {
  background-image: url(../images/notes/important.svg) !important;
  background-repeat: no-repeat;
  background-size: 28px 28px;
}
/*Ã¤Â¸â€¹Ã©ÂÂ¢Ã¦ËœÂ¯YeastarÃ¥Â¯Â¼Ã¨Ë†ÂªÃ¦Â Â·Ã¥Â¼Â*/
/*nav-menu*/
.header-menu {
  position: relative;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  top: 0;
  box-shadow: 0 0 10px #e4e4e4;
  min-height: 79px;
  padding: 18px 14vw;
}
.header-menu .logo {
  display: inline-block;
  vertical-align: middle;
}
.header-menu .logo a {
  display: block;
  height: 37px;
  background: url(../images/yeastar-logo.svg) no-repeat;
  width: 124px;
  position: relative;
}
.header-menu .logo a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 29px;
  background-color: #303c42;
  position: absolute;
  bottom: 0px;
  right: -9px;
}
.document-url {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin: 0;
  color: #101f3a;
  font-family: Manrope !important;
  font-weight: 500;
  margin-left: 13px;
  position: relative;
  top: 2px;
}
.doc-url {
  font-size: 14px;
  font-weight: 100;
  margin-left: 10px;
}
.document-url a:hover {
  color: #006ee1 !important;
  text-decoration: none;
}

.document-url a {
  text-decoration: none;
  color: #000 !important;
  cursor: pointer;
}
.document-url .split {
  font-size: 25px;
  font-weight: 300;
  display: none;
}
.header-menu .header-nav-menu {
  display: inline-block;
  vertical-align: top;
  float: right;
}
.header-menu .header-nav-menu a {
  text-decoration: none;
}
.header-menu .header-nav-menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.header-menu .header-nav-menu ul.nav-menu-1 li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  position: relative;
}
li.change-lang:before {
  content: "";
  background: url(../images/p-series/select-language-icon.png) center no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  display: none;
}
.header-menu .header-nav-menu ul.nav-menu-1 li.free-trial {
  margin-right: 4px;
}
.header-menu .header-nav-menu ul.nav-menu-1 > li:hover > a {
  border-bottom: 2px solid #004277;
}
/* caption */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
  display: none !important;
}
/* free trial nav */
.free-trial a {
  display: block;
  width: 165px;
  background-color: #ffa300;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
  color: #fff !important;
  font-size: 18px;
}
.header-menu .header-nav-menu ul.nav-menu-1 > .free-trial:hover > a {
  border-bottom: none;
  background: #f7b215;
}
.change-lang select {
  border: none;
  font-size: 18px;
  outline: none;
  color: #303c42;
}

/*back to homepage*/
.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;
}

/*Purchasing Guide æ ·å¼*/

.guide-chapters {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
}

.chapters {
  width: 180px;
  height: 180px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding-top: 26px;
}

.chapters .sub-chapter {
  box-shadow: 0px 0px 11px 0px rgb(16 31 58 / 10%);
  border-radius: 10px;
  background-color: #fff;
  width: 100px;
  height: 100px;
  margin: 0px 0px 1px 38px;
}

.chapters img {
  width: 80px;
  height: 80px;
  /* position: fixed; */
  margin: 10px 10px;
}

.chapters a {
  color: #000;
}

.chapters a:hover {
  color: #006ee1;
}

.chapters .parallel-line {
  text-align: center;
  line-height: 8px;
  margin-top: 20px;
}

.chapters .parallel-line a {
  color: #180000;
}

.chapters .parallel-line a:hover {
  text-decoration: underline;
  color: #0087d7;
}

.chapters:hover {
  transform: scale(1.2);
}

.panel-1 div {
  width: 138px;
  height: 100px;
  background-color: #006ee1;
  display: none;
  position: relative;
  top: -140px;
  left: 19px;
}

.panel-1 a {
  color: #fff !important;
  line-height: 30px;
  padding: 0px 0px 0px 12px;
  top: 5px;
  position: relative;
}

.panel-1 a:hover {
  text-decoration: underline;
  color: #fff !important;
}

.chapters:hover .panel-1 div {
  display: block;
}

/*Purchasing guide æ ·å¼ç»“æŸ*/

/*ä»¥ä¸‹è¦†ç›–oxygenè‡ªå¸¦çš„related link æ ·å¼*/
/* div .wh_related_links .related-links,
.wh_topic_content .related-links {
  background-color: #f8f8f8;
} */

/*developer-about this guide*/

div.api_card {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  border-radius: 19px;
  height: 160px;
  margin-right: 15px;
  margin-top: 16px;
  border: 1px solid #dadce0;
}

h3.api_card {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 35px;
  /* color: grey; */
  width: 190px;
  font-size: 18px;
}

h3.api_card a {
  color: #006ee1;
}

div.api_card:hover h3.api_card a {
  color: #006ee1;
  text-decoration: none;
}

div.api_card {
  transition: box-shadow 0.3s;
}

div.api_card:hover {
  box-shadow: 1px 1px 10px 5px #f2f2f2;
  border: none;
}

div.card_right {
  display: inline-block;
  margin-left: 35px;
  width: 220px;
}

.guide-chapters-new .chapter {
  min-width: 95px;
}

.guide-chapters-new-en .chapter {
  min-width: 128px;
}

.guide-chapters,
.card-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap;
}

.chapter {
  font-weight: 400;
  position: relative;
  /*margin:1.6em 1.6em 1.6em 0;*/
  margin: 1.6em;
  position: relative;
  background-color: #fff !important;
}
.chapter_image {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 20%;
  box-shadow: 0 1.6px 3.6px 0 hsl(0deg 0% 0% / 13%), 0 0.3px 0.9px 0 hsl(0deg 0% 0% / 11%);
  border: 1px solid hsla(0, 0%, 100%, 0);
  display: block;
  margin: 0 auto 20px;
}

.chapter_image_install {
  height: 80px;
  /* position:absolute;
    */
  margin: 10px 0 0 0;
}
.chapter_text {
  position: relative;
  width: 100%;
}
.chapter_title {
  font-size: 14px;
  text-align: center;
}
.chapter a {
  color: #3d4a59 !important;
}

.chapter {
  trasition: transform 0.3s;
}

.chapter:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.chapter:hover a {
  color: #006ee1 !important;
  text-decoration: none;
}

div[data-id="purchase"] > a > div > .chapter_image {
  background: url("../images/p-series-title-images/pp-purchase.png") no-repeat center;
  background-size: 90%;
}
div[data-id="order"] > a > div > .chapter_image {
  background: url("../images/p-series-title-images/pp-order.png") no-repeat center;
  background-size: 90%;
}
div[data-id="product"] > a > div > .chapter_image {
  background: url("../images/p-series-title-images/pp-product.png") no-repeat center;
  background-size: 90%;
}
div[data-id="partner"] > a > div > .chapter_image {
  background: url("../images/p-series-title-images/pp-partner.png") no-repeat center;
  background-size: 90%;
}
div[data-id="lcs"] > a > div > .chapter_image {
  background: url("../images/p-series-title-images/lcs.png") no-repeat center;
  background-size: 90%;
}
div[data-id="pae"] > a > div > .chapter_image {
  background: url("../images/p-series-title-images/pae.png") no-repeat center;
  background-size: 90%;
}
div[data-id="pse"] > a > div > .chapter_image {
  background: url("../images/p-series-title-images/pse.png") no-repeat center;
  background-size: 90%;
}
div[data-id="turnkey"] > a > div > .chapter_image {
  background: url("../images/p-series-title-images/turnkey.png") no-repeat center;
  background-size: 90%;
}
div[data-id="pce"] > a > div > .chapter_image {
  background: url("../images/p-series-title-images/pce.png") no-repeat center;
  background-size: 90%;
}
div[data-id="rm"] > a > div > .chapter_image {
  background: url("../images/p-series-title-images/rm.png") no-repeat center;
  background-size: 90%;
}
div[data-id="addon"] > a > div > .chapter_image {
  background: url("../images/p-series-title-images/addon.png") no-repeat center;
  background-size: 90%;
}

/* åé¦ˆæ¨¡å— */
.feedback .help-wrap {
  position: relative;
  width: max-content;
  margin: 0 auto;
}
.feedback .email-box {
  width: 700px;
}
.feedback div span.email-name,
.feedback div span.message {
  margin-left: 0;
}
.feedback div span.message {
  display: block;
  margin-bottom: 5px;
}
.feedback input[type="radio"],
.feedback input[type="checkbox"] {
  width: 20px;
  height: 20px;
  opacity: 0;
  position: relative;
  top: 8px;
  left: 0;
  margin-top: 0;
}
.feedback::-webkit-input-placeholder {
  color: #d0d0d0;
}
.feedback::-moz-placeholder {
  color: #d0d0d0;
}
.feedback:-ms-input-placeholder {
  color: #d0d0d0;
}
:-input-placeholder {
  color: #d0d0d0;
}
.feedback label {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: -1;
}
.help-radio label {
  border-radius: 50%;
}
.feedback input:checked + label {
  border: 1px solid #0081cc;
  background: #0081cc;
}
.feedback input:checked + label:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  top: 2px;
  left: 6px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.help-radio div {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #0081cc;
  width: 130px;
  border-radius: 20px;
  padding: 8px 0;
  margin: 10px 30px 0 0;
  cursor: pointer;
}
.help-radio div:last-child {
  margin-right: 0;
}
.feedback div.have-help span {
  margin-left: 32px;
  position: relative;
  padding-left: 35px;
  top: 0;
}
.help-radio div span:before {
  content: "";
  display: inline-block;
  background: url(../images/good-img.png) center no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7px;
  left: 0;
}
.help-radio div:hover span {
  color: #fff;
}
.help-radio div:hover span:before,
.help-radio .select-active span:before {
  background-image: url(../images/good-img-active.png);
}
.help-radio div:last-child span:before {
  transform: rotateX(180deg);
}
.help-radio div:hover,
.help-radio .select-active {
  background: #0070c0;
}
.help-radio div:hover span,
.help-radio .select-active span {
  color: #fff;
}
.help-radio {
  padding-bottom: 20px;
}
.help-checkbox {
  padding: 20px 0 30px;
  min-height: 280px;
  display: none;
}
.text-email {
  margin-top: 10px;
}
.text-area textarea,
.text-email input {
  width: 100%;
  height: 80px;
  border: 1px solid #ccc;
  margin-top: 10px;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 20px;
}
.text-email input {
  height: 50px;
}
.text-area textarea:focus,
.text-email input:focus {
  outline: none;
  border: 1px solid #0070c0;
}
.feedback {
  border-top: 1px solid #e9e9eb;
  position: relative;
  width: 100%;
  padding: 20px;
  margin: 0 auto 60px;
}
.feedback .score {
  width: max-content;
  margin: 0 auto;
}
.submit-feedback {
  width: 180px;
  line-height: 50px;
  background-color: #006ee1;
  color: #fff;
  border: 1px solid #006ee1;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  padding: 0;
}
.submit-feedback:first-child {
  background-color: rgb(0 110 225 / 0%);
  color: #303c42;
  border: 1px solid #ccc;
  margin-right: 20px;
}
.feedback .failure-tip {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  color: red;
  display: none;
}
.submit-feedback:hover,
.submit-feedback:first-child:hover {
  background: #00b7ff;
  border-color: #00b7ff;
  color: #fff;
}
.submit-feedback:focus {
  outline: none;
}
.submit-feedback-disabled {
  background-color: #f5f5f6;
  border-color: transparent;
  color: #9b9ea0;
  cursor: no-drop;
}
.feedback .score span {
  display: inline-block;
  font-size: 0;
  background: url(../images/star-icon.svg) center no-repeat;
  background-size: cover;
  width: 35px;
  height: 35px;
  margin: 0 5px 0 0;
  top: 0;
  cursor: pointer;
}
.feedback .score span:hover,
.feedback .score span.star-active {
  background-image: url(../images/star-active-icon.svg);
}
.feedback h4 {
  font-size: 30px;
  margin: 0 auto 20px;
  color: #101f3a;
  line-height: 1.3;
}
.feedback .success,
.feedback .help-checkbox,
.feedback .loading {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  display: none;
}
.feedback .success .tip {
  text-align: center;
  color: #303c42;
  cursor: pointer;
  font-size: 25px;
}
.feedback .success .tip,
.feedback .help-checkbox .content-wrap,
.feedback .loading img {
  height: max-content;
  background-color: #fff;
  box-shadow: 0 0 16px 4px rgb(60 60 60 / 45%);
  position: fixed;
  margin: auto;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: max-content;
  max-width: 800px;
  padding: 40px 40px;
  border-radius: 13px;
}
.feedback .loading img {
  background-color: rgb(255 255 255 / 0%);
  padding: 0;
  width: 5%;
  box-shadow: none;
}
.feedback .close-tip {
  font-size: 20px;
  color: #b9b5b5;
  position: absolute;
  top: 5px;
  right: 15px;
  margin: 0;
  font-weight: 300;
  font-family: Manrope !important;
  cursor: pointer;
}
.help-checkbox .title {
  font-size: 28px;
  text-align: center;
  color: #303c42;
}
.question-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.feedback .question {
  font-size: 16px;
  width: max-content;
  padding: 0 17px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 20px;
  line-height: 35px;
  color: #303c42;
  margin: 8px 16px 8px 0;
  cursor: pointer;
}
.feedback .question.active {
  background-color: #006ee1;
  color: #fff;
}
.feedback .question-title,
.feedback div span.email-name {
  font-size: 18px;
  color: #7f8183;
  font-weight: 300;
  margin-top: 20px;
  text-align: left;
}
.feedback div span.email-name {
  display: inline-block;
  width: 100%;
  margin-top: 0;
}
.feedback textarea::input-placeholder,
.feedback input[type="text"]::input-placeholder,
.feedback textarea::-webkit-input-placeholder,
.feedback input[type="text"]::-webkit-input-placeholder,
.feedback textarea:-moz-placeholder,
.feedback input[type="text"]:-moz-placeholder,
.feedback textarea:-ms-input-placeholder,
.feedback input[type="text"]:-ms-input-placeholder {
  color: #979797;
  font-weight: 300;
}
.feedback .button {
  width: max-content;
  margin: 20px auto 0;
}
/* 导航显示优先级高于 Bootstrap */
#wh_publication_toc.toc-manually-collapsed,
.wh_content_area #wh_publication_toc.toc-manually-collapsed {
  display: none !important;
}
/* Fight with wh_tool */
div .wh_publication_toc {
  padding: 10px 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: #101f3a !important;
}

div .wh_search_button {
  background-color: #009af3;
}

div .wh_search_button:after {
  font-size: 27px;
  color: #303c42;
}

.wh_search_page input[type="search"],
.wh_topic_page input[type="search"] {
  background: #fff url(https://help.yeastar.com/resources/images/search.svg) no-repeat 20px;
  border-radius: 3px;
  padding: 10px 8px 10px 45px;
  border: 1px solid #d5dfe9;
  border-radius: 33px;
}
.wh_search_page div .wh_search_button,
.wh_topic_page div .wh_search_button {
  display: none;
}

.wh_search_page .custom-header-text,
.wh_topic_page .custom-header-text{
  position: relative;
  left: -60px;
  margin-bottom: 30px;
  font-size: 42px;
  font-family: Manrope;
  font-weight:500;
}

div .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;
}

a,
a:hover,
a:visited {
  color: #006ee1;
}
a:hover {
  text-decoration: underline;
}

#go2top {
  background-color: #000;
  border-radius: 2em;
  padding: 4px 14px;
  right: 10px;
}
.oxy-icon-up:before {
    content: "";  
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/top-1.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-left: -3px; 
} 

/* 左侧导航角标 */
.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;
}
/* Yeastar Partner Portal Help */
body.wh_main_page {
  font-family: Manrope;
}

body {
  margin: 0;
}

.pp-page .pp-banner .wh_search_input {
  padding: 0;
  background: none;
}

.pp-page .pp-menu + header + div {
  display: none;
}

.pp-menu + .wh_header,
.wh_header {
  display: none;
  opacity: 0;
}

.pp-page .pp-menu + header + div + div {
  margin-top: 0;
}

.pp-page .pp-menu + header + div + div .container-fluid {
  max-width: 100%;
  padding: 0;
}

.wh_main_page .wh_content_area {
    margin: 0  auto;
}

.wh_main_page .wh_content_area .container-fluid {   
    width: 100%;
    max-width: 100%; 
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;  
    margin-right: 0;
}

.pp-menu {
  width: 1200px;
  max-width: 90%;
  margin: 12.5px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pp-menu .content-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pp-menu .btn-link {
  margin-bottom: 0;
}

.pp-menu .title {
  font-size: 20px;
  color: #101f3a;
  font-family: Manrope !important;
}

.pp-menu .title a {
  font-size: 20px;
  font-weight: 400;
  vertical-align: middle;
  background-color: #ffffff;
  text-decoration: none;
  padding: 10px 0 0 0px;
  font-size: 20px;
  color: #101f3a;
}
.pp-menu .title a:hover {
  background-color: #ffffff;
  text-decoration: underline;
  color: #006ee1;
}

.pp-menu .logo {
  width: 40px;
  margin-right: 15px;
  margin-bottom: 0;
}
.pp-menu a {
  display: inline-block;
  width: initial;
  line-height: 36px;
  background-color: #ffb400;
  border-radius: 5px;
  padding: 0 15px;
  color: #fff;
  text-decoration: none;
}
.pp-menu a:hover {
  background-color: #fbbb24;
}
.pp-banner {
  background: url(../images/partner-portner-help-banner.png) center no-repeat;
  background-size: cover;
  min-height: 367px;
}
.pp-banner h1 {
  font-size: 56px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101f3a;
  line-height: 50px;
  text-align: center;
  padding-top: 90px;
  margin: 0;
}
.pp-banner .wh_search_input #searchForm div {
  width: 723px;
  height: 67px;
  background-color: #fff;
  box-shadow: 0px 0px 36px 0px rgba(0, 95, 195, 0.07);
  border-radius: 33px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
  padding-right: 2px;
}
.pp-banner .wh_search_input div button {
  width: 18%;
  line-height: 64px;
  font-size: 18px;
  color: #fff;
  background-color: #006ee1;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  height: initial;
  padding: 0;
  position: initial;
  outline: none;
}
.pp-banner .wh_search_input div button:hover {
  background-color: #00b7ff;
}
.pp-banner .wh_search_input div input {
  width: 81%;
  padding-left: 3%;
  border: none;
  line-height: 50px;
  font-size: 18px;
  outline: none;
}

.homepage-content .container-fluid.wh_content_flex_container {
  padding: 0;
  max-width: 100%;
}

.wh_main_page .wh_search_input {
  background: url(../images/partner-portal/partner-portal-banner.png) center no-repeat;
  background-size: cover;
  min-height: 26vw;
  padding: 4.8vw 49vw 4.8vw 14vw;
}

.wh_main_page .wh_search_input #searchForm div {
  width: 35vw;
  height: 56px;
  background-color: #fff;
  border: 1px solid #d5dfe9;
  border-radius: 33px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
  padding-right: 2px;
}

.wh_main_page .wh_search_input #searchForm div:has(input:focus) {
  border-color: #006ee1;
}

.wh_main_page .wh_search_input div input {
  width: 100%;
  padding-left: 9%;
  border: none;
  line-height: 50px;
  font-size: 18px;
  outline: none;
}

.wh_main_page .wh_search_input div button {
  width: 7.7%;
  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;
}

.banner-label h1 {
  font-size: 50px;
  font-family: Manrope !important;
  font-weight: 500;
  color: #101f3a;
  line-height: 67px;
  margin: 0;
}

.banner-label .banner-desc {
  margin-top: 30px;
}

.homepage-content {
  margin-top: 0 !important;
}

.pp-content {
  display: flex;
  flex-direction: column;
}

.pp-content .upgrade-notice {
  display: flex;
  align-items: center;
  padding-left: 14vw;
  min-height: 90px;
  border: 1px solid #fafdff;
  background: linear-gradient(-90deg, #c9eafb 0%, #0098f0 62%, #006ee1 100%);
}

.pp-content .upgrade-notice .notice-icon {
  margin-right: 12px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #ffffff;
}

.pp-content .upgrade-notice .notice-title {
  font-size: 20px;
  font-weight: 800;
  font-family: Manrope;
  color: #ffffff;
}

.pp-content .upgrade-notice .notice-vertical {
  margin: 0 29px;
  width: 1px;
  height: 37px;
  background-color: rgba(255, 255, 255, 0.5);
}

.pp-content .upgrade-notice .notice {
  width: 100%;
}

.pp-content .upgrade-notice .t a {
  color: #ffffff;
  font-size: 20px;
}

.pp-content .upgrade-notice .arrow {
  margin-left: 10px;
  margin-bottom: 4px;
  width: 13px;
  transform: rotate(316deg);
}

.pp-content .document-site {
  margin: 5vw 14vw;
}

.pp-content .document-category {
  margin: 5vw 14vw;
}
.pp-content .document-category .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.pp-content .document-category a:hover {
  text-decoration: none;
}

.pp-content .document-category .box .item {
  width: 24%;
  border-radius: 27px;
  padding: 35px 25px;
  border: 1px solid #d5dfe9;
}

.pp-content .document-category .box .item .img {
  width: 47px;
  height: 47px;
  background: rgba(237, 241, 245, 0.5);
  border-radius: 50%;
}

.pp-content .document-category .box .item:hover {
  cursor: pointer;
  border: 1px solid #006ee1;
}

.pp-content .document-category .box .item:hover .title {
  color: #006ee1;
}

.pp-content .document-category .box .item:hover .img {
  background: #006ee1;
}

.pp-content .document-category .box .item:hover .icon path {
  fill: #ffffff;
}

.pp-content .document-category .box .img img {
  width: 50px;
}
.pp-content .document-category .box .title {
  font-family: Manrope;
  font-weight: 500;
  font-size: 20px;
  color: #101f3a;
  margin: 20px 0;
  position: relative;
}
.pp-content .document-category .box .title .bubble {
  position: absolute;
  top: 0;
  left: 158px;
  background-color: #ffb400;
  display: table;
  font-family: Manrope;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 10px 10px 10px 0px;
}
.pp-content .document-category .box .content {
  font-family: Manrope;
  font-weight: 500;
  font-size: 14px;
  color: #303c42;
  line-height: 27px;
}

.purchase-and-use-container {
  padding: 4vw 14vw;
  background: #f7f9fa;
  font-family: Manrope;
}

.purchase-and-use {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.purchase-and-use .left-tabs {
  width: 25%;
  height: fit-content;
  background: #ffffff;
  border-radius: 27px;
}

.purchase-and-use .tab-item {
  padding: 20px 30px;
  cursor: pointer;
}

.purchase-and-use .tab-item span {
  position: relative;
  line-height: 20px;
}

.purchase-and-use .tab-item.active span::before {
  content: "";
  background: #006ee1;
  width: 3px;
  display: block;
  height: 20px;
  position: absolute;
  left: -30px;
}

.purchase-and-use .tab-item.active {
  font-weight: 500;
  color: #007bff;
  background: #f5fcff;
}

.purchase-and-use .tab-item.active:first-child {
  border-radius: 27px 27px 0 0;
}
.purchase-and-use .tab-item.active:last-child {
  border-radius: 0 0 27px 27px;
}

.purchase-and-use .tab-item:hover:not(.active) {
  background-color: rgba(245, 252, 255, 0.5);
}

.purchase-and-use .right-container {
  flex: 1;
  display: none;
}

.purchase-and-use .right-container.active {
  display: block;
  padding: 46px;
  background: #ffffff;
  border-radius: 27px;
}

.purchase-and-use .right-container h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  border-bottom: 1px solid rgba(48, 60, 66, 0.1);
}

.purchase-and-use .right-subtabs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.purchase-and-use .subtab-btn {
  cursor: pointer;
  padding: 3px 18px;
  border-radius: 19px;
  border: none;
  background: #f7f9fa;
}

.purchase-and-use .subtab-btn:focus {
  outline: none;
}

.purchase-and-use .subtab-btn.active {
  font-weight: bold;
  border: none;
  color: #fff;
  background: #006ee1;
}

.purchase-and-use .subtab-btn:hover:not(.active) {
  background-color: rgba(233, 236, 239, 0.5);
  border: none;
}

.purchase-and-use .content-list {
  padding-left: 0;
  list-style: none;
}

.purchase-and-use .content-item {
  margin-bottom: 24px;
}

.purchase-and-use .content-item h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 18px;
  border-bottom: none;
}

.purchase-and-use .content-item h3::before {
  content: "";
  display: inline-block;
  margin-right: 16px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #006ee1;
}

.purchase-and-use .content-item p {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 14px;
  color: rgba(16, 31, 58, 0.6);
}

.purchase-and-use .content-item p::before {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  bottom: -40px;
  width: 1px;
  height: 65px;
  background-color: rgba(0, 110, 225, 0.3);
}

.purchase-and-use .content-item.short-line p::before {
  height: 20px;
  bottom: 5px;  
}
.purchase-and-use .link-group {
  padding-left: 30px;
  display: flex;
  gap: 1vw 3vw;
  flex-wrap: wrap;
}

.purchase-and-use .content-link {
  font-size: 16px;
  color: #101f3a;
  display: flex;
  align-items: center;
}

.purchase-and-use .content-link::after {
  content: "";
  background: url(../images/arrow-right-blue.svg) center no-repeat;
  background-size: contain;
  rotate: -45deg;
  margin-left: 4px;
  width: 10px;
  height: 10px;
}
.purchase-and-use .content-link:hover {
  color: #006ee1;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .purchase-and-use {
    flex-direction: column;
  }
  .purchase-and-use .left-tabs {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e9ecef;
  }
}

.pp-content .document-category h2,
.document-site h2,
.purchase-and-use-container h2 {
  font-size: 40px;
  line-height: 1.33;
  margin-bottom: 3vw;
  text-align: center;
  font-family: "manrope";
}

.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;
  font-weight: 500;
  font-size: 20px;
  color: #101f3a;
  line-height: 40px;
}

.document-site .item .content {
  font-family: Open Sans;
  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;
}
@media (max-width: 1500px) and (min-width: 768px) {
  .banner-label h1 {
    font-size: 36px;
    line-height: 45px;
  }
  .wh_main_page .wh_search_input div input {
    padding-left: 15%;
  }
  .wh_main_page .wh_search_input div button {
    left: 3%;
  }
}
@media (max-width: 767px) {
  .wh_main_page .wh_search_input {
    padding: 10vw 25vw 10vw 10vw;
  }
  .banner-label h1 {
    font-size: 24px;
    line-height: 27px;
  }
  .wh_main_page .wh_search_input #searchForm div {
    height: 40px;
  }
  .pp-content .document-category .box {
    flex-direction: column;
    gap: 20px;
  }
  .pp-content .document-category .box .item {
    width: 100%;
  }
  .document-site {
    display: unset;
  }
  .document-site .box {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .document-site .box .item {
    border-radius: 20px;
    border: 1px solid #d5dfe9;
  }
  .document-site .box .document-vertical {
    display: none;
  }
  div.api_card {
    width: 245pxpx;
    margin-right: 10px;
    margin-top: 16px;
  }
  div.card_right {
    margin-left: 20px;
  }
  h3.api_card {
    margin-left: 20px;
  }
  .footerleft {
    width:50% !important;
  }
}
/*
   * ------------------------------------------------------------------
   *  
   * Fonts.
   *  
   */

/*ä¿®æ”¹æœç´¢æ¡†å†…å­—ä½“é¢œè‰²*/
input[type="search"]::-webkit-input-placeholder {
  color: #ccc; /* è®¾ç½®å ä½ç¬¦å­—ä½“é¢œè‰² */
}
div #searchForm > div {
  width: 44vw;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  src: url(resources/fonts/Roboto-Thin.ttf);
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: url(resources/fonts/Roboto-Light.ttf);
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url(resources/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url(resources/fonts/Roboto-Bold.ttf);
}

html,
body {
  min-width: 100%;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

/*becom partner*/
#main {
  display: none;
}

.tem-bec-par {
  min-height: 333px;
  background-image: url(https://www.yeastar.com/wp-content/uploads/2022/10/become-a-partner-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tem-bec-par div {
  margin-top: -10px;
}
.tem-bec-par .become-partner-temp {
  color: #fff;
  font-size: 42px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  font-family: Manrope !important;
  font-weight: 500;
}

.tem-bec-par .become-partner-temp:first-child {
  margin-top: -10px;
}
.tem-bec-par .bepartner-now {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  display: block;
  width: max-content;
  text-align: center;
  margin: 50px auto 0;
  line-height: 50px;
  overflow: hidden;
  position: relative;
  background-color: #00b7ff;
  border-radius: 8px;
  padding: 0 30px;
  min-width: 180px;
}
.tem-bec-par .bepartner-now:hover {
  text-decoration: none;
  background-color: #006ee1;
  color: #fff;
}
/*  */

/*
   * ------------------------------------------------------------------
   *
   * Footer
   * 
   */
@font-face {
  font-family: "iconfont";
  src: url(./fonts/iconfont.eot?t=1477445860699);
  src: url(./fonts/iconfont.eot?t=1477445860699#iefix) format("embedded-opentype"), url(./fonts/iconfont.woff?t=1477445860699) format("woff"), url(./fonts/iconfont.ttf?t=1477445860699) format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  src: url(./fonts/fontawesome-webfont.eot?v=4.5.0);
  src: url(./fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(./fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"), url(./fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"), url(./fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"), url(./fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 23px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.wh_footer {
  text-align: center;
  padding: 0;
  position: relative;
  bottom: 0;
  width: 100%;
  color: black;
  background: none #ffffff;
}
.wh_footer a {
  color: #303c42;
  padding: 0;
}
.footer-content {
  font-size: 14px;
  width: 100%;
  background: #f8f8fa;
  color: #303c42;
  text-align: left;
  padding: 76px 0 0;
}
.content-area a {
  display: block;
  line-height: 34px;
}
.content-area div:first-child > a {
  width: 210px;
}
.wh_footer a:hover {
  color: #006ee1;
  text-decoration: underline;
}
.wh_footer h3 {
  font-size: 16px;
  font-weight: 600;
  color: #101f3a;
  margin-bottom: 10px;
  line-height: 1.68;
}
.wh_footer h3.menu-title-2 {
  margin-top: 56px;
}
.footer-container {
  width: 100%;
}
.content-area {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.policy-cookie {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  padding: 18px 0 33px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
}
.footerleft {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(16, 31, 58, 0.15);
  padding: 50px 0 8px;
  width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.content-area div:first-child a + p {
  margin: 30px 0 50px;
  line-height: 23px;
}
.content-area h4 {
  font-size: 15px;
}
.content-area hr {
  border-top: 1px solid #6a6a6a;
}
.policy-cookie * {
  display: inline-block;
  vertical-align: top;
}
.policy-cookie div {
  color: #303c42;
}
.policy-cookie div a {
  margin: 0 5px;
  position: relative;
  vertical-align: middle;
  color: #303c42;
}
.followlink {
  margin-bottom: 0;
}
.followlink .linkblock {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  background: #101f3a;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.35s;
  margin: 0 5px;
  cursor: pointer !important;
}
.followlink .linkblock i {
  display: block;
  position: relative;
  top: 0;
  transition: top 0.35s;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
}
.icon-twitter:before {
  content: "\e89d";
}
.icon-facebook:before {
  content: "\e618";
}
.icon-linkedin:before {
  content: "\e605";
}
.icon-youtube:before {
  content: "\e883";
}
.fa-xing:before {
  content: "\f168";
}
.linkblock .fa-xing:before {
  padding-top: 6px;
  display: block;
}
.icon-email:before {
  content: "\e636";
}
.fa-instagram:before {
  content: "\f16d";
}
.linkblock .fa-instagram:before {
  font-size: 14px;
  padding-top: 6px;
  display: block;
}
.linkblock .fa-instagram:nth-child(2):before {
  padding-top: 12px;
}
.followlink .linkblock:hover {
  background: #3b5998;
}
.followlink .linkblock:hover i {
  top: -26px;
  color: #fff;
}
.followlink .linkblock:nth-child(1):hover {
  background: #0a66c2;
}
.followlink .linkblock:nth-child(2):hover {
  background: #1877f2;
}
.followlink .linkblock:nth-child(3):hover {
  background: #1d9bf0;
}
.followlink .linkblock:nth-child(4):hover {
  background: red;
}
.followlink .linkblock:nth-child(5):hover {
  background-color: #de336a;
}
.followlink .linkblock:nth-child(6):hover {
  background: #006567;
}
.followlink .linkblock:nth-child(7):hover {
  background: #0aa2c2;
}
.followlink .linkblock:nth-child(6):hover i {
  top: -30px;
}
.followlink .linkblock:nth-child(6):hover .fa-xing:before {
  padding-top: 11px;
}
.footer-log img {
  display: block;
  width: 294px;
}
.zh-cn-footer img {
  width: 180px;
  height: auto;
}
.zh-cn-footer .follow-wrap {
  display: flex;
  align-items: center;
  width: 1200px;
  max-width: 90%;
  margin: 0 auto 50px;
}
.zh-cn-footer .followus {
  display: flex;
  align-items: center;
}
.zh-cn-footer .followus h4 {
  margin: 0;
  font-size: 14px;
  color: #101f3a;
}
.zh-cn-footer .followlink {
  position: relative;
  top: 5px;
  padding-left: 10px;
  margin-left: 10px;
}
.zh-cn-footer .followlink::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background: #cfd2d8;
  position: absolute;
  left: 0;
  top: 2px;
}
.zh-cn-footer .policy-cookie {
  margin-top: 0;
  padding: 0;
}
.zh-cn-footer .icon-weixin:before,
.zh-cn-footer .icon-weixinvideo:before,
.zh-cn-footer .icon-douyin:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  background-size: cover !important;
}
.zh-cn-footer .icon-weixin:before {
  background: url(https://www.yeastar.cn/wp-content/uploads/2019/09/weixin1.png) no-repeat center;
}
.zh-cn-footer .icon-weixinvideo:before {
  background: url(https://www.yeastar.cn/wp-content/uploads/2022/04/weixin-video.png) no-repeat center;
  width: 7px;
  height: 8px;
  line-height: 8px;
}
.zh-cn-footer .icon-douyin:before {
  background: url(https://www.yeastar.cn/wp-content/uploads/2022/04/douyin.png) no-repeat center;
  width: 11px;
}
.zh-cn-footer .followlink .linkblock:nth-child(1):hover {
  background: #21bf73;
}
.zh-cn-footer .followlink .linkblock:nth-child(2):hover {
  background-color: #ffa300;
}
.zh-cn-footer .followlink .linkblock:nth-child(3):hover {
  background: #00b7ff;
}
.zh-cn-footer .followlink .linkblock i {
  line-height: 31px;
}
.zh-cn-footer .followlink .linkblock:hover i {
  top: -31px;
  color: #fff;
}
.zh-cn-footer .followlink .linkblock .icon-weixinvideo {
  line-height: 25px;
}
.zh-cn-footer .followlink .linkblock:hover .icon-weixinvideo {
  top: -25px;
}
.zh-cn-footer .followwp {
  margin-left: 20px;
}
#weixin {
  display: none;
  width: 121px;
  height: 121px;
  background: url(https://www.yeastar.cn/wp-content/uploads/2022/04/weixin-qrcode.png) center no-repeat;
  background-size: cover;
  position: absolute;
  left: -35px;
  top: -120px;
}
#weixinvideo {
  display: none;
  width: 121px;
  height: 121px;
  background: url(https://www.yeastar.cn/wp-content/uploads/2022/04/weixin-video-qrcode.png) center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -120px;
}
#douyin {
  display: none;
  width: 121px;
  height: 121px;
  background: url(https://www.yeastar.cn/wp-content/uploads/2022/04/douyin-qrcode.png) 0% 0% / 100% 100% no-repeat;
  position: absolute;
  left: 40px;
  top: -120px;
}
.zh-cn-footer .tem-bec-par {
  min-height: 228px;
  background: url(https://www.yeastar.cn/wp-content/uploads/2022/10/contanct-us-bgimg.png) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7vw;
}
.zh-cn-footer .tem-bec-par .btn-link a {
  min-width: 190px;
  padding: 0 25px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background-color: #ffa300;
  color: #fff;
}
.zh-cn-footer .tem-bec-par .become-partner-temp {
  margin-bottom: 20px;
  margin-top: 0;
}
.zh-cn-footer .content-area div:nth-child(1) {
  width: 40%;
}

/*è¡¨æ ¼æ ·å¼*/
.tablecap {
  font-size: 14px;
  font-weight: bold;
}
table.table {
  border: 1px solid #dddddd;
}
thead.thead {
  background-color: #e0e7ee;
  color: #101f3a;
}

/*å¼•ç”¨æ–°å­—ä½“*/
@font-face {
  font-family: "manrope";
  src: url(./fonts/Manrope-VariableFont_wght.ttf);
  font-display: swap;
}

.sectiontitle {
  border-top: 1px solid #eee;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  margin-top: 28px;
  margin-bottom: 16px;
  color: #101f3a;
  padding-left: 0px !important;
  padding: 1em 0 0;
  font-family: Manrope;
}

.sectiontitle .wh_expand_btn {
  left: 75px;
}

.permalink {
  display: none;
}

h2.tasklabel {
  border-bottom: 1px solid #eee;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 15px;
}
/*è‡ªå®šä¹‰example æ ·å¼*/
.example {
  border-top: 1.5px solid #425cfb;
  padding-top: 10px;
  margin-top: 20px;
}
/* å˜é‡å­—ä½“ */
var.varname {
  font-style: normal;
  color: #ff4975;
}
/* section title è¡Œé«˜*/
.h2 {
  line-height: 3;
}
/* å¼ºè°ƒå­—ä½“ */
.emphasize {
  font-weight: bold;
  color: red;
}
.importanttitle {
  font-weight: bold;
  color: red;
}

/*è‡ªå®šä¹‰è¯¦æƒ…é¡µæœç´¢æ¡†æ ·å¼  */
.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;
}

.wh_topic_page .wh_search_input h1,
.wh_search_page .wh_search_input h1 {
  position: relative;
  left: -60px;
  margin-bottom: 30px;
  font-size: 42px;
  font-family: Manrope;
}

/*ç»­è®¢FAQæ ‡ç­¾æ ·å¼*/

.tag-p-series {
  background-color: rgb(201 234 251 / 50%);
  border-radius: 10px;
  line-height: 20px;
  padding: 0 9px;
  font-size: 14px;
  margin-left: 5px;
  color: #101f3ab3;
}

.tag-lcs {
  background-color: #ffefcc80;
  border-radius: 10px;
  line-height: 20px;
  padding: 0 9px;
  font-size: 14px;
  margin-left: 5px;
  color: #101f3ab3;
}

.tag-rm {
  background-color: #b0eacd4d;
  border-radius: 10px;
  line-height: 20px;
  padding: 0 9px;
  font-size: 14px;
  margin-left: 5px;
  color: #101f3ab3;
}

/* 内页样式修改 */
#wh_topic_container {
  position: relative;
  padding: 0;
  max-width: none;
  background: #f7f9fa;
  font-family: Open Sans;
  color: #303c42;
}

.wh_topic_content,
.wh_content_area {
  color: #303c42;
}

#wh_content_area a,
#wh_content_area a:hover,
#wh_content_area a:visited {
  color: #006ee1;
}

#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 .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 {
  padding: 0;
}

#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: Manrope;
  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 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;
}
.webhelp_expand_collapse_sections:focus {
  outline: none; 
}
var.varname {
  color: #e01b1b;
}

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;
 }
#wh_topic_container #wh_publication_toc {
  margin-bottom: 0;
  background: #fff;
}

.wh_footer {
  margin-top: 0;
  border-top: 1px solid rgba(16, 31, 58, 0.1);
}

.wh_content_area nav#wh_topic_toc {
  padding: 40px 0 100px 0;
}

.wh_content_area nav#wh_topic_toc .wh_topic_toc {
  position: sticky;
  top: 100px;
  width: 80%;
  border-left: none;
}

.wh_content_area nav#wh_topic_toc .wh_topic_toc .view-pdf {
  cursor: pointer;
  display: block;
  position: relative;
  top: 15px;
  padding-left: 30px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(16, 31, 58, 0.1);
  color: #101f3a;
  font-family: Open Sans;
  font-weight: 600;
}

.wh_content_area nav#wh_topic_toc .wh_topic_toc .view-pdf::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -10px;
  width: 35px;
  height: 35px;
  background: url(../images/pdf.svg) center no-repeat;
  background-size: cover;
}

.wh_content_area nav#wh_topic_toc .wh_topic_toc .wh_topic_label {
  margin-bottom: 10px;
}
.wh_topic_toc .wh_topic_label:after{
    content: " "
}

.wh_content_area nav#wh_topic_toc .wh_topic_toc li.section-item {
  position: relative;
  margin: 0;
  padding: 8px;
  line-height: 22px;
}

.wh_content_area nav#wh_topic_toc .wh_topic_toc li.section-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 1.5px;
  height: 100%;
  background: rgba(213, 223, 233, 1);
}

.wh_content_area nav#wh_topic_toc .wh_topic_toc li.section-item .section-title a {
  color: #303c42;
}

.wh_content_area nav#wh_topic_toc .wh_topic_toc li.section-item .section-title a.current_node {
  text-decoration: none;
  color: #006ee1;
}

.wh_content_area nav#wh_topic_toc .wh_topic_toc li.section-item:has(a.current_node)::before {
  background: rgba(0, 110, 225, 1);
}
#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 {
  width: 320px !important;
  flex-shrink: 0 !important;
}

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

#wh_topic_container .wh_content_area #wh_topic_toc {
  width: 200px !important;
  flex-shrink: 0 !important;
}
/* 相关链接模块 - Related information */
#wh_topic_container .wh_content_area #wh_topic_body .wh_related_links {
  margin: 40px;
  padding: 20px 10px;
  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;
}

/* 反馈模块 - Was this page helpful? */
#wh_topic_container .wh_content_area #wh_topic_body .feedback {
  padding-top: 20px;
  width: calc(100% - 80px);
  margin-left: 40px;
  max-width: 100%;
  border-top: 1px solid #e9e9eb;
}

#wh_topic_container .wh_content_area #wh_topic_body .feedback .help-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#wh_topic_container .wh_content_area #wh_topic_body .feedback h4 {
  font-size: 32px;
}

#wh_topic_container .wh_content_area #wh_topic_body .feedback h4,
#wh_topic_container .wh_content_area #wh_topic_body .feedback .score {
  margin: 0;
}

/* 侧边栏气泡 */
[data-tooltip-position="right"] .topicref .wh-tooltip::before {
  border-right-color: rgba(0, 0, 0, 0.75);
}

.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);
}

/* More/Less 按钮展开折叠功能 */
.more-tab-wrapper {
  display: none;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.more-tab-wrapper.show {
  display: flex;
}

.more-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #006ee1;
  background: transparent !important;
  border: none !important;
  margin-left: 20px;
  padding: 3px 0 !important;
  cursor: pointer;
  font-weight: 500;
}

.more-btn:hover {
  background: transparent !important;
  text-decoration: underline;
}

.more-btn:focus {
  outline: none;
}

.more-btn img {
  transition: transform 0.3s ease;
}

.more-btn.expanded img {
  transform: rotate(180deg);
}
