.footer-copyright-wrapper {
  border-top: none;
}
.por-scrollbar-s::-webkit-scrollbar-thumb {
  background: transparent;
}
.por-scrollbar-s:hover::-webkit-scrollbar-thumb {
  background: #dbdbdb;
}
.text-guide-body.por-scrollbar-s::-webkit-scrollbar-thumb,
.version-wrap .por-scrollbar-s::-webkit-scrollbar-thumb {
  background: #dbdbdb;
}

.help-content[data-handbook-type="overview"] .div_view a em {
  background-image:  !important;
}

#adoutsidediv {
  position: relative;
}

#adoutsidediv.helpcenterad {
  margin: -40px -32px 32px;
  min-height: 40px;
}

#adoutsidediv .pep-smart-recommend-img-card img {
  border-radius: 16px 16px 0 0;
  display: block;
}

#adoutsidediv .close-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: calc(50% - 20px);
  cursor: pointer;
}

#adoutsidediv .close-btn::before {
  content: "";
  width: 18px;
  height: 2px;
  background: #595959;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 9px);
  transform: rotatez(-45deg);
}

#adoutsidediv .close-btn::after {
  content: "";
  width: 18px;
  height: 2px;
  background: #595959;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 9px);
  transform: rotatez(45deg);
}

.help-content video {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  #adoutsidediv {
    display: none;
  }
}

/* endregion title */
i {
  font-style: normal;
}

.foldicon {
  left: 0;
  top: 20px;
  margin-top: -4px;
  transition: all 0.01s;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  cursor: pointer;
  border: none;
}

.support-content .foldicon {
  width: 10px;
  height: 10px;
  background-image: ;
}

.support-content .foldicon:before {
  border-width: 5px;
  margin-top: -6px;
  margin-left: -5px;
  border-top-color: #f2f5fc;
}

.foldicon:before {
  border-top-color: #f2f5fc;
}

.unfold > .foldicon {
  width: 10px;
  height: 10px;
  background-image: ;
}

.support-nav .prod-name.show {
  display: none !important;
}

.text-guide-container.show {
  display: none !important;
}

.showprompt.scrolled .support-nav.fixed {
  top: 104px !important;
}

#footer .footer-nav {
  display: none !important;
}

#footer .footer-copyright-container {
  border-top: none;
}

.support-nav .prod-name.show {
  display: none !important;
}

.text-guide-container.show {
  display: none !important;
}

#videolist div div {
  text-align: center;
  background-repeat: no-repeat;
}

#videolist div div img {
  margin-top: 25px;
  cursor: pointer;
}

#closebtn {
  position: absolute;
  right: 0;
  cursor: pointer;
  z-index: 10000;
}
@media (max-width: 768px) {
  .help-content video:not([width="0"]) {
    height: auto;
    width: 100%;
  }
  #closebtn {
    right: 50%;
    bottom: -50px;
    margin-right: -16px;
  }

  #closebtn img {
    width: 32px;
    height: 32px;
  }
}

.showprompt.scrolled .support-nav.fixed {
  top: 104px !important;
}

.header-inner.header-pure {
  height: auto;
}

.support-content {
  padding-top: 24px;
}

.support-content .support-body .wrapper {
  position: relative;
  width: calc(100% - 2 * 160px);
  margin: 0 auto;
  padding-left: 300px;
}

@media (max-width: 1920px) and (min-width: 1776px) {
  .support-content .support-body .wrapper {
    width: calc(100% - 2 * 5%);
    max-width: 1600px;
  }
}

@media (max-width: 1775px) and (min-width: 1025px) {
  .support-content .support-body .wrapper {
    width: 100%;
  }
  body .support-content .support-body {
    padding: 0 5%;
  }
}

@media (max-width: 1024px) {
  .support-content .support-body .wrapper {
    width: 100%;
  }
  body .support-content .support-body {
    padding: 0 3%;
  }
}

@media (max-width: 768px) {
  body .support-content .support-body {
    padding: 0;
  }
}

.support-content .support-body .wrapper:before,
.support-content .support-body .wrapper:after {
  content: " ";
  display: table;
}

.support-content .support-body .wrapper:after {
  clear: both;
}

.support-content .support-body .wrapper .support-nav {
  position: absolute;
  top: 0px;
  left: 0px;
}

.support-content .support-body .wrapper .support-main {
  width: 100%;
  padding-right: 198px;
  padding-left: 28px;
  position: relative;
}

.support-content .support-body .wrapper .support-main .crumbs {
  color: #575d6c;
  line-height: 22px;
}

.support-content .support-body .wrapper .support-main .text-guide-body p {
  display: none;
}

.support-main {
  z-index: 1;
  min-height: 100vh;
  overflow: hidden;
}

.support-main .crumbs .help-link {
  font-size: 14px;
  color: #191919;
  line-height: 22px;
  margin-right: 4px;
}

.support-main .crumbs > span:not(.text) {
  padding: 0 5px;
}

.support-main .crumbs .help-link:hover {
  text-decoration: underline;
}

.support-main .crumbs .text {
  display: inline;
  font-size: 14px;
  color: #191919;
  line-height: 22px;
  font-weight: 600;
}

.support-main .help-content {
  padding: 40px 32px;
  background-color: #fff;
  border-radius: 16px;
  margin-top: 24px;
}
.support-main .help-content.help-center-components {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.support-main .help-content[data-handbook-type="docdownload"] {
  padding-left: 0;
  padding-right: 0;
}
.support-content h1 {
  font-size: 32px;
  color: #191919;
  line-height: 40px;
  margin-bottom: 8px;
  font-weight: 600;
}

/* endregion aui-btn */
strong,
.strong {
  font-weight: 700 !important;
}

.support-content p {
  min-width: 0 !important;
}

.support-content .section {
  margin-top: 40px;
}

.support-content div[id^="body"] .section:nth-child(1),
.support-content
  div[id^="body"]
  .section:nth-child(1)
  .sectiontitle:nth-child(1) {
  margin-top: 0;
}
/* inner指的是公告和新特性隐藏部分标题，此类标题不生成锚点和导读 */
.support-content .sectiontitle,
.support-content .sectiontitle-inner {
  font-size: 24px;
  color: #191919;
  line-height: 30px;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: default;
  font-weight: 600;
}

.support-content .dropdownexpand .sectiontitle {
  cursor: pointer;
}

.support-content .sectiontitle.section-copy .copy-section-icon,
.support-content .sectiontitle-inner.section-copy .copy-section-icon {
  display: inline-block;
  opacity: 0;
  width: 20px;
  height: 14px;
  margin-left: 8px;
  background: url(/uploads/image/racdcaczsrfvimages/copy_link-revision.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
}

.support-content .sectiontitle.section-copy:hover .copy-section-icon,
.support-content .sectiontitle-inner.section-copy:hover .copy-section-icon {
  opacity: 1;
}

.support-content .sectiontitle.section-copy .copy-section-icon:hover,
.support-content .sectiontitle-inner.section-copy .copy-section-icon:hover {
  background:  no-repeat center;
  background-size: cover;
}

.support-content .copy-tip-mb {
  display: none;
}

.help-content {
  font-size: 16px;
  line-height: 28px;
  color: #191919;
  word-wrap: break-word;
}

.footernavbar {
  margin-top: 24px;
}

.help-content p {
  font-size: 16px;
  color: #191919;
  line-height: 28px;
  margin-bottom: 8px;
  word-wrap: break-word;
}

.tablenoborder table,
.tableborder table {
  font-size: 14px;
  line-height: 22px;
  color: #191919;
}

.tablenoborder table p,
.tablenoborder table a,
.tableborder table p,
.tableborder table a {
  font-size: 14px;
  line-height: 22px;
}

.tablenoborder table ul:not(.tex-guide-list) > li,
.tableborder table ul:not(.tex-guide-list) > li {
  font-size: 14px;
  line-height: 22px;
}

table ul:not(.tex-guide-list) > li:after {
  top: 9px !important;
}

.help-content a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #1476ff;
  transition: 0.2s;
  cursor: pointer;
}

.help-content a:hover {
  text-decoration: underline;
}

.table-modal a {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #1476ff;
  transition: 0.2s;
  cursor: pointer;
}

.table-modal ol > li {
  list-style: decimal;
}

.table-modal a:hover {
  text-decoration: underline;
}

.help-content p a {
  word-wrap: break-word;
}

.help-content span {
  word-wrap: break-word;
}

.help-content span a {
  word-wrap: break-word;
}

.help-content li {
  word-wrap: break-word;
}

.help-content li a[href] {
  word-wrap: break-word;
}

.varname {
  font-style: italic !important;
}

.parmname {
  font-weight: 700 !important;
}

.help-content ul:not(.tex-guide-list) {
  margin-top: 8px;
  margin-bottom: 8px;
}

.help-content ul:not(.tex-guide-list) li   li {
  margin-top: 8px;
}

.support-menu-li:nth-last-child(1) {
  margin-bottom: 0 !important;
}

.help-content ul:not(.tex-guide-list) > li {
  font-size: 16px;
  color: #191919;
  line-height: 28px;
  padding-left: 12px;
  position: relative;
}

.help-content ul:not(.tex-guide-list) > li:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #191919;
  position: absolute;
  top: 12px;
  left: 0;
}

.table-modal ul:not(.tex-guide-list) > li {
  padding-left: 12px;
  position: relative;
}

.table-modal ul:not(.tex-guide-list) > li:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #191919;
  position: absolute;
  top: 12px;
  left: 0;
}

.help-content ul.ullinks dl {
  padding-left: 12px;
  position: relative;
}

.help-content ul.ullinks dl   dl {
  margin-top: 8px;
}

.help-content ul.ullinks dl dd {
  margin-top: 8px;
}

.help-content ul.ullinks dl:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #191919;
  position: absolute;
  top: 12px;
  left: 0;
}

.help-content ul:not(.tex-guide-list) > li ul > li:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #191919;
  position: absolute;
  top: 12px;
  left: 0;
}

.help-content ul:not(.tex-guide-list) > li ul ul > li:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 0;
  background-color: #191919;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}

.help-content ul table * > p {
  margin-bottom: 8px;
}

.help-content table * > p {
  margin-bottom: 8px;
}
[lang="en-us"] .help-content,
[lang="es-us"] .help-content,
[lang="pt-br"] .help-content {
  line-height: 24px;
}
[lang="en-us"] .help-content a,
[lang="es-us"] .help-content a,
[lang="pt-br"] .help-content a {
  line-height: 24px;
}

@media (max-width: 1600px) {
  .help-content ul:not(.tex-guide-list) > li:after {
    top: 10px;
  }
  .help-content ul.ullinks dl:after {
    top: 10px;
  }

  .help-content ul:not(.tex-guide-list) > li ul > li:after {
    top: 10px;
  }

  .help-content ul:not(.tex-guide-list) > li ul ul > li:after {
    top: 10px;
  }
}

@media (max-width: 1280px) {
  .help-content ul:not(.tex-guide-list) > li:after {
    top: 8px;
  }

  .help-content ul.ullinks dl:after {
    top: 8px;
  }

  .help-content ul:not(.tex-guide-list) > li ul > li:after {
    top: 8px;
  }

  .help-content ul:not(.tex-guide-list) > li ul ul > li:after {
    top: 8px;
  }
  .support-main .crumbs .help-link,
  .support-main .crumbs .text {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  .help-content ul > li:after {
    top: 8px;
  }

  .help-content ul > li ul > li:after {
    top: 8px;
  }

  .help-content ul > li ul ul > li:after {
    top: 8px;
  }
  .help-content ul:not(.tex-guide-list) > li:after {
    top: 10px;
  }

  .help-content ul.ullinks dl:after {
    top: 10px;
  }

  .help-content ul:not(.tex-guide-list) > li ul > li:after {
    top: 10px;
  }

  .help-content ul:not(.tex-guide-list) > li ul ul > li:after {
    top: 10px;
  }
}

.help-content .fignone {
  margin-top: 12px;
  margin-bottom: 12px;
}

.help-content .fignone .figcap {
  font-size: 14px;
  line-height: 22px;
  color: #191919;
  display: inline-block;
  margin-bottom: 12px;
}

.help-content .fignone .figcap b {
  font-weight: normal;
}

.help-content .fignone img,
.help-content .imgresize {
  cursor: zoom-in;
  border: 1px solid #ededed;
  height: auto;
}

/* 帮助中心支持新的手册样式 start */
.support-content .sectiontitletab,
.support-content .sectiontab {
  display: none;
}

.support-content .por-tab-container .por-tab a:hover {
  text-decoration: none;
}

.support-content .por-tab-container .por-tab a {
  color: #191919;
  padding-bottom: 10px;
}

.support-content .por-tab-container .por-tab a:after {
  background-color: #191919;
}

.support-content .por-tab-container {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.support-content .por-tab-container .por-tab > ul {
  margin-top: 12px;
  margin-bottom: 0;
  z-index: 10;
}

.support-content .por-tab-container .por-tab-left .por-tab-text {
  font-size: 16px;
  line-height: 28px;
  max-width: 300px;
  display: inline-block;
}

.support-content .por-tab-container .por-tab ul > li {
  padding: 0 16px;
}

.support-content .por-tab-container .por-tab ul > li::after {
  display: none;
}

.support-content .por-tab-container .por-tab ul li   li {
  margin-top: 0;
}

.support-content .por-tab-container .por-tab-left {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.support-content .por-tab-container .por-tab   .por-tab-wrapper {
  padding: 15px 16px;
}

.support-content
  .por-tab-container
  .por-tab-left.por-tab-left-scroll
  .por-icon {
  right: 3px;
}

.support-content .por-tab-container .por-tab-wrapper .section {
  margin-top: 0;
}

.support-content .por-tab-container .por-tab-wrapper .section   .section {
  margin-top: 32px;
}

.support-content .dropdownexpand {
  display: none;
  border: 0;
}

.support-content .dropdownexpand {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
}

.support-content .dropdownexpand   .dropdownexpand {
  margin-top: 16px;
}

.support-content .por-collapse-container .por-collapse-trigger {
  padding: 12px 16px 12px 44px;
}

.support-content .por-collapse-container .por-collapse-trigger p {
  margin-bottom: 0;
}

.support-content .por-collapse-container .por-collapse-trigger:hover {
  background-color: #f7f7f7;
}

.support-content .por-collapse-container .por-collapse-trigger .sectiontitle {
  margin: 0;
  font-size: 16px;
  color: #191919;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
}

.support-content .por-collapse-container .por-collapse-trigger .por-icon-down,
.support-content .por-collapse-container .por-collapse-trigger .u-icon-down {
  font-size: 18px;
  right: auto;
  left: 16px;
  margin-top: -8px;
}

.support-content .por-collapse-container .dropdowncontext {
  padding: 0 16px 16px;
}

.support-content .por-collapse-container .dropdowncontext > p:nth-child(1),
.support-content .por-collapse-container .dropdowncontext > div:nth-child(1),
.support-content .por-collapse-container .dropdowncontext > ul:nth-child(1) {
  margin-top: 16px;
}

.support-content .por-collapse-container .dropdowncontext > p:nth-last-child(1),
.support-content
  .por-collapse-container
  .dropdowncontext
  > div:nth-last-child(1),
.support-content
  .por-collapse-container
  .dropdowncontext
  > ul:nth-last-child(1) {
  margin-bottom: 16px;
}
/* .help-content   开始*/
html,
body {
  height: auto !important;
}
.help-content[data-overview-type="new"] #adoutsidediv.helpcenterad {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.help-content[data-overview-type="new"] a:hover,
.help-content[data-overview-type="new"] a:focus {
  color: #191919;
}
.support-main .help-content[data-overview-type="new"] {
  padding: 0;
  background-color: transparent;
  margin-top: 28px;
}
.help-content[data-overview-type="new"] .c-div,
.help-content[data-overview-type="new"] .c-column,
.help-content[data-overview-type="new"] .c-list {
  min-height: 0;
}
.help-content[data-overview-type="new"] .c-section {
  margin-bottom: 76px;
}
.help-content[data-overview-type="new"] .div_x0w4po {
  min-height: 24px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.help-content[data-overview-type="new"] .div_ruwqbu_1 {
  margin-bottom: -10px;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.help-content[data-overview-type="new"] .section_rz6mei .image_aouqww {
  float: none;
  width: 48px;
  height: 48px;
  border-radius: 8px;
}
.help-content[data-overview-type="new"] .section_rz6mei h1 {
  font-size: 40px;
  color: #191919;
  line-height: 60px;
  margin-bottom: 0;
}
.help-content[data-overview-type="new"] .textblock_uz1sui p {
  font-size: 16px;
  color: #191919;
  line-height: 24px;
  margin-bottom: 32px;
}
.help-content[data-overview-type="new"] .column_uougtd {
  width: 320px;
  height: 180px;
}
.help-content[data-overview-type="new"] .column_wppabc {
  padding-right: 80px;
  width: calc(100% - 320px);
}
.help-content[data-overview-type="new"] .div_bgyuyw .c-linkblock:hover,
.help-content[data-overview-type="new"] .div_pm3qxw .c-linkblock:hover,
.help-content[data-overview-type="new"] .div_0jontm .c-linkblock:hover {
  text-decoration: none;
}
.help-content[data-overview-type="new"] .div_bgyuyw {
  background-color: #191919;
  margin-right: 16px;
  padding: 0;
  min-width: auto;
  cursor: pointer;
  border: 1px solid #191919;
  height: 100%;
}
.help-content[data-overview-type="new"] .div_bgyuyw:hover {
  background-color: #595959;
  border: 1px solid #595959;
}
.help-content[data-overview-type="new"] .div_bgyuyw .c-linkblock {
  padding: 8px 32px;
}
.help-content[data-overview-type="new"] .div_bgyuyw p {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 0;
}
.help-content[data-overview-type="new"] .div_pm3qxw {
  background-color: transparent;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 0;
  min-width: auto;
  cursor: pointer;
  border: 1px solid #191919;
  height: 100%;
}
.help-content[data-overview-type="new"] .div_pm3qxw .c-linkblock {
  padding: 8px 32px;
}
.help-content[data-overview-type="new"] .div_pm3qxw p {
  font-size: 14px;
  color: #191919;
  line-height: 22px;
  margin-bottom: 0;
}
.help-content[data-overview-type="new"] .div_0jontm .textblock_kjrhv4 {
  padding: 6px 12px;
  white-space: nowrap;
}
.help-content[data-overview-type="new"] .div_0jontm .textblock_kjrhv4 p {
  font-size: 14px;
}
.help-content[data-overview-type="new"] .textblock_p0oqvg {
  padding: 6px 8px;
}
.help-content[data-overview-type="new"] .textblock_wia6zz {
  margin-bottom: 12px;
}
.help-content[data-overview-type="new"] .div_dhoda3   .textblock_wia6zz {
  padding-top: 24px;
}
.help-content[data-overview-type="new"] .div_dhoda3 .textblock_wia6zz {
  margin-bottom: 0;
}
.help-content[data-overview-type="new"] .textblock_p0oqvg p {
  font-size: 14px;
}
.help-content[data-overview-type="new"] .c-linkblock {
  min-height: auto;
  min-width: auto;
}
.help-content[data-overview-type="new"] .linkblock_rmagvx .icon_4p3pfm {
  font-size: 22px;
}
.help-content[data-overview-type="new"] .linkblock_rmagvx:hover {
  text-decoration: none;
}
.help-content[data-overview-type="new"] .textblock_hcf51w p {
  font-size: 18px;
  line-height: 38px;
}
.help-content[data-overview-type="new"] .column_uougtd .div_kjnaxu {
  margin-right: 0;
  background-color: #191919;
}
.help-content[data-overview-type="new"] .column_uougtd .video_otvqia {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
}
.help-content[data-overview-type="new"] .div_0jontm {
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(12%, rgba(107, 181, 255, 0.4)),
    color-stop(79%, rgba(139, 227, 248, 0.4)),
    to(rgba(186, 225, 255, 0.24))
  );
  background: linear-gradient(
    90deg,
    rgba(107, 181, 255, 0.4) 12%,
    rgba(139, 227, 248, 0.4) 79%,
    rgba(186, 225, 255, 0.24)
  );
}
.help-content[data-overview-type="new"] .div_0jontm .c-linkblock {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 8px;
  height: auto;
}
.help-content[data-overview-type="new"] .div_0jontm .c-linkblock p {
  margin-bottom: 0;
}
.help-content[data-overview-type="new"] .div_0jontm .icon_tvldlm {
  color: #595959;
  position: relative;
  right: 0;
  margin-right: 8px;
  font-size: 16px;
  transition: right 0.3s;
}
.help-content[data-overview-type="new"] .div_0jontm:hover .icon_tvldlm {
  right: -4px;
}
.help-content[data-overview-type="new"] .div_0jontm a:hover {
  text-decoration: none;
}
.help-content[data-overview-type="new"] .div_hioiym {
  display: -ms-flexbox;
  display: flex;
}
.help-content[data-overview-type="new"] .section_uvwvtd > .div_hioiym {
  display: block;
}
.help-content[data-overview-type="new"] .div_hioiym .heading_mayb1v {
  font-size: 30px;
  color: #191919;
  line-height: 38px;
  padding-right: 15px;
  flex-grow: 1;
  margin-top: 0;
  margin-bottom: 32px;
}
.help-content[data-overview-type="new"] .div_hioiym .linkblock_rmagvx:hover p {
  text-decoration: underline;
}
.help-content[data-overview-type="new"] .div_hioiym::before,
.help-content[data-overview-type="new"] .div_hioiym::after {
  content: " ";
  display: table;
  line-height: 0;
}
.help-content[data-overview-type="new"] .div_hioiym::after {
  clear: both;
}
.help-content[data-overview-type="new"] .nav-tabs > li a {
  border: 0 !important;
}
.help-content[data-overview-type="new"] .nav-tabs > li.active > a,
.help-content[data-overview-type="new"] .nav-tabs > li > a:hover,
.help-content[data-overview-type="new"] .nav-tabs > li > a:focus {
  background-color: transparent !important;
  color: #191919;
  font-weight: 600;
}
.help-content[data-overview-type="new"] .nav-tabs > li > a {
  color: #191919;
  padding: 0;
  margin-right: 0;
}
.help-content[data-overview-type="new"] .nav-tabs {
  border-bottom: 0;
  margin: 0 -24px 22px;
}
.help-content[data-overview-type="new"] .nav-tabs > li {
  margin-top: 0;
  font-size: 18px;
  padding: 8px 24px;
  cursor: pointer;
}
.help-content[data-overview-type="new"] ul.nav-tabs > li:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: transparent;
  position: absolute;
  top: 100%;
  left: 24px;
  border-radius: 0;
}
.help-content[data-overview-type="new"] ul.nav-tabs > li.active:after {
  width: calc(100% - 48px);
  background-color: #191919;
  height: 2px;
}
.help-content[data-overview-type="new"] .row_vigazg {
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-bottom: -16px;
  flex-wrap: wrap;
}
.help-content[data-overview-type="new"] .row_vigazg   .row_vigazg {
  margin-top: 16px;
}
.help-content[data-overview-type="new"] .div_2vpvop   .div_2vpvop {
  margin-top: 16px;
}
.help-content[data-overview-type="new"] .row_vigazg > .c-column {
  margin-bottom: 16px;
}
.help-content[data-overview-type="new"] .div_jushln {
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.help-content[data-overview-type="new"] .heading_j9ayxv {
  margin-top: 0;
  margin-bottom: 0;
}
.help-content[data-overview-type="new"] .row_vigazg .div_cb9qjb,
.help-content[data-overview-type="new"] .row_vigazg .div_eaedtz {
  height: 100%;
}
.help-content[data-overview-type="new"] .row_vigazg .div_cb9qjb:hover,
.help-content[data-overview-type="new"] .row_vigazg .div_eaedtz:hover,
.help-content[data-overview-type="new"] .row_93xkrt .div_kjnaxu:hover {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}
.help-content[data-overview-type="new"] .textblock_ei6gnt p {
  font-size: 30px;
  line-height: 40px;
  color: #1476ff;
  margin-bottom: 0;
}
.help-content[data-overview-type="new"] ul.list_s7tt9x {
  margin: 0;
}
.help-content[data-overview-type="new"] ul.list_s7tt9x p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.help-content[data-overview-type="new"]
  ul:not(.tex-guide-list)
  > li.listitem_q8k1vh {
  padding-left: 0;
  line-height: 24px;
}
.help-content[data-overview-type="new"]
  ul:not(.tex-guide-list)
  > li.listitem_q8k1vh
    li.listitem_q8k1vh {
  margin-top: 12px;
}
.help-content[data-overview-type="new"]
  ul:not(.tex-guide-list)
  > li.listitem_q8k1vh::after {
  display: none;
}

.help-content[data-overview-type="new"] .heading_rrey6u {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 30px;
}
.help-content[data-overview-type="new"] .div_cb9qjb p {
  margin-bottom: 0;
}
.help-content[data-overview-type="new"] .div_eaedtz p {
  margin-bottom: 0;
}
.help-content[data-overview-type="new"] .linkblock_krba9c p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.help-content[data-overview-type="new"] .row_d8k7xf {
  margin-right: 0;
  padding: 0 4px;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.help-content[data-overview-type="new"] .row_d8k7xf > .c-column {
  padding: 0;
}
.help-content[data-overview-type="new"] .row_d8k7xf .div_ljgez7 {
  margin-right: 0;
  padding: 32px 28px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.help-content[data-overview-type="new"] .div_ljgez7 > .c-div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
}
.help-content[data-overview-type="new"] .div_ljgez7 .c-heading {
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 16px;
}
.help-content[data-overview-type="new"] .div_e4mitw {
  margin-top: 19px;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
}
.help-content[data-overview-type="new"]
  .div_e4mitw
  .linkblock_us8cx7
  .icon_xj2gbi {
  transition: margin-left 0.3s;
}
.help-content[data-overview-type="new"]
  .div_e4mitw
  .linkblock_us8cx7:hover
  .icon_xj2gbi {
  margin-left: 12px;
}
.help-content[data-overview-type="new"] .div_e4mitw .linkblock_us8cx7:hover {
  text-decoration: none;
}
.help-content[data-overview-type="new"]
  .div_e4mitw
  .linkblock_us8cx7:hover
  .textblock_dusdsm {
  text-decoration: underline;
}
.help-content[data-overview-type="new"] .div_e4mitw .linkblock_us8cx7 p {
  margin-bottom: 0;
}

.help-content[data-overview-type="new"] .div_kjnaxu {
  border-radius: 12px;
  overflow: hidden;
  margin-right: 16px;
  height: 100%;
}
.help-content[data-overview-type="new"] .row_93xkrt {
  margin-right: -16px;
  margin-bottom: -16px;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.help-content[data-overview-type="new"] .icon_kw2vh3 {
  color: #191919;
}
.help-content[data-overview-type="new"] .icon_kw2vh3.fa-play-circle-o:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
}
.help-content[data-overview-type="new"]
  .div_kjnaxu:hover
  .icon_kw2vh3.fa-play-circle-o::before {
  background-image: ;
}
.help-content[data-overview-type="new"] .row_93xkrt > .c-column {
  margin-bottom: 16px;
}
.help-content[data-overview-type="new"] .div_laobux {
  padding: 24px 32px;
}
.help-content[data-overview-type="new"] .div_94azsj {
  height: auto;
  background-image: ;
  background-size: cover;
  background-position: center;
}
.help-content[data-overview-type="new"] .div_94azsj .textblock_7cpmjq p {
  margin-bottom: 0;
}
.help-content[data-overview-type="new"]
  .row_93xkrt
  .c-column:nth-child(12n   1)
  .div_94azsj {
  background-image: ;
}
.help-content[data-overview-type="new"]
  .row_93xkrt
  .c-column:nth-child(12n   2)
  .div_94azsj {
  background-image: ;
}
.help-content[data-overview-type="new"]
  .row_93xkrt
  .c-column:nth-child(12n   3)
  .div_94azsj {
  background-image: ;
}
.help-content[data-overview-type="new"]
  .row_93xkrt
  .c-column:nth-child(12n   4)
  .div_94azsj {
  background-image: ;
}
.help-content[data-overview-type="new"]
  .row_93xkrt
  .c-column:nth-child(12n   5)
  .div_94azsj {
  background-image: ;
}
.help-content[data-overview-type="new"]
  .row_93xkrt
  .c-column:nth-child(12n   6)
  .div_94azsj {
  background-image: ;
}
.help-content[data-overview-type="new"]
  .row_93xkrt
  .c-column:nth-child(12n   7)
  .div_94azsj {
  background-image: ;
}
.help-content[data-overview-type="new"]
  .row_93xkrt
  .c-column:nth-child(12n   8)
  .div_94azsj {
  background-image: ;
}
.help-content[data-overview-type="new"]
  .row_93xkrt
  .c-column:nth-child(12n   9)
  .div_94azsj {
  background-image: ;
}
.help-content[data-overview-type="new"]
  .row_93xkrt
  .c-column:nth-child(12n   10)
  .div_94azsj {
  background-image: ;
}
.help-content[data-overview-type="new"]
  .row_93xkrt
  .c-column:nth-child(12n   11)
  .div_94azsj {
  background-image: ;
}
.help-content[data-overview-type="new"]
  .row_93xkrt
  .c-column:nth-child(12n   0)
  .div_94azsj {
  background-image: ;
}
.help-content[data-overview-type="new"] .heading_9merlf {
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 8px;
}
.help-content[data-overview-type="new"] .paragraph_h3cxr8 {
  font-size: 16px;
  line-height: 24px;
  color: #595959;
  margin-bottom: 0;
}

/* .help-content  结束 */

.help-content .section.has-bottom-margin {
  margin-bottom: 16px;
}

.help-content .section.less-section-top-margin {
  margin-top: 16px;
}

@media (max-width: 1600px) {
  /* 帮助中心tab、折叠 start */
  .support-content .por-tab-container .por-tab a {
    padding-bottom: 8px;
  }

  .support-content .por-tab-container .por-tab > ul {
    margin-top: 10px;
  }

  .support-content .por-tab-container .por-tab-left .por-tab-text {
    font-size: 14px;
    line-height: 24px;
  }

  .support-content .por-tab-container .por-tab ul > li {
    padding: 0 14px;
  }

  .support-content .por-tab-container .por-tab   .por-tab-wrapper {
    padding: 14px;
  }
  .support-content .por-collapse-container .por-collapse-trigger {
    padding: 10px 14px 10px 42px;
  }
  .support-content .por-collapse-container .por-collapse-trigger .sectiontitle {
    font-size: 14px;
    line-height: 24px;
  }
  .support-content .por-collapse-container .por-collapse-trigger .por-icon-down,
  .support-content .por-collapse-container .por-collapse-trigger .u-icon-down {
    left: 14px;
  }
  .support-content .por-collapse-container .dropdowncontext {
    padding: 0 14px 14px;
  }
  /* 帮助中心tab、折叠 end */
  /* 新版成长地图、视频帮助 start */
  .help-content[data-overview-type="new"] .c-section {
    margin-bottom: 60px;
  }
  .help-content[data-overview-type="new"] .div_x0w4po {
    margin-bottom: 12px;
  }
  .help-content[data-overview-type="new"] .section_rz6mei .image_aouqww {
    margin-right: 16px;
    width: 40px;
    height: 40px;
  }
  .help-content[data-overview-type="new"] .section_rz6mei h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .help-content[data-overview-type="new"] .textblock_uz1sui p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 28px;
  }
  .help-content[data-overview-type="new"] .column_uougtd {
    width: 280px;
    height: 158px;
  }
  .help-content[data-overview-type="new"] .column_wppabc {
    padding-right: 64px;
    width: calc(100% - 280px);
  }
  .help-content[data-overview-type="new"] .div_hioiym .heading_mayb1v {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 28px;
  }
  .help-content[data-overview-type="new"] .linkblock_rmagvx .icon_4p3pfm {
    font-size: 20px;
  }
  .help-content[data-overview-type="new"] .nav-tabs > li a {
    border: 0 !important;
  }
  .help-content[data-overview-type="new"] .nav-tabs > li.active > a,
  .help-content[data-overview-type="new"] .nav-tabs > li.active > a:hover,
  .help-content[data-overview-type="new"] .nav-tabs > li.active > a:focus {
    background-color: transparent;
  }
  .help-content[data-overview-type="new"] .nav-tabs {
    border-bottom: 0;
    margin-bottom: 20px;
  }

  .help-content[data-overview-type="new"] .div_cb9qjb {
    padding: 28px;
  }
  .help-content[data-overview-type="new"] .div_jushln {
    margin-bottom: 12px;
  }
  .help-content[data-overview-type="new"] .textblock_ei6gnt {
    padding-right: 8px;
  }
  .help-content[data-overview-type="new"] .textblock_ei6gnt p {
    font-size: 24px;
    line-height: 32px;
  }
  .help-content[data-overview-type="new"] .heading_j9ayxv {
    font-size: 16px;
    line-height: 24px;
  }
  .help-content[data-overview-type="new"]
    ul:not(.tex-guide-list)
    > li.listitem_q8k1vh {
    line-height: 22px;
  }
  .help-content[data-overview-type="new"]
    ul:not(.tex-guide-list)
    > li.listitem_q8k1vh
      li.listitem_q8k1vh {
    margin-top: 8px;
  }
  .help-content[data-overview-type="new"] ul.list_s7tt9x p {
    font-size: 14px;
    line-height: 22px;
  }
  .help-content[data-overview-type="new"] .icon_kw2vh3 {
    left: calc(50% - 16px);
    top: calc(50% - 16px);
  }
  .help-content[data-overview-type="new"] .icon_kw2vh3.fa-play-circle-o:before {
    width: 32px;
    height: 32px;
  }
  .help-content[data-overview-type="new"] .textblock_hcf51w p {
    font-size: 16px;
    line-height: 24px;
  }
  .help-content[data-overview-type="new"] .heading_rrey6u {
    font-size: 16px;
    line-height: 24px;
  }
  .help-content[data-overview-type="new"] .row_d8k7xf .div_ljgez7 {
    margin-right: 0;
    padding: 28px 22px;
  }
  .help-content[data-overview-type="new"] .linkblock_krba9c p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .help-content[data-overview-type="new"] .div_ljgez7 .c-heading {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .help-content[data-overview-type="new"] .div_e4mitw {
    margin-top: 12px;
  }
  .help-content[data-overview-type="new"] .div_e4mitw p {
    font-size: 14px;
    line-height: 22px;
  }
  .help-content[data-overview-type="new"] .div_94azsj .textblock_7cpmjq {
    left: 28px;
    bottom: 16px;
  }
  .help-content[data-overview-type="new"] .div_laobux {
    padding: 20px 28px;
  }
  .help-content[data-overview-type="new"] .heading_9merlf {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .help-content[data-overview-type="new"] .paragraph_h3cxr8 {
    font-size: 14px;
    line-height: 22px;
  }
  /* 新版成长地图、视频帮助 end */
}

@media (max-width: 1280px) {
  /* 帮助中心tab、折叠 start */
  .support-content .por-tab a {
    color: #191919;
  }

  .support-content .por-tab-container .por-tab-left .por-tab-text {
    font-size: 12px;
    line-height: 20px;
  }

  .support-content .por-tab-container .por-tab ul > li {
    padding: 0 12px;
  }

  .support-content .por-tab-container .por-tab   .por-tab-wrapper {
    padding: 12px;
  }
  .support-content .por-collapse-container .por-collapse-trigger {
    padding: 8px 12px 8px 32px;
  }
  .support-content .por-collapse-container .por-collapse-trigger .sectiontitle {
    font-size: 12px;
    line-height: 20px;
  }
  .support-content .por-collapse-container .por-collapse-trigger .por-icon-down,
  .support-content .por-collapse-container .por-collapse-trigger .u-icon-down {
    font-size: 14px;
    left: 12px;
    margin-top: -7px;
  }
  .support-content .por-collapse-container .dropdowncontext {
    padding: 0 12px 12px;
  }
  /* 帮助中心tab、折叠 end */
  /* 新版成长地图、视频帮助 start */
  .help-content[data-overview-type="new"] .c-section {
    margin-bottom: 52px;
  }
  .help-content[data-overview-type="new"] .div_x0w4po {
    margin-bottom: 16px;
  }
  .help-content[data-overview-type="new"] .section_rz6mei .image_aouqww {
    width: 36px;
    height: 36px;
    margin-right: 12px;
  }
  .help-content[data-overview-type="new"] .section_rz6mei h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .help-content[data-overview-type="new"] .textblock_uz1sui p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .help-content[data-overview-type="new"] .column_uougtd {
    width: 220px;
    height: 124px;
  }
  .help-content[data-overview-type="new"] .column_wppabc {
    padding-right: 50px;
    width: calc(100% - 220px);
  }
  .help-content[data-overview-type="new"] .div_bgyuyw {
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .help-content[data-overview-type="new"] .div_bgyuyw p {
    font-size: 12px;
  }
  .help-content[data-overview-type="new"] .div_pm3qxw {
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .help-content[data-overview-type="new"] .div_0jontm .c-linkblock {
    padding: 0 20px;
  }
  .help-content[data-overview-type="new"] .div_pm3qxw p {
    font-size: 12px;
  }
  .help-content[data-overview-type="new"] .div_bgyuyw .c-linkblock {
    padding: 4px 24px;
  }
  .help-content[data-overview-type="new"] .div_pm3qxw .c-linkblock {
    padding: 4px 24px;
  }
  .help-content[data-overview-type="new"] .div_0jontm .textblock_kjrhv4 {
    padding: 4px 4px;
  }
  .help-content[data-overview-type="new"] .textblock_wia6zz {
    margin-bottom: 8px;
  }
  .help-content[data-overview-type="new"] .div_0jontm .textblock_kjrhv4 p {
    font-size: 12px;
  }
  .help-content[data-overview-type="new"] .textblock_p0oqvg {
    padding: 4px 12px;
  }
  .help-content[data-overview-type="new"] .textblock_p0oqvg p {
    font-size: 12px;
  }
  .help-content[data-overview-type="new"] .div_0jontm .icon_tvldlm {
    line-height: 32px;
  }
  .help-content[data-overview-type="new"] .div_hioiym .heading_mayb1v {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .help-content[data-overview-type="new"] .linkblock_rmagvx .icon_4p3pfm {
    font-size: 18px;
  }
  .help-content[data-overview-type="new"] .nav-tabs > li a {
    border: 0 !important;
  }
  .help-content[data-overview-type="new"] .nav-tabs > li.active > a,
  .help-content[data-overview-type="new"] .nav-tabs > li.active > a:hover,
  .help-content[data-overview-type="new"] .nav-tabs > li.active > a:focus {
    background-color: transparent;
  }
  .help-content[data-overview-type="new"] .nav-tabs {
    border-bottom: 0;
    margin-bottom: 22px;
  }

  .help-content[data-overview-type="new"] .div_cb9qjb {
    padding: 24px;
  }
  .help-content[data-overview-type="new"] .div_jushln {
    margin-bottom: 12px;
  }
  .help-content[data-overview-type="new"] .textblock_ei6gnt {
    padding-right: 10px;
  }
  .help-content[data-overview-type="new"] .textblock_ei6gnt p {
    font-size: 22px;
    line-height: 28px;
  }
  .help-content[data-overview-type="new"] .heading_j9ayxv {
    font-size: 14px;
    line-height: 22px;
  }
  .help-content[data-overview-type="new"]
    ul:not(.tex-guide-list)
    > li.listitem_q8k1vh {
    line-height: 16px;
  }
  .help-content[data-overview-type="new"]
    ul:not(.tex-guide-list)
    > li.listitem_q8k1vh
      li.listitem_q8k1vh {
    margin-top: 8px;
  }
  .help-content[data-overview-type="new"] ul.list_s7tt9x p {
    font-size: 12px;
    line-height: 18px;
  }
  .help-content[data-overview-type="new"] .icon_kw2vh3 {
    left: calc(50% - 16px);
    top: calc(50% - 16px);
  }
  .help-content[data-overview-type="new"] .icon_kw2vh3.fa-play-circle-o:before {
    width: 32px;
    height: 32px;
  }
  .help-content[data-overview-type="new"] .textblock_hcf51w p {
    font-size: 14px;
    line-height: 28px;
  }
  .help-content[data-overview-type="new"] .heading_rrey6u {
    font-size: 14px;
    line-height: 22px;
  }
  .help-content[data-overview-type="new"] .row_d8k7xf .div_ljgez7 {
    margin-right: 0;
    padding: 24px 20px;
  }
  .help-content[data-overview-type="new"] .linkblock_krba9c p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .help-content[data-overview-type="new"] .div_ljgez7 .c-heading {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .help-content[data-overview-type="new"] .div_e4mitw {
    margin-top: 12px;
  }
  .help-content[data-overview-type="new"] .div_e4mitw p {
    font-size: 12px;
    line-height: 18px;
  }
  .help-content[data-overview-type="new"] .div_94azsj .textblock_7cpmjq {
    left: 24px;
    bottom: 12px;
  }
  .help-content[data-overview-type="new"] .div_laobux {
    padding: 16px 24px;
  }
  .help-content[data-overview-type="new"] .heading_9merlf {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
  }
  .help-content[data-overview-type="new"] .paragraph_h3cxr8 {
    font-size: 12px;
    line-height: 18px;
  }
  /* 新版成长地图、视频帮助 end */
}

@media (max-width: 1024px) {
  .help-content[data-overview-type="new"] .div_94azsj {
    height: 124px;
  }
}

@media (max-width: 768px) {
  /* 帮助中心tab、折叠 start */
  .support-content .por-tab-container .por-tab-left .por-tab-text {
    font-size: 14px;
    line-height: 24px;
  }

  .support-content .por-tab-container .por-tab ul > li {
    padding: 0 14px;
  }

  .support-content .por-tab-container .por-tab   .por-tab-wrapper {
    padding: 14px;
  }
  .support-content .por-collapse-container .por-collapse-trigger {
    padding: 10px 14px 10px 42px;
  }
  .support-content .por-collapse-container .por-collapse-trigger .sectiontitle {
    font-size: 14px;
    line-height: 24px;
  }
  .support-content .por-collapse-container .por-collapse-trigger .por-icon-down,
  .support-content .por-collapse-container .por-collapse-trigger .u-icon-down {
    left: 14px;
  }
  .support-content .por-collapse-container .dropdowncontext {
    padding: 0 14px 14px;
  }

  .support-content .por-collapse-container .dropdowncontext > p:nth-child(1),
  .support-content .por-collapse-container .dropdowncontext > div:nth-child(1),
  .support-content
    .por-collapse-container
    .dropdowncontext
    > ul:nth-last-child(1) {
    margin-top: 12px;
  }

  .support-content
    .por-collapse-container
    .dropdowncontext
    > p:nth-last-child(1),
  .support-content
    .por-collapse-container
    .dropdowncontext
    > div:nth-last-child(1),
  .support-content
    .por-collapse-container
    .dropdowncontext
    > ul:nth-last-child(1) {
    margin-bottom: 12px;
  }
  /* 帮助中心支持新的手册样式 end */
  /* 新版成长地图、视频帮助 start */
  .support-main .help-content[data-overview-type="new"] {
    padding: 24px 16px 0;
    background-color: #f5f5f6;
    margin-top: 0;
    border-radius: 0;
  }
  .help-content[data-overview-type="new"] .c-section {
    margin-bottom: 44px;
  }
  .help-content[data-overview-type="new"] .column_uougtd {
    width: 100%;
    max-width: 414px;
    height: 193px;
    margin-top: 24px;
  }
  .help-content[data-overview-type="new"] .column_uougtd .video_otvqia {
    position: static;
  }
  .help-content[data-overview-type="new"] .column_wppabc {
    padding-right: 0;
    width: 100%;
  }
  .help-content[data-overview-type="new"] .div_bgyuyw {
    margin-right: 12px;
  }
  .help-content[data-overview-type="new"] .div_bgyuyw p {
    font-size: 12px;
  }
  .help-content[data-overview-type="new"] .div_pm3qxw {
    margin-right: 12px;
  }
  .help-content[data-overview-type="new"] .linkblock_uwapx2 {
    height: 32px;
  }
  .help-content[data-overview-type="new"] .div_pm3qxw p {
    font-size: 12px;
  }
  .help-content[data-overview-type="new"] .textblock_wia6zz {
    margin-bottom: 8px;
  }
  .help-content[data-overview-type="new"] .div_0jontm .textblock_kjrhv4 p {
    font-size: 12px;
  }
  .help-content[data-overview-type="new"] .textblock_p0oqvg p {
    font-size: 12px;
  }
  .help-content[data-overview-type="new"] .nav-tabs > li {
    padding: 8px 16px;
  }
  .help-content[data-overview-type="new"] .div_hioiym .heading_mayb1v {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .help-content[data-overview-type="new"] .nav-tabs > li a {
    border: 0 !important;
  }
  .help-content[data-overview-type="new"] .nav-tabs > li.active > a,
  .help-content[data-overview-type="new"] .nav-tabs > li.active > a:hover,
  .help-content[data-overview-type="new"] .nav-tabs > li.active > a:focus {
    background-color: transparent;
  }
  .help-content[data-overview-type="new"] ul.nav-tabs > li.active:after {
    width: calc(100% - 32px);
  }
  .help-content[data-overview-type="new"] ul.nav-tabs > li:after {
    left: 16px;
  }
  .help-content[data-overview-type="new"] .nav-tabs {
    border-bottom: 0;
    margin: 0 -16px 22px;
  }
  .help-content[data-overview-type="new"] .row_vigazg .div_cb9qjb,
  .help-content[data-overview-type="new"] .row_vigazg .div_eaedtz {
    padding: 20px;
  }
  .help-content[data-overview-type="new"] .div_cb9qjb {
    padding: 20px;
  }
  .help-content[data-overview-type="new"] .div_jushln {
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
  }
  .help-content[data-overview-type="new"] .div_jushln::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: ;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    top: calc(50% - 10px);
  }
  .help-content[data-overview-type="new"] .div_jushln.active::after {
    transition: all 0.03s;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .help-content[data-overview-type="new"] .textblock_ei6gnt {
    padding-right: 10px;
  }
  .help-content[data-overview-type="new"] .textblock_ei6gnt p {
    font-size: 22px;
    line-height: 28px;
  }
  .help-content[data-overview-type="new"] .heading_j9ayxv {
    font-size: 14px;
    line-height: 22px;
    flex-grow: 1;
    padding-right: 20px;
  }
  .help-content[data-overview-type="new"]
    ul:not(.tex-guide-list)
    > li.listitem_q8k1vh {
    line-height: 16px;
  }
  .help-content[data-overview-type="new"]
    ul:not(.tex-guide-list)
    > li.listitem_q8k1vh
      li.listitem_q8k1vh {
    margin-top: 12px;
  }
  .help-content[data-overview-type="new"] .c-div.div_nazugn {
    display: none;
    padding-top: 16px;
  }

  .help-content[data-overview-type="new"] ul.list_s7tt9x p {
    font-size: 12px;
    line-height: 18px;
  }
  .help-content[data-overview-type="new"] .div_eaedtz p {
    font-size: 12px;
    line-height: 18px;
  }
  .help-content[data-overview-type="new"] .row_93xkrt > .c-column {
    width: 100%;
    margin-bottom: 16px;
  }
  .help-content[data-overview-type="new"] .row_93xkrt .div_kjnaxu {
    border-radius: 16px;
    overflow: hidden;
    margin-right: 16px;
    height: 100%;
    min-height: 84px;
    position: relative;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    align-items: center;
  }
  .help-content[data-overview-type="new"] .div_94azsj {
    width: 122px;
    height: 68px;
    border-radius: 8px;
  }
  .help-content[data-overview-type="new"] .textblock_7cpmjq {
    left: 16px;
    bottom: 16px;
  }
  .help-content[data-overview-type="new"] .icon_kw2vh3 {
    font-size: 24px;
    left: calc(50% - 12px);
    top: calc(50% - 12px);
  }
  .help-content[data-overview-type="new"] .icon_kw2vh3.fa-play-circle-o:before {
    width: 24px;
    height: 24px;
  }
  .help-content[data-overview-type="new"] .textblock_hcf51w p {
    font-size: 14px;
    line-height: 28px;
  }
  .help-content[data-overview-type="new"] .heading_rrey6u {
    margin-bottom: 4px;
  }
  .help-content[data-overview-type="new"] .row_d8k7xf .div_ljgez7 {
    margin-right: 0;
    padding: 24px 20px;
  }
  .help-content[data-overview-type="new"] .row_vigazg > .c-column {
    margin-bottom: 8px;
  }
  .help-content[data-overview-type="new"] .row_d8k7xf {
    padding: 0;
    background-color: transparent;
  }
  .help-content[data-overview-type="new"] .row_d8k7xf > .c-column {
    padding: 0;
    background-color: #fff;
    border-radius: 12px;
    width: 100%;
  }
  .help-content[data-overview-type="new"] .row_d8k7xf > .c-column   .c-column {
    margin-top: 8px;
  }
  .help-content[data-overview-type="new"] .div_ljgez7 .c-heading {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
  }
  .help-content[data-overview-type="new"] .div_ljgez7 .c-heading   .c-div {
    padding-top: 16px;
    display: none;
  }
  .help-content[data-overview-type="new"] .div_ljgez7 .c-heading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: ;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    top: calc(50% - 10px);
  }
  .help-content[data-overview-type="new"] .div_ljgez7 .c-heading.active::after {
    transition: all 0.03s;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .help-content[data-overview-type="new"] .div_e4mitw {
    margin-top: 12px;
  }
  .help-content[data-overview-type="new"] .div_94azsj .textblock_7cpmjq {
    display: none;
  }
  .help-content[data-overview-type="new"] .div_laobux {
    padding: 0 16px 0 0;
    width: calc(100% - 122px);
  }
  .help-content[data-overview-type="new"] .linkblock_zaoeke {
    position: absolute;
    width: 122px;
    height: 68px;
    left: calc(100% - 122px - 20px);
    top: calc(50% - 34px);
    z-index: 1;
  }
  .help-content[data-overview-type="new"] .heading_9merlf {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
  }
  .help-content[data-overview-type="new"] .paragraph_h3cxr8 {
    font-size: 12px;
    line-height: 18px;
  }
  /* 新版成长地图、视频帮助 end */

  .help-content .section.has-bottom-margin {
    margin-bottom: 12px;
  }

  .help-content .section.less-section-top-margin {
    margin-top: 12px;
  }

  .help-content .fignone img,
  .help-content .imgresize {
    max-width: calc(100% - 4px);
    display: inline-block;
  }

  .help-content li .fignone img,
  .help-content li .imgresize {
    display: block;
  }
}

.support-content .outside-link {
  margin-right: 4px;
}

.support-content .outside-link-icon {
  display: inline-flex;
  position: relative;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  background: url(/uploads/image/racdcaczsrfvimages/outside-link-icon-revision.png) no-repeat center;
  background-size: cover;
  top: 4px;
  cursor: pointer;
}

.tablenoborder,
.tableborder {
  width: 100%;
  position: relative;
}

.tablenoborder table,
.tableborder table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-color: #ebebeb;
  table-layout: fixed;
}

.tablenoborder .expand-table,
.tableborder .expand-table,
.scroll-table-wrapper .pack-up-table,
.support-content .table-set {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  width: 28px;
  height: 28px;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
}

.tablenoborder > .expand-table-wrapper,
.tableborder > .expand-table-wrapper {
  height: 32px;
  width: 100%;
  margin-bottom: -10px;
}

.tablenoborder > .expand-table-wrapper .expand-table,
.tableborder > .expand-table-wrapper .expand-table,
.tableborder > .expand-table-wrapper .table-set {
  position: static;
  float: right;
}

.scroll-table-wrapper .pack-up-table {
  right: 32px;
  top: 40px;
}

.tablenoborder table caption.nonetext .expand-table-wrapper,
.tableborder table caption.nonetext .expand-table-wrapper {
  min-height: 22px;
}

.tablenoborder table caption .expand-table,
.tableborder table caption .expand-table {
  right: 0;
  bottom: -3px;
}

.support-content .table-set {
  right: 36px;
  bottom: -3px;
}

.support-content .scroll-table-wrapper .table-set {
  position: absolute;
  right: 68px;
  top: 40px;
}

.tablenoborder .expand-table:hover,
.tableborder .expand-table:hover,
.scroll-table-wrapper .pack-up-table:hover,
.support-content .table-set:hover {
  border: 1px solid #191919;
}

.tablenoborder .expand-table img,
.tableborder .expand-table img,
.scroll-table-wrapper .pack-up-table img,
.support-content .table-set img {
  width: 16px;
}

.table-modal::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1000;
}

.table-modal .scroll-table-wrapper {
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: calc(100% - 80 * 2px);
  height: auto;
  max-height: calc(100% - 80 * 2px);
  padding: 88px 16px 40px 32px;
  z-index: 1002;
  background: #fff;
  position: fixed;
  left: 80px;
  top: 50%;
  transform: translatey(-50%);
  overflow: hidden;
}

.table-modal .scroll-table-wrapper .tablenoborder,
.table-modal .scroll-table-wrapper .tableborder {
  height: 100%;
  padding-right: 16px;
}

.table-modal .scroll-table-wrapper .tablenoborder.por-scrollbar-s,
.table-modal .scroll-table-wrapper .tableborder.por-scrollbar-s {
  overflow-y: scroll;
  padding-right: 12px;
}

.table-modal .scroll-table-wrapper .tablenoborder table,
.table-modal .scroll-table-wrapper .tableborder table {
  margin-top: 0;
  margin-bottom: 2px;
}

/* 表格筛选、排序 */
.support-content table .filterwrap {
  display: inline-block;
  position: relative;
}
.support-content table span.filterbtn {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-bottom: -2px;
  background-image: ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.support-content .filterlistbox {
  display: none;
  position: absolute;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  min-width: 200px;
  left: -50px;
  /* transform: translatex(-50%); */
  top: 30px;
  cursor: default;
  z-index: 100;
}
.support-content thead th:first-child .filterlistbox {
  left: 0;
}
.support-content thead th:last-child .filterlistbox {
  left: auto;
  right: 0;
}
.support-content .filterlistbox.col-filter-wrap {
  left: auto;
  right: 0;
}
.support-content .filterlistbox.col-filter-wrap > ul {
  margin-top: 8px;
  margin-bottom: 4px;
  max-height: 192px;
  overflow-y: auto;
}
.support-content .filterlistbox.row-filter-wrap .checkbox-all-wrap {
  margin-top: 8px;
  padding: 5px 16px;
}
.support-content
  .filterlistbox.row-filter-wrap
  .por-scrollbar-s::-webkit-scrollbar-thumb {
  background: #dbdbdb;
}
.support-content .filterlistbox.row-filter-wrap > ul {
  margin-top: 0;
  margin-bottom: 8px;
  max-height: 192px;
  overflow-y: auto;
}
.support-content .filterlistbox.active {
  display: block;
}
.support-content .filterlistbox > ul li {
  align-items: center;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 0;
}
.support-content .filterlistbox > ul li   li {
  margin-top: 0;
}
.support-content .filterlistbox .por-checkbox-inline {
  display: flex;
  align-items: center;
}
.support-content .filterlistbox .por-checkbox-inline .por-checkbox {
  flex-shrink: 0;
}
.support-content .filterlistbox > ul li:hover {
  background-color: #f5f5f5;
  font-weight: 600;
}
.support-content .filterlistbox > ul li::after {
  display: none;
}
.support-content .filterlistbox label {
  cursor: pointer;
  flex: 1 1 auto;
}
.support-content .filterlistbox > ul li input {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.support-content .filterlistbox > ul li input:checked {
  background-color: #191919;
}
.support-content .filterlistbox.row-filter-wrap .filter-btn-list {
  padding: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.support-content .filterlistbox.col-filter-wrap .filter-btn-list {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.support-content
  .filterlistbox.col-filter-wrap
  .filter-btn-list
  .por-checkbox-inline {
  flex: 1 1 auto;
}
.support-content .filterlistbox .filter-btn-list .por-btn {
  padding: 0 13px;
  color: #191919;
  text-decoration: none;
}
.support-content .filterlistbox .filter-btn-list .por-btn:hover {
  text-decoration: none;
}
.support-content table.datatable th[data-sorttable-type] .filterthdiv {
  display: inline-block;
  margin-right: 4px;
}
.support-content table.datatable th[data-sorttable-type] span.filterth {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-bottom: -2px;
  background-image: ;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.support-content
  table.datatable
  th[data-sorttable-type][data-sorttable-direction="normal"]
  span.filterth {
  background-image: ;
}
.support-content
  table.datatable
  th[data-sorttable-type][data-sorttable-direction="reverse"]
  span.filterth {
  background-image: ;
}
.support-content .colhidden {
  display: none;
}

@media (max-width: 1600px) {
}

@media (max-width: 1280px) {
}

.support-content .wtsnew-list-wrap .tablenoborder table,
.support-content .wtsnew-list-wrap .tableborder table {
  margin-bottom: 0;
}

.support-content .wtsnew-list-wrap .por-collapse-foot .por-link-icon-right {
  margin-left: 4px;
  position: relative;
  top: 2px;
}

.tablenoborder table * > p:last-child,
.tableborder table * > p:last-child {
  margin-bottom: 0;
}

.tablenoborder table * > th,
.tableborder table * > th {
  padding: 12px 16px;
  background: #f2f2f2;
  word-wrap: break-word;
  word-break: break-word;
}

.tablenoborder table * > td,
.tableborder table * > td {
  padding: 12px 16px;
  word-wrap: break-word;
  word-break: break-word;
}

.tablenoborder table * > .filter-row-hide,
.tableborder table * > .filter-row-hide,
.tablenoborder table * > .filter-col-hide,
.tableborder table * > .filter-col-hide {
  display: none;
}

.tablenoborder table caption,
.tableborder table caption {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 12px;
  padding-right: 40px;
}

.tablenoborder table caption b,
.tableborder table caption b {
  font-weight: normal;
}

.tablenoborder table thead,
.tableborder table thead {
  position: sticky;
  top: -1px;
  z-index: 1;
}

.tablenoborder table thead.opened,
.tableborder table thead.opened {
  z-index: 5;
}

.tablenoborder table pre,
.tableborder table pre,
.pre-box pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -webkit-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.tablenoborder table ul,
.tablenoborder table ol,
.tableborder table ul,
.tableborder table ol {
  margin-bottom: 12px;
  margin-top: 0;
}

.tablenoborder table ul:nth-last-child(1),
.tablenoborder table ol:nth-last-child(1),
.tableborder table ul:nth-last-child(1),
.tableborder table ol:nth-last-child(1) {
  margin-bottom: 0;
}

.support-content .note img,
.support-content .notice img,
.support-content .warning img,
.support-content .danger img,
.support-content .caution img {
  width: auto;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}

.support-content table .note img,
.support-content table .notice img,
.support-content table .warning img,
.support-content table .danger img,
.support-content table .caution img {
  height: 12px;
  margin-top: -4px;
}
.support-content table .note,
.support-content table .notice,
.support-content table .warning,
.support-content table .danger,
.support-content table .caution {
  padding: 12px;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 4px;
  margin-top: 4px;
}
.support-content table .note p,
.support-content table .notice p,
.support-content table .warning p,
.support-content table .danger p,
.support-content table .caution p,
.support-content table .note a,
.support-content table .notice a,
.support-content table .warning a,
.support-content table .danger a,
.support-content table .caution a,
.support-content table .note li,
.support-content table .notice li,
.support-content table .warning li,
.support-content table .danger li,
.support-content table .caution li {
  font-size: 12px !important;
  line-height: 20px !important;
}

.support-content .note {
  background: rgba(20, 118, 255, 0.1);
  padding: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
}

.support-content .note .notetitle {
  font-weight: 700;
}

.support-content .note .notebody {
  margin-top: 4px;
  padding-left: 24px;
}

table .note .notebody,
table .notice .noticebody,
table .warning .warningbody,
table .danger .dangerbody,
table .caution .cautionbody {
  padding-left: 0;
}

.support-content .note .notebody img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.support-content .notice {
  background: rgba(20, 118, 255, 0.1);
  padding: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
}

.support-content .notice .noticetitle {
  font-weight: 700;
}

.support-content .notice .noticebody {
  margin-top: 4px;
  padding-left: 24px;
}

.support-content .notice .noticebody img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.support-content .warning {
  background: rgba(242, 48, 48, 0.1);
  padding: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
}

.support-content .warning .warningtitle {
  font-weight: 700;
}

.support-content .warning .warningbody {
  margin-top: 4px;
  padding-left: 24px;
}

.support-content .warning .warningbody img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.support-content .danger {
  background: rgba(242, 48, 48, 0.1);
  padding: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
}

.support-content .danger .dangertitle {
  font-weight: 700;
}

.support-content .danger .dangerbody {
  margin-top: 4px;
  padding-left: 24px;
}

.support-content .danger .dangerbody img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.support-content .caution {
  background: rgba(255, 136, 0, 0.1);
  padding: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
}

.support-content .caution .cautiontitle {
  font-weight: 700;
}

.support-content .caution .cautionbody {
  margin-top: 4px;
  padding-left: 24px;
}

.support-content .caution .cautionbody img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.help-content ol {
  padding: 0;
  padding-left: 20px;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}

.help-content ol > li {
  list-style: decimal;
}

.help-content ol li   li {
  margin-top: 12px;
}

.help-content ol > li > div > ol > li {
  list-style: lower-latin;
}

.help-content ol > li > div > ol > li > ol > li {
  list-style: decimal;
}

.help-content ol > li > ol > li {
  list-style: lower-latin;
}

.help-content ol > li > ol > li > ol > li {
  list-style: decimal;
}

.support-content ol table * > p {
  margin-bottom: 8px;
}

p   ul {
  margin-top: -10px;
}

li table p   ul {
  margin-top: -10px;
}

li p   ul {
  margin-top: 0px;
}

table ul {
  margin-top: 0px;
}

.section .tablenoborder table pre,
.section .tableborder table pre {
  font-size: 14px;
  color: #191919;
  line-height: 24px;
}

.updatetime {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 22px;
  color: #808080;
}

@media (max-width: 768px) {
  .help-view-edit {
    margin-right: 0px !important;
    display: none !important;
  }

  .help-view-pdf {
    margin-left: 0px !important;
  }

  .share-wechat {
    display: none !important;
  }

  .tablenoborder,
  .tableborder {
    overflow: auto;
  }

  .tablenoborder table,
  .tableborder table {
    width: auto;
    table-layout: auto;
  }

  .tablenoborder table thead tr th,
  .tableborder table thead tr th {
    padding: 10px 5px;
    word-break: normal;
  }

  .tablenoborder table * > th,
  .tableborder table * > th {
    padding: 10px 5px;
    word-break: normal;
  }

  .tablenoborder table * > td,
  .tableborder table * > td {
    padding: 10px 5px;
    word-break: normal;
  }
  .support-content table span.filterbtn,
  .support-content table.datatable th[data-sorttable-type] span.filterth {
    display: none;
  }
  .support-content table.datatable th[data-sorttable-type] .filterthdiv {
    margin-right: 0;
  }
}

/*修改后-分页样式*/
@media (min-width: 0px) {
  .help-online-test,
  .help-cli-example,
  .help-view-pdf,
  .help-view-edit {
    position: relative;
    display: inline-block;
    font-size: 0;
  }
  .help-online-test a,
  .help-cli-example a,
  .help-view-pdf a,
  .help-view-edit a {
    display: inline-block;
  }
  .help-online-test a i,
  .help-cli-example a i,
  .help-view-pdf a i,
  .help-view-edit a i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: cover;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
  }
  .help-product-detail a span {
    font-size: 14px;
    line-height: 22px;
  }
  .help-online-test a span,
  .help-cli-example a span,
  .help-view-pdf a span,
  .help-view-edit a span {
    font-size: 14px;
    line-height: 22px;
    margin-left: 6px;
    color: #191919;
    transition: all 0.3s;
    display: inline-block;
    vertical-align: middle;
  }
  .help-online-test a i {
    background-image: url(/uploads/image/racdcaczsrfvimages/help-online-test-revision.png);
  }
  .help-cli-example a i {
    background-image: url(/uploads/image/racdcaczsrfvimages/help-cli-example-revision.png);
  }
  .help-view-pdf a i {
    background-image: url(/uploads/image/racdcaczsrfvimages/help-new-pdf-revision.png);
  }
  .help-view-edit a i {
    background-image: url(/uploads/image/racdcaczsrfvimages/help-new-edit-revision.png);
  }

  .help-view-share {
    position: relative;
    display: inline-block;
  }
  .help-view-share-bottom {
    display: none;
  }

  .help-view-share a {
    font-size: 14px;
    color: #191919;
    line-height: 22px;
    transition: all 0.3s;
    display: inline-block;
  }

  .help-view-share a i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/uploads/image/racdcaczsrfvimages/help-new-share-revision.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
    transition: all 0.3s;
  }

  .help-view-share a span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 6px;
  }

  .help-view-share .share-content {
    position: absolute;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    top: 50%;
    left: -152px;
    transform: translatey(-50%);
    padding: 25px 24px;
    border-radius: 8px;
    display: none;
    z-index: 99;
  }

  html[lang="en-us"] .help-view-share .share-content {
    left: -162px;
  }
  html[lang="es-us"] .help-view-share .share-content {
    left: -180px;
  }
  html[lang="pt-br"] .help-view-share .share-content {
    left: -162px;
  }

  .help-view-share .share-content:after {
    content: "";
    width: 12px;
    height: 6px;
    position: absolute;
    display: block;
    background: url(/uploads/image/racdcaczsrfvimages/support-doc-new-down-s.png);
    background-size: 100% 100%;
    right: -9px;
    margin-left: -6px;
    top: 50%;
    transform: translatey(-50%) rotatez(-90deg);
  }

  .help-view-share .share-content .share-list {
    margin-top: 0;
    margin-bottom: 0;
  }

  .help-view-share .share-content .share-list i {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }

  .help-view-share .share-content .share-list span {
    line-height: 22px;
  }

  .help-view-share .share-content .share-list .share-item {
    margin-top: 0;
    padding-left: 0;
    position: relative;
  }

  .help-view-share .share-content .share-list .share-item   .share-item {
    margin-top: 16px;
  }

  .help-view-share .share-content .share-list .share-item a {
    display: block;
  }

  .help-view-share .share-content .share-list .share-item:after {
    display: none;
  }

  .help-view-share .share-content .share-list .share-weibo i {
    background: url(/uploads/image/racdcaczsrfvimages/support-doc-new-weibo-n.svg) no-repeat center;
    background-size: 100% 100%;
  }

  .help-view-share .share-content .share-list .share-wechat i {
    background: url(/uploads/image/racdcaczsrfvimages/support-doc-new-weixin-n.svg) no-repeat center;
    background-size: 100% 100%;
  }

  .help-view-share .share-content .share-list .share-x-com i {
    background: url(/uploads/image/racdcaczsrfvimages/support-doc-new-xcom-n.png) no-repeat center;
    background-size: 100% 100%;
  }

  .help-view-share .share-content .share-list .share-facebook i {
    background: url(/uploads/image/racdcaczsrfvimages/support-doc-new-facebook-n.png) no-repeat center;
    background-size: 100% 100%;
  }

  .help-view-share .share-content .share-list .share-linked-in i {
    background: url(/uploads/image/racdcaczsrfvimages/support-doc-new-linkedin-n.png) no-repeat center;
    background-size: 100% 100%;
  }

  .help-view-share .share-content .share-list .share-copy {
    margin-bottom: 0px;
  }

  .help-view-share .share-content .share-list .share-copy i {
    background: url(/uploads/image/racdcaczsrfvimages/support-doc-new-link-n.svg) no-repeat center;
    background-size: 100% 100%;
  }

  .help-view-share .share-content .share-list .share-item:hover > a {
    text-decoration: none;
  }

  .help-view-share .share-content .share-list .share-result {
    position: absolute;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    display: none;
    left: -142px;
    top: 50%;
    transform: translatey(-50%);
  }

  .help-view-share .share-content .share-list .share-wechat .share-result {
    left: -140px;
  }

  .help-view-share .share-content .share-list .share-copy .share-result {
    left: -156px;
  }

  .help-view-share .share-content .share-list .share-result img {
    display: block;
    width: 80px;
    height: 80px;
    margin-top: 4px;
  }

  .help-view-share .share-content .share-list .share-result:after {
    content: "";
    width: 12px;
    height: 6px;
    position: absolute;
    display: block;
    background: url(/uploads/image/racdcaczsrfvimages/support-doc-new-down-s.png);
    background-size: 100% 100%;
    right: -9px;
    margin-left: -6px;
    top: 50%;
    transform: translatey(-50%) rotate(-90deg);
  }

  .help-view-share .share-content .share-list .share-result p {
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 0;
  }

  .updatetime,
  .help-product-detail,
  .help-online-test,
  .help-cli-example,
  .help-view-edit,
  .help-view-pdf,
  .help-view-share {
    display: none;
  }

  .updatetime.showw {
    display: inline-block;
  }

  .updatetime a.doc-tip {
    display: inline-block;
    cursor: pointer;
    color: #595959;
    border-radius: 4px;
    background-color: rgba(89, 89, 89, 0.1);
    padding: 1px 8px;
  }

  .updatetime a.doc-tip:hover {
    text-decoration: none;
  }

  .updatetime .doc-tip   .doc-tip {
    margin-left: 8px;
  }

  .help-product-detail.showw,
  .help-online-test.showw,
  .help-cli-example.showw,
  .help-view-edit.showw,
  .help-view-pdf.showw,
  .help-view-share.showw,
  .help-content-tools {
    display: -ms-flexbox;
    display: flex;
  }

  .help-content-tools .help-product-detail a {
    color: rgba(20, 118, 255, 1);
  }

  .help-content-tools {
    margin-left: 20px;
    float: right;
    align-items: center;
  }

  .help-content-tools .outside-link-icon {
    display: none;
  }

  .help-content-tools > div {
    margin-right: 18px;
    margin-bottom: 8px;
  }
  .help-content-tools > div:nth-last-child(1) {
    margin-right: 0;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .support-main .text-guide-container .text-guide-body {
    max-height: 500px;
  }
}

@media (min-width: 1025px) {
  .section_03 .column_intro_right {
    width: 340px;
  }
  .section_03 .intro_left {
    width: calc(100% - 360px);
    max-width: none;
  }
  .support-main .text-guide-container .text-guide-body {
    overflow-y: auto;
  }
}

@media (max-width: 1280px) {
  .updatetime {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 18px;
  }
  .help-view-share .share-content {
    left: -142px;
  }
  html[lang="en-us"] .help-view-share .share-content {
    left: -152px;
  }
  html[lang="es-us"] .help-view-share .share-content {
    left: -170px;
  }
  html[lang="pt-br"] .help-view-share .share-content {
    left: -152px;
  }
  .help-online-test a i,
  .help-cli-example a i,
  .help-view-pdf a i,
  .help-view-edit a i {
    width: 18px;
    height: 18px;
  }
  .help-view-share a i {
    width: 18px;
    height: 18px;
  }
  .help-product-detail a span {
    font-size: 12px;
    line-height: 18px;
  }
  .help-online-test a span,
  .help-cli-example a span,
  .help-view-pdf a span,
  .help-view-edit a span {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 1024px) {
  .help-online-test > a span,
  .help-cli-example > a span,
  .help-view-pdf > a span,
  .help-view-share > a span,
  .help-view-edit > a span {
    display: none;
  }
}

.share-copy-fixed {
  position: fixed;
  left: 15px;
  right: 15px;
  top: 85px;
  height: 44px;
  z-index: 999999;
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 5px 15px 15px;
  display: none;
}

.share-copy-fixed p {
  font-size: 14px !important;
  color: #666a75 !important;
  line-height: 14px !important;
  display: inline-block;
  vertical-align: middle;
}

.share-copy-fixed .copy-success {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/uploads/image/racdcaczsrfvimages/support-doc-new-ok.png);
  background-size: cover;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -5px;
}

.share-copy-fixed .copy-close {
  width: 20px;
  height: 20px;
  background: url(/uploads/image/racdcaczsrfvimages/support-doc-new-close.png);
  background-size: cover;
  margin-right: 10px;
  float: right;
  vertical-align: middle;
  margin-top: -5px;
}

@media (max-width: 768px) {
  .updatetime {
    position: static;
    margin-top: 0px;
    margin-bottom: 16px;
    display: inline-block;
  }
  .help-content a {
    font-size: 12px;
    line-height: 18px;
  }
  .tablenoborder table thead,
  .tableborder table thead {
    position: static;
  }
  .help-content-tools > div {
    margin-right: 18px;
  }
  .updatetime   .help-view-pdf {
    margin-left: 55px;
  }

  .updatetime   .help-view-share {
    margin-left: 30px;
  }
  .help-view-share .share-content {
    padding: 20px;
  }
  .help-view-share .share-content .share-list .share-item   .share-item {
    margin-top: 8px;
  }
  .share-copy-fixed {
    top: 100px;
  }
  .help-view-edit {
    margin-right: 15px;
  }

  .help-view-pdf,
  .help-view-edit {
    position: static;
    display: inline-block;
  }

  .help-view-pdf a,
  .help-view-edit a {
    position: static;
  }

  .help-online-test a i,
  .help-cli-example a i,
  .help-view-pdf a i,
  .help-view-share a i {
    width: 18px;
    height: 18px;
  }

  .help-view-share a i {
    margin-right: 0;
  }

  .support-main .help-content h1 {
    padding-right: 0px;
  }
}

.help-detail-feedback .action {
  font-size: 14px;
  line-height: 22px;
  padding: 24px 0 48px;
}

.help-detail-feedback.no-feedback-detail .action {
  display: none;
}

.help-detail-feedback .action p {
  font-size: 14px;
  color: #595959;
  line-height: 22px;
  display: inline-block;
}

.help-detail-feedback .action p span {
  font-size: 14px;
  color: #595959;
  line-height: 22px;
}

.help-detail-feedback .action p a {
  color: #595959;
}

.help-detail-feedback .action p a:hover {
  color: #191919;
}

.help-detail-feedback .action:before,
.help-detail-feedback .action:after {
  content: " ";
  display: table;
}

.help-detail-feedback .action:after {
  clear: both;
}

.help-detail-feedback .action .prev {
  float: left;
  width: calc(50% - 20px);
  margin-right: 40px;
}

.help-detail-feedback .action .prev a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  margin-top: -3px;
  text-align: left;
  position: relative;
  padding-left: 16px;
}

.help-detail-feedback .action .prev a:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background-image: ;
  transform: rotatez(90deg);
}

.help-detail-feedback .action .next {
  float: left;
  width: calc(50% - 20px);
  text-align: right;
}

.help-detail-feedback .action .next a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 22px;
  margin-top: -3px;
  text-align: right;
  position: relative;
  padding-right: 16px;
}

.help-detail-feedback .action .next a:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background-image: ;
  transform: rotatez(-90deg);
}

.doc-feedback {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px;
  background: #fff;
  box-shadow: 0 2px 32px rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  z-index: 9;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
  display: flex;
}
.doc-feedback.active {
  opacity: 1;
  visibility: visible;
}
.doc-feedback .draw-feedback-btn {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-image: ;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
}
.doc-feedback .draw-pangu-btn {
  display: none;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-image: ;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
}
.doc-feedback .draw-pangu-btn.loaded {
  display: block;
}
.doc-feedback .draw-feedback-btn:hover,
.doc-feedback .draw-pangu-btn:hover {
  background-color: rgba(245, 245, 245, 1);
}
.doc-feedback .draw-feedback-btn .draw-feedback-tips,
.doc-feedback .draw-pangu-btn .draw-pangu-tips {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.3s;
  border-radius: 8px;
  box-shadow: 0 2px 32px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  color: #191919;
  font-size: 12px;
  line-height: 42px;
  padding: 0 16px;
  top: -58px;
  left: 50%;
  transform: translatex(-50%);
  width: max-content;
}
.doc-feedback .draw-feedback-btn .draw-feedback-tips::before,
.doc-feedback .draw-pangu-btn .draw-pangu-tips::before {
  border: 8px solid transparent;
  border-top-color: #fff;
  content: "";
  height: 0;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translatex(-50%);
  width: 0;
}
.doc-feedback .draw-feedback-btn:hover .draw-feedback-tips,
.doc-feedback .draw-pangu-btn:hover .draw-pangu-tips {
  opacity: 1;
  visibility: visible;
}
.hide-mark-text .textarea-wrapper   .support-mast,
.hide-mark-text .copy-info-content {
  display: none !important;
}

.copy-feedback {
  display: none;
}

.copy-feedback .copy-feedback-box {
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 700px;
  padding: 32px;
  padding-right: 88px;
  z-index: 999;
  background: #fff;
  position: fixed;
  left: 50%;
  margin-left: -288px;
  top: 50%;
  margin-top: -183.5px;
}

.copy-feedback:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.copy-feedback .copy-feedback-box > h3 {
  font-size: 20px;
  line-height: 30px;
  color: #191919;
  margin-bottom: 20px;
}

.copy-feedback .copy-feedback-box .support-mast {
  display: inline-block;
  width: auto;
  vertical-align: top;
  width: 96px;
  color: #595959;
  font-size: 14px;
  line-height: 22px;
}

.copy-feedback .copy-feedback-box .support-mast.support-mast-feedback-label {
  margin-top: 8px;
}

.copy-feedback .copy-feedback-box .textarea-wrapper {
  display: inline-block;
  width: calc(100% - 96px);
  margin-bottom: 16px;
  resize: none;
}

.copy-feedback .copy-feedback-box .textarea-wrapper textarea {
  display: block;
  width: 100%;
  height: 112px;
  font-size: 14px;
  line-height: 22px;
  color: #191919;
  padding: 8px 12px;
  border-color: #c2c2c2;
  border-radius: 6px;
  resize: none;
}
.copy-feedback .copy-feedback-box .textarea-wrapper textarea:hover,
.copy-feedback .copy-feedback-box .textarea-wrapper textarea:focus {
  border-color: #191919;
}

.copy-feedback .copy-feedback-box .feedback-btns {
  text-align: center;
  padding-left: 56px;
}

.copy-feedback .copy-feedback-box .feedback-btns a {
  margin-right: 10px;
}

.copy-feedback .close-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 24px;
  cursor: pointer;
}

.copy-feedback .close-btn:after {
  content: "";
  width: 16px;
  height: 2px;
  top: 8px;
  left: 2px;
  background: #808080;
  position: absolute;
  transform: rotatez(45deg);
}

.copy-feedback .close-btn:before {
  content: "";
  width: 16px;
  height: 2px;
  top: 8px;
  left: 2px;
  background: #808080;
  position: absolute;
  transform: rotatez(-45deg);
}

.copy-feedback .close-btn:hover::before,
.copy-feedback .close-btn:hover::after {
  background: #191919;
}

.copy-info-content {
  display: inline-block;
  width: calc(100% - 130px);
  margin-bottom: 24px;
}

.copy-info-content .por-checkbox {
  cursor: pointer;
  background-image: ;
  background-repeat: no-repeat;
  background-size: cover;
}

.copy-info-content .por-checkbox.active {
  background-image: ;
}

.copy-info-content p {
  text-align: left !important;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
}

.copy-info-content .por-checkbox svg:nth-child(2) {
  display: none;
}

.copy-info-content .por-checkbox.active svg:nth-child(2) {
  display: block;
}

.copy-info-content .por-checkbox.active svg:nth-child(1) {
  display: none;
}
@media (max-width: 1600px) {
  .help-detail-feedback .action {
    font-size: 14px;
    padding: 20px 0 44px;
  }
}

@media (max-width: 1280px) {
  .help-detail-feedback .action {
    font-size: 12px;
    line-height: 18px;
    padding: 16px 0 44px;
  }
  .help-detail-feedback .action .next {
    margin-bottom: 0;
  }
  .help-detail-feedback .action p {
    float: none !important;
    width: 100% !important;
    margin-bottom: 5px;
  }

  .help-detail-feedback .action .prev {
    margin-right: 0;
  }

  .help-detail-feedback .action .prev a {
    padding-left: 0;
  }

  .help-detail-feedback .action .prev a:after {
    display: none;
  }

  .help-detail-feedback .action .next {
    text-align: left;
  }

  .help-detail-feedback .action .next a {
    text-align: left;
    padding-right: 0;
  }

  .help-detail-feedback .action .next a:after {
    display: none;
  }
}

.relevant-body {
  width: 50%;
  padding-left: 40px;
  position: relative;
}
.relevant-body::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  width: 1px;
  height: calc(100% - 28px);
  background: #dfe1e6;
}
.doc-bottom-feedback .feedback-title {
  font-size: 16px;
  color: #191919;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: bold;
}
.support-main .help-detail-feedback .action .next {
  float: right;
}
.doc-bottom-feedback {
  position: relative;
  width: 100%;
}
.relevant-body   .doc-bottom-feedback {
  width: 50%;
  padding-right: 40px;
}
.relevant-content {
  border-radius: 16px;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.no-feedback-detail   .relevant-content {
  margin-top: 24px;
}

.relevant-content .relevant-title {
  font-weight: 600;
  font-size: 16px;
  color: #191919;
  line-height: 24px;
  margin-bottom: 16px;
}

.relevant-content .relevant-left {
  width: 100%;
}

.relevant-content .relevant-left li {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.relevant-content .relevant-left li a {
  font-size: 14px;
  color: #595959;
  line-height: 22px;
}

.relevant-content .relevant-left li a:hover {
  color: #191919;
  text-decoration: underline;
}

.relevant-content .relevant-right {
  display: none;
}

@media (max-width: 1600px) {
  .relevant-content {
    padding: 20px;
  }
}

@media (max-width: 1280px) {
  .relevant-content {
    padding: 16px;
  }

  .relevant-content .relevant-left {
    width: 100%;
    padding-left: 0;
  }

  .relevant-content .relevant-left:after {
    display: none;
  }
}

@media (max-width: 768px) {
  .relevant-content {
    width: 100%;
    background-color: transparent;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 16px;
    margin-bottom: 44px;
  }
  .no-feedback-detail   .relevant-content {
    margin-top: 0;
  }
  .support-main[data-handbook-type="docdownload"] .relevant-content {
    margin-top: 24px;
  }
  .relevant-body {
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    background: #f7f7f7;
    margin-bottom: 16px;
  }
  .relevant-body::before {
    display: none;
  }
  .relevant-body   .doc-bottom-feedback {
    width: 100%;
    padding: 16px;
    border-radius: 16px;
    background: #f7f7f7;
  }
  .help-detail-feedback.no-feedback-detail {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.familylinks {
  margin-top: 16px;
  margin-bottom: 8px;
}

.section .faq-title,
.faq-content .faq-title {
  font-size: 16px;
  color: #191919;
  line-height: 22px;
  margin-bottom: 10px;
}

.section .faq:before,
.faq-content .faq:before,
.section .faq:after,
.faq-content .faq:after {
  content: " ";
  display: table;
}

.section .faq:after,
.faq-content .faq:after {
  clear: both;
}

.section .faq li,
.faq-content .faq li {
  width: 50%;
  float: left;
  margin-bottom: 0;
  padding-left: 10px;
  height: 28px;
  position: relative;
  margin-top: 0;
}

.section .faq li:nth-child(10n   11),
.faq-content .faq li:nth-child(10n   11),
.section .faq li:nth-child(10n   12),
.faq-content .faq li:nth-child(10n   12) {
  margin-top: 20px;
}

.section .faq li:after,
.faq-content .faq li:after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #526ecc;
  position: absolute;
  top: 13px;
  left: 0;
}

.section .faq li a,
.faq-content .faq li a {
  font-size: 14px;
  color: #526ecc;
  line-height: 28px;
  width: 100%;
  padding-right: 20px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section .faq li a:hover,
.faq-content .faq li a:hover {
  text-decoration: underline;
}

.faq-content {
  border-radius: 2px;
  margin-bottom: 30px;
  background: #f1f5fa;
  padding: 20px;
}

.faq-content .faq-body {
  overflow: hidden;
}

.faq-content > p {
  width: 100%;
  text-align: center;
  padding: 10px 0 0 0;
  display: none;
  position: relative;
}

.faq-content > p span {
  display: inline-block;
  border: 5px solid transparent;
  border-top-color: #747474;
  transform-origin: 50% 25%;
  transition: all 0.3s;
  vertical-align: middle;
  margin-top: 4px;
}

.faq-content > p span:before {
  border-width: 5px;
  margin-top: -2px;
  border-top-color: #f6f7ff;
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-top-color: #fff;
  margin-left: -5px;
  margin-top: -6px;
}

.faq-content > p i {
  font-size: 14px;
  color: #666a75;
  line-height: 22px;
  margin-right: 3px;
  vertical-align: middle;
}

.faq-content .activee span {
  transform: rotate(180deg);
}

.faq-content.active p {
  display: block;
}

@media (max-width: 1280px) {
  .section .faq:before,
  .faq-content .faq:before,
  .section .faq:after,
  .faq-content .faq:after {
    content: " ";
    display: table;
  }

  .section .faq:after,
  .faq-content .faq:after {
    clear: both;
  }

  .section .faq li,
  .faq-content .faq li {
    width: 100%;
    margin-bottom: 0;
  }

  .section .faq li:nth-child(10n   11),
  .faq-content .faq li:nth-child(10n   11),
  .section .faq li:nth-child(10n   12),
  .faq-content .faq li:nth-child(10n   12) {
    margin-top: 0px;
  }

  .section .faq li:nth-child(5n   6),
  .faq-content .faq li:nth-child(5n   6) {
    margin-top: 10px;
  }

  .faq-content p {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .section .faq:before,
  .faq-content .faq:before,
  .section .faq:after,
  .faq-content .faq:after {
    content: " ";
    display: table;
  }

  .section .faq:after,
  .faq-content .faq:after {
    clear: both;
  }

  .section .faq li a,
  .faq-content .faq li a {
    line-height: 30px;
  }

  .faq-content {
    margin-left: 15px;
    width: calc(100% - 30px);
  }
}

.help-form {
  clear: both;
  padding-top: 24px;
  font-size: 0px;
}

.help-form .help-form-content {
  display: inline-block;
  background: rgba(138, 142, 153, 0.1);
  border-radius: 16px;
  position: relative;
  top: -4px;
  margin-right: 20px;
  margin-top: 8px;
  margin-bottom: -5px;
}

.help-form .help-form-content::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  width: 1px;
  height: 10px;
  background-color: rgba(128, 128, 128, 0.4);
}

.help-form {
  padding-top: 16px;
}

.help-form.right-form {
  padding: 12px 16px;
  background-color: rgba(241, 245, 250, 0.5);
}

.help-form.right-form form textarea {
  height: 80px;
}

.help-form form .important .por-icon-error:before {
  display: none;
}

.help-form > h3 {
  margin-right: 20px;
  margin-bottom: 0;
}

.help-form form {
  display: none;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 16px;
  background: #fafafa;
  border-radius: 8px;
}

.help-form .help-form-btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #666a75;
  text-align: center;
}

.help-form .help-form-btn i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover;
}

.help-form .help-form-btn span {
  position: absolute;
  top: -46px;
  left: 50%;
  transform: translatex(-50%);
  background-color: #fff;
  color: #191919;
  display: none;
  font-size: 14px;
  padding: 8px 16px;
  word-break: break-all;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  border-radius: 8px;
}

.help-form .help-form-btn span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -6px;
  left: calc(50% - 4px);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}

.help-form .help-form-btn:hover span {
  display: inline-block;
}

.help-form .contact-decs p {
  font-size: 14px;
  color: #595959;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 8px;
}

.help-form form .support-mast {
  display: block;
  position: relative;
  float: left;
  font-size: 14px;
  color: #191919;
  width: 100%;
  padding-top: 0;
  padding-left: 10px;
  margin-bottom: 16px;
  line-height: 18px;
  margin-right: 0;
  white-space: normal;
  word-wrap: break-word;
}

.help-form form[data-evaluate-level="high"] .support-mast.high-level {
  padding-left: 24px;
  margin-bottom: 16px;
}

.help-form form[data-evaluate-level="high"] .low-level,
.help-form form[data-evaluate-level="low"] .high-level {
  display: none;
}

.help-form form[data-evaluate-level="low"] .support-mast:before {
  position: absolute;
  content: "*";
  width: 10px;
  height: 18px;
  color: #c7000b;
  left: 0;
  font-size: 18px;
  line-height: 22px;
}

.help-form form .support-mast.high-level:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  background-image: ;
}

.help-form .support-question {
  margin-bottom: 24px;
}

.help-form form .textarea-wrapper {
  width: 100%;
}

.help-form .contact-decs {
  margin-top: 20px;
}

.help-form .por-checkbox-card input[type="checkbox"]   span {
  line-height: 26px;
  padding: 0 12px;
  font-size: 12px;
  border-radius: 6px;
  border: 1px solid #c2c2c2;
}

.help-form .por-checkbox-card input[type="checkbox"] {
  margin-bottom: -28px;
}

.help-form .por-checkbox-card input[type="checkbox"]:hover   span,
.help-form .por-checkbox-card input[type="checkbox"]:checked   span {
  border-color: #191919;
}

.help-form .por-checkbox-card {
  height: 28px;
}

.help-form form .textarea-wrapper {
  float: none;
}

.help-form form .important {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 12px;
  margin-top: -10px;
}

.help-form form .important span {
  width: 16px;
  height: 16px;
  font-size: 16px;
  display: inline-block;
  background: none;
  background-size: cover;
  vertical-align: bottom;
  margin-right: 8px;
  color: #c7000b;
}

.help-form > h3 {
  line-height: 26px;
}

#content {
  overflow: unset;
}
#header.logined ~ #content .login-submit,
#header.logined ~ .copy-feedback .login-submit {
  display: none;
}

.login-submit-desc {
  font-size: 14px;
  color: #808080;
  line-height: 22px;
  margin-top: 16px;
}

.copy-feedback .login-submit-desc {
  text-align: center;
  padding-left: 56px;
}

.login-submit-desc a {
  color: #1476ff;
  letter-spacing: 0;
  line-height: 1.5;
}

.login-submit-desc a:hover {
  text-decoration: underline;
}

.por-modal-dialog .por-modal-text a {
  color: #1476ff;
}

.help-form > h3 {
  font-size: 14px;
  color: #191919;
  line-height: 22px;
  display: inline-block;
  margin-right: 20px;
}

.help-form > h3 span {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(/uploads/image/racdcaczsrfvimages/support-doc-new-feedback.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -5px;
}

.help-form .help-form-btn {
  display: inline-block;
  font-size: 16px;
  color: #666a75;
  height: 32px;
  padding: 5px 15px 0;
  text-align: center;
  vertical-align: middle;
}

.help-form .help-btn-use.selected .help-form-y,
.help-form .help-btn-use:hover .help-form-y {
  background: url(/uploads/image/racdcaczsrfvimages/support-doc-revision-help-form-y-h.svg);
  background-size: cover;
}

.help-form .help-btn-unuse.selected .help-form-n,
.help-form .help-btn-unuse:hover .help-form-n {
  background: url(/uploads/image/racdcaczsrfvimages/support-doc-revision-help-form-n-h.svg);
  background-size: cover;
}

.help-form .help-form-btn .help-form-y {
  background: url(/uploads/image/racdcaczsrfvimages/support-doc-revision-help-form-y.svg);
  background-size: cover;
}

.help-form .help-form-btn .help-form-n {
  background: url(/uploads/image/racdcaczsrfvimages/support-doc-revision-help-form-n.svg);
  background-size: cover;
}

.help-form > p {
  font-size: 14px;
  color: #575d6c;
  line-height: 22px;
  display: inline-block;
  margin-right: 12px;
}

.help-form .help-form-more,
.help-form .provide-feedback {
  font-size: 14px;
  line-height: 22px;
  color: #1476ff;
  display: inline-block;
  cursor: pointer;
}

.help-form .help-form-more {
  margin-right: 24px;
}

.help-form .provide-feedback {
  padding: 0;
  border: 0;
  background-color: transparent;
  height: 22px;
  vertical-align: baseline;
}

.help-form form.hide-login-type .low-level {
  display: none;
}

.help-form .help-form-more:hover,
.help-form .provide-feedback:hover {
  text-decoration: underline;
}

.help-form .help-form-more:hover em,
.help-form .provide-feedback:hover em {
  -ms-transform: translate(4px, 0);
  transform: translate(4px, 0);
}

.help-form .help-form-content a {
  cursor: pointer;
}

.help-form-success,
.help-form-false {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.help-form-success.por-tip.success .por-tip-content,
.help-form-false.por-tip.error .por-tip-content {
  border-radius: 8px;
  border: 0;
}

[data-evaluate-level="high"] .login-submit-desc,
[data-evaluate-level="high"] .logged-text-str {
  display: none;
}

.textarea-wrapper {
  overflow: hidden;
}

.textarea-numbers {
  text-align: right;
  font-size: 12px;
  line-height: 16px;
  color: #8a8e99;
  margin-top: 2px;
}

.help-form form h3 {
  font-size: 14px;
  color: #191919;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.help-form form label {
  font-size: 14px;
  color: #666a75;
  display: inline-block;
  line-height: 22px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.help-form form i {
  width: 16px;
  height: 16px;
  display: inline-block;
  border: 1px solid #dddddd;
  position: relative;
  border-radius: 2px;
  font-size: 0px;
  line-height: 28px;
  top: 2px;
}

.help-form form i:hover {
  border-color: #c7000b;
}

.help-form form i.active {
  background: url(/uploads/image/racdcaczsrfvimages/support-doc-new-checkbox-h.png) no-repeat;
  background-size: cover;
  border: none !important;
}

.help-form form .support-mast span:not(.optional) {
  color: #c7000b;
  vertical-align: middle;
  display: inline-block;
}

.help-form form .support-mast .optional {
  display: none;
}

.help-form form .support-mast .optional.active {
  display: inline-block;
}

.help-form form .textarea-wrapper {
  position: relative;
  float: left;
  margin-bottom: 12px;
}

.help-form .por-tip .por-tip-content i {
  top: 12px;
}

.help-form .por-tip .por-tip-wenzi {
  margin-left: 38px;
  padding: 9px 16px 9px 0;
}

.help-form form textarea {
  display: block;
  width: 100%;
  height: 100px;
  font-size: 14px;
  color: #191919;
  line-height: 22px;
  padding: 12px;
  text-align: left;
  max-width: 100%;
  border-color: #dddddd;
  background-color: transparent;
  resize: none;
  border-radius: 8px;
}

.help-form form textarea::-webkit-input-placeholder {
  color: #a0a2a8;
}

.help-form form textarea::-moz-placeholder {
  color: #a0a2a8;
}

.help-form form textarea::-moz-placeholder {
  color: #a0a2a8;
}

.help-form form textarea::-ms-input-placeholder {
  color: #a0a2a8;
}

.help-form form a.false {
  margin-right: 0px;
}

.help-form form .important {
  display: none;
  font-size: 16px;
  color: #c7000b;
  line-height: 24px;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  transition: all 0.3s;
  margin-bottom: 10px;
  margin-top: -10px;
}

.help-form form .important span {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(/uploads/image/racdcaczsrfvimages/support-doc-new-important.png) no-repeat;
  background-size: cover;
  vertical-align: bottom;
  margin-right: 10px;
}

.help-form form .important.show {
  display: inline-block;
}

.help-form .por-btn.default {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
  color: #c2c2c2;
  cursor: not-allowed;
  pointer-events: none;
}

.help-form .por-btn {
  margin-right: 8px;
  margin-bottom: 8px;
}
@media (max-width: 1280px) {
  .help-form .contact-decs p {
    margin-bottom: 4px;
  }
  .relevant-content .relevant-left li {
    margin-top: 4px;
  }
  .help-form .contact-decs {
    margin-top: 16px;
  }
  .support-content .support-nav .item dl a {
    font-size: 12px;
    line-height: 18px;
    padding-right: 10px;
  }

  .support-content .support-nav .item dt {
    font-size: 16px;
    line-height: 18px;
    padding-right: 5px;
  }

  .support-content .support-nav .side-nav-menu .support-search .search-box {
    min-width: 430px;
  }

  .doc-bottom-feedback .feedback-title {
    font-size: 14px;
    line-height: 22px;
  }
  .help-form {
    padding-top: 12px;
  }
  .help-form .contact-decs p {
    font-size: 12px;
    line-height: 18px;
  }
  .help-form form {
    margin-bottom: 16px;
    margin-top: 16px;
    padding: 12px;
    border-radius: 8px;
  }
  .help-form .help-form-more,
  .help-form .provide-feedback {
    font-size: 12px;
    line-height: 18px;
  }
  .help-form .por-checkbox-card input[type="checkbox"]   span {
    line-height: 22px;
    padding: 0 16px;
    font-size: 12px;
    border-radius: 4px;
  }
  .help-form .por-checkbox-card {
    height: 24px;
    margin-top: 4px;
    margin-right: 4px;
  }
  .help-form .por-checkbox-card input[type="checkbox"] {
    margin-bottom: -24px;
  }
  .help-form .support-question {
    margin-bottom: 20px;
  }
  .help-form form .support-mast {
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 18px;
  }
  .help-form form textarea {
    font-size: 12px;
    line-height: 18px;
    padding: 8px;
    border-radius: 8px;
  }
  .login-submit-desc {
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
  }
  .help-form-success,
  .help-form-false {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .por-checkbox-card-group-content {
    margin-top: -4px;
    margin-right: -4px;
  }
  .relevant-content .relevant-title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .relevant-content .relevant-left li a {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 768px) {
  .support-content {
    padding-top: 0px;
  }

  .support-content .support-body .wrapper {
    width: 100%;
    padding-left: 0px !important;
  }

  .help-content .sectiontitle,
  .help-content .sectiontitle-inner {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 16px;
  }

  .help-content p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
  }

  .help-content ul li {
    font-size: 14px;
    line-height: 21px;
  }

  .help-content .section a {
    font-size: 14px;
    line-height: 21px;
    word-break: break-all;
  }

  .help-content .section {
    margin-top: 16px;
  }

  .support-content [id^="body"] .tablenoborder table * > td,
  .support-content [id^="body"] .tableborder table * > td {
    padding: 10px 5px;
  }

  .support-content [id^="body"] .tablenoborder table * > p,
  .support-content [id^="body"] .tableborder table * > p {
    font-size: 14px;
    line-height: 22px;
  }

  .support-content [id^="body"] .tablenoborder table caption,
  .support-content [id^="body"] .tableborder table caption {
    font-size: 14px;
    line-height: 22px;
  }

  .support-content .note,
  .support-content .notice,
  .support-content .warning,
  .support-content .danger,
  .support-content .caution {
    padding: 5px;
  }

  .support-content .note .notetitle,
  .support-content .notice .noticetitle,
  .support-content .warning .warningtitle,
  .support-content .danger .dangertitle,
  .support-content .caution .cautiontitle {
    font-size: 14px;
    line-height: 24px;
  }

  .support-content .note .notebody,
  .support-content .notice .noticebody,
  .support-content .warning .warningbody,
  .support-content .danger .dangerbody,
  .support-content .caution .cautionbody {
    padding: 5px 15px 0px 15px;
  }

  .support-content .note p,
  .support-content .notice p,
  .support-content .warning p,
  .support-content .danger p,
  .support-content .caution p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .help-content ol * > span {
    font-size: 14px;
    line-height: 21px;
    vertical-align: top;
  }

  .help-content ol > li {
    font-size: 14px;
    line-height: 21px;
  }

  .help-content ol * > p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
  }

  .support-content .tablenoborder table pre,
  .support-content .tableborder table pre {
    font-size: 12px;
    line-height: 15px;
  }

  .help-detail-feedback {
    padding: 0 16px;
    margin: 0;
  }

  .help-detail-feedback .action {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 24px 0;
  }

  .doc-bottom-feedback .feedback-title {
    font-size: 16px;
    line-height: 24px;
  }

  .help-form > h3 {
    font-size: 14px;
    line-height: 22px;
    display: block;
  }

  .help-form h3 span {
    width: 12px;
    height: 12px;
    margin-top: -2px;
  }

  .help-form .help-form-content {
    padding-left: 15px;
  }

  .help-form-success {
    padding: 20px;
  }

  .help-form-success span {
    top: 15px;
    left: 10px;
  }

  .help-form-success span,
  .help-form-false span {
    text-align: left;
    display: block;
  }

  .help-form form {
    padding: 0px;
  }

  .help-form form h3 {
    margin-bottom: 5px;
  }

  .help-form form label {
    font-size: 14px;
    line-height: 21px;
    max-width: calc(100% - 26px);
    vertical-align: top;
  }

  .help-form form textarea {
    font-size: 14px;
    line-height: 22px;
    height: 65px;
    width: 100%;
  }

  .help-form form a.por-btn {
    margin-right: 10px;
  }

  .help-form form .important {
    font-size: 12px;
    line-height: 18px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0px;
  }

  .help-form form .important span {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .help-form form .support-mast {
    display: block;
    float: none;
    margin-bottom: 16px;
    font-size: 14px;
  }

  .help-form form .submit {
    margin-left: 0;
  }

  .help-form form {
    padding: 0;
  }

  .help-form .help-form-content {
    padding-left: 0;
  }

  .help-form form:not(.hide-login-type) {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #dfe1e6;
    border-bottom: 1px solid #dfe1e6;
    border-radius: 0;
    background: none;
  }

  .help-form .help-form-btn span {
    display: none !important;
  }
  .relevant-content .relevant-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .relevant-content .relevant-left li a {
    font-size: 14px;
    line-height: 22px;
  }
  .help-form .por-checkbox-card {
    height: 32px;
    margin-top: 8px;
    margin-right: 8px;
  }
  .help-form .por-checkbox-card input[type="checkbox"] {
    margin-bottom: -32px;
  }
  .help-form .por-checkbox-card input[type="checkbox"]   span {
    line-height: 30px;
    padding: 0 24px;
    font-size: 14px;
  }
}

.footer-service {
  position: relative;
}

.footer-service .footer-service-wrapper,
#footer .footer-hot-recommend,
#footer .footer-hots-mb {
  display: none !important;
}

#footer {
  position: relative;
  z-index: 5;
}

p,
h1,
h2,
h3,
h4 {
  min-width: 0px !important;
  min-height: 0px !important;
}

img {
  max-width: 100%;
}

body {
  touch-action: initial !important;
}

.support-nav {
  height: auto;
  z-index: 10;
}

.support-nav .prod-name {
  width: 300px;
  position: absolute;
}

.support-nav .prod-name.show {
  display: none;
}

.support-nav .prod-name .menu-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 100%;
  cursor: pointer;
}

.support-nav .prod-name .menu-box .menu-btn {
  position: absolute;
  top: 27px;
  left: 0;
  width: 20px;
  height: 20px;
  transition: transform 0.5s;
  background-image: ;
  background-repeat: no-repeat;
  background-size: cover;
}

.support-nav .prod-name .menu-box.active .menu-btn {
  transform: rotate(90deg);
}

.support-nav .prod-name .caption .menu-title {
  font-size: 16px;
  color: #191919;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}

.support-nav .side-nav.sidenav-main {
  overflow-y: auto;
}

.support-nav .side-nav .side-nav ul {
  padding-left: 6px;
  display: none;
}

.support-nav .side-nav .side-nav *:not(.nav-item.help-tsr) > a:hover {
  background: #f2f2f2;
}

.support-nav .side-nav .side-nav .nav-item {
  position: relative;
  width: 100%;
  padding-left: 14px;
  padding-top: 4px;
}

.support-nav .side-nav .side-nav > .nav-item:first-child {
  padding-top: 0;
}

.support-nav .side-nav .side-nav > .nav-item:first-child > .foldicon {
  top: 16px;
}

.support-nav .side-nav .side-nav .help-tsr .nav-item {
  padding-left: 0;
}

.support-nav .side-nav .side-nav .nav-item.append-tip {
  width: 100%;
  padding-left: 0;
}

.support-nav .side-nav .side-nav .nav-item .foldicon {
  top: 20px;
  left: 0px;
}

.support-nav .side-nav .side-nav .nav-item .point-icon {
  display: none;
}

.support-nav .side-nav .side-nav .nav-item > a {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  color: #191919;
  line-height: 22px;
  font-weight: 400;
  transition: all 0.1s;
  padding: 5px 6px;
  border-radius: 4px;
}

.support-nav .side-nav .side-nav .nav-item.level1 > a,
.support-nav .side-nav .side-nav .help-tsr .nav-item > a,
.support-nav .side-nav .side-nav .nav-item.help-tsr > a {
  font-size: 14px;
}

.support-nav .side-nav .side-nav .nav-item.active > a {
  background: #f2f2f2;
  font-weight: 600;
}

.support-nav .side-nav .side-nav .nav-item.help-tsr {
  padding-top: 15px;
}

.support-nav .side-nav .side-nav .nav-item.help-tsr > a {
  color: #808080 !important;
  display: block;
  padding-bottom: 5px;
  padding-top: 20px;
  cursor: default;
}

.support-nav .side-nav .side-nav .nav-item.help-tsr > a:before {
  content: "";
  display: block;
  border-top: 1px solid #e4e6f3;
  margin-top: -20px;
  margin-bottom: 20px;
}

.support-nav .side-nav .side-nav .nav-item.help-tsr > ul {
  display: block !important;
  padding-left: 0;
}

.support-nav.fixed {
  position: fixed !important;
  top: 0px !important;
}

.showprompt.scrolled .wrapper .support-nav.fixed {
  top: 0px !important;
}

.versionselect.mb {
  display: none;
}

.versionselect.por-select.pc:after {
  width: 5px;
  height: 5px;
  right: 7px;
  margin-top: -4px;
  border-top: 1px solid #1476ff;
  border-right: 1px solid #1476ff;
}

.versionselect.por-select.open:after {
  margin-top: -2px;
}

.versionselect {
  min-width: 50px;
  max-width: 500px;
  display: inline-block;
  border-radius: 4px;
  height: 24px;
  border-color: transparent;
}

.versionselect.open {
  border-radius: 4px;
}

.versionselect.pc.open {
  border-color: transparent;
}

.versionselect.pc:not(.disabled):hover {
  border-color: #1476ff;
}

.version-wrap {
  position: relative;
  margin-top: 8px;
  display: inline-block;
}

.version-wrap .version-tip {
  position: absolute;
  z-index: 105;
  width: 340px;
  padding: 16px;
  top: -8px;
  right: -350px;
  background-color: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: none;
}

.version-wrap .version-tip.show {
  display: block;
}

.version-wrap .version-tip-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
  z-index: 4;
}
.version-wrap .version-tip-close::before {
  content: "";
  width: 12px;
  height: 1px;
  background: #808080;
  position: absolute;
  top: calc(50% - 0px);
  left: calc(50% - 5px);
  transform: rotatez(-45deg);
}
.version-wrap .version-tip-close::after {
  content: "";
  width: 12px;
  height: 1px;
  background: #808080;
  position: absolute;
  top: calc(50% - 0px);
  left: calc(50% - 5px);
  transform: rotatez(45deg);
}

.version-wrap .version-tip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 12px;
  left: -6px;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid #fff;
}

.version-wrap .version-tip .version-tip-title {
  font-size: 16px;
  color: #191919;
  line-height: 24px;
  margin-bottom: 16px;
}

.version-wrap .version-tip .version-tip-desc {
  font-size: 14px;
  color: #191919;
  line-height: 22px;
  margin-top: 16px;
}

.version-wrap .versionselect.por-select select,
.version-wrap .versionselect.por-select .por-select-trigger {
  border-radius: 4px;
  background: #1476ff1a;
  padding-left: 6px;
  padding-right: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #1476ff;
  font-weight: 400;
}

.version-wrap .versionselect.por-select .por-select-trigger span {
  color: #1476ff;
  line-height: 22px;
  font-size: 12px;
}

.versionselect .por-select-options-wrapper {
  z-index: 101;
}

.support-nav .side-nav-menu {
  z-index: 10;
  width: 0;
  padding: 24px 0;
  overflow: hidden;
  height: 880px;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 250px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s, width 0s, height 0s;
}

.support-nav .side-nav-menu .side-menu-box {
  font-size: 0;
  overflow-y: auto;
  max-height: calc(880px - 48px);
  padding: 0px 32px;
  overflow-x: hidden;
}

.support-nav .side-nav-menu .inner:before,
.support-nav .side-nav-menu .inner:after {
  content: " ";
  display: table;
}

.support-nav .side-nav-menu .inner:after {
  clear: both;
}

.support-nav .side-nav-menu .support-search {
  width: 100%;
  margin: auto;
  display: block;
}

.support-nav .side-nav-menu .support-search:before,
.support-nav .side-nav-menu .support-search:after {
  content: " ";
  display: table;
}

.support-nav .side-nav-menu .support-search:after {
  clear: both;
}

.support-nav .side-nav-menu .support-search .search-box {
  width: 285px;
  margin-bottom: 4px;
  float: left;
  position: relative;
}

.support-nav .side-nav-menu .support-search .search-box input {
  width: 100%;
  border: 1px solid #dfe1e6;
  height: 32px;
  line-height: 32px;
  padding-left: 36px;
  padding-right: 36px;
  float: left;
  font-size: 14px;
  color: #999;
  border-radius: 20px;
}

.support-nav .side-nav-menu .support-search .search-box input:hover,
.support-nav .side-nav-menu .support-search .search-box input:focus,
.support-nav .side-nav-menu .support-search .search-box.active input {
  border: 1px solid #191919;
}

.support-nav .side-nav-menu .support-search .search-box button {
  width: 30px;
  height: 24px;
  border: 0;
  background: #ffffff url(/uploads/image/racdcaczsrfvimages/support-doc-revision-search.svg) no-repeat
    center;
  background-size: 20px;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 24px;
}

.support-nav .side-nav-menu .search-items {
  display: block;
  width: 400px;
  float: left;
  margin-left: 20px;
}

.support-nav .side-nav-menu .search-items li {
  display: inline-block;
  color: #ffffff;
  padding-right: 10px;
}

.support-nav .side-nav-menu .search-items li a {
  font-size: 12px;
  line-height: 40px;
  color: #8a8e99;
}

.support-nav .side-nav-menu .search-items li a:hover {
  color: #c7000b;
}

.support-nav .side-nav-menu.active {
  opacity: 1;
  visibility: visible;
}

.support-nav .item {
  width: 25%;
  float: left;
  margin-top: 20px;
}

.support-nav .item dt {
  font-size: 14px;
  color: #191919;
  font-weight: 700;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: all 0.3s;
  padding-right: 20px;
}

.support-nav .item dt:first-child {
  margin-top: 0;
}

.support-nav .item dl:hover a {
  color: #191919;
  text-decoration: underline;
}

.support-nav .item dl {
  margin-top: 0;
  margin-bottom: 0;
}

.support-nav .item dl a {
  display: inline-block;
  font-size: 14px;
  color: #595959;
  line-height: 22px;
  margin-bottom: 12px;
  transition: all 0.3s;
  padding-right: 20px;
}

.support-nav .caption .menu-info {
  display: none;
}

.side-nav.max:hover .side-nav {
  overflow-x: hidden;
}

.side-nav {
  -ms-overflow-style: none;
}

.side-nav:hover {
  -ms-overflow-style: auto;
}

.side-nav-menu .inner .item.item-search-mb {
  display: none;
}
@media (max-width: 1600px) {
}

@media (max-width: 1280px) {
  .support-nav .side-nav .side-nav .nav-item > a {
    font-size: 12px;
    line-height: 18px;
  }
  .support-nav .side-nav .side-nav .nav-item .foldicon {
    top: 17px;
  }
  .support-nav .side-nav .side-nav > .nav-item:first-child > .foldicon {
    top: 14px;
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 768px) {
  .support-nav .side-nav .side-nav .nav-item {
    width: auto;
    padding-top: 14px;
  }

  .support-nav {
    width: 100% !important;
    position: static !important;
  }

  .support-nav .support-nav {
    width: 100% !important;
    position: static !important;
  }

  .support-nav .prod-name {
    width: 100% !important;
    position: relative !important;
  }

  .support-nav .prod-name .menu-box {
    display: none;
  }

  .support-nav .prod-name .sidenav-main {
    position: absolute;
    padding-top: 16px;
    top: 50px;
    left: 0;
    z-index: 10;
    width: 0px;
    overflow: hidden;
  }

  .support-nav .prod-name {
    background-color: #ffffff;
  }

  .support-nav .caption {
    text-align: center;
    padding: 0 !important;
    position: relative;
    height: 42px;
    margin-bottom: 0;
  }

  .support-nav .caption span {
    position: relative;
    display: inline;
    font-size: 14px;
    color: #191919;
    line-height: 42px;
    transition: all 0.3s;
    width: calc(100% - 100px);
    padding-right: 4px;
    font-weight: 600;
  }

  .support-nav .caption .menu-info {
    display: block;
    position: relative;
    text-align: center;
    padding: 0 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }

  .support-nav .prod-name .caption .menu-title {
    display: none;
  }

  .support-nav .caption .menu-info i {
    transition: all 0.3s;
  }

  .support-nav .caption .active i {
    transform: rotatez(180deg);
  }

  .support-nav .caption span.icon {
    display: inline-block;
    width: 42px;
    height: 42px;
    padding-right: 0;
    position: absolute;
    background-image: ;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    top: 0;
    left: 0;
    margin-top: 0px;
    background-clip: padding-box;
    z-index: 3;
  }

  .support-nav .caption span.icon.active {
    background-image: ;
  }

  .support-nav .caption .menu-info i {
    display: inline-block;
    position: absolute;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background-image: url(/uploads/image/racdcaczsrfvimages/support-doc-revision-nav-icon.png);
    background-size: cover;
  }

  .support-nav .side-nav-menu {
    display: none;
    width: 100%;
    visibility: visible;
    opacity: 1;
    position: static;
    padding: 15px 0;
    height: auto;
    background-color: #f5f5f5;
  }
  .support-nav .side-nav .side-nav .nav-item > a {
    font-size: 13px;
    line-height: 22px;
  }
  .support-nav .side-nav .side-nav .nav-item .foldicon {
    top: 29px;
  }
  .support-nav .side-nav .side-nav > .nav-item:first-child > .foldicon {
    top: 14px;
  }
  .support-nav .side-nav .side-nav *:not(.nav-item.help-tsr) > a:hover {
    background: transparent;
  }
  .support-nav .side-nav .side-nav .nav-item.active > a {
    background: transparent;
    font-weight: 600;
  }

  .versionselect.pc,
  .version-wrap {
    display: none;
  }

  .versionselect.mb {
    display: inline-block;
    max-width: 100%;
    margin: 0 0 16px;
    width: 100%;
    height: 36px;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #c2c2c2;
  }

  .versionselect.por-select.mb:after {
    width: 7px;
    height: 7px;
    right: 12px;
    margin-top: -5px;
  }

  .versionselect.por-select.mb.open:after {
    margin-top: -3px;
  }

  .por-select-trigger span {
    line-height: 36px;
  }

  .support-nav .side-nav-menu .side-menu-box {
    padding: 0 15px;
    height: auto;
    max-height: 20000px;
  }

  .support-content .support-nav .side-nav-menu .support-search .search-box {
    width: 100%;
    min-width: 0px;
  }

  .support-content
    .support-nav
    .side-nav-menu
    .support-search
    .search-box
    input {
    height: 36px;
    width: 100%;
  }

  .support-content
    .support-nav
    .side-nav-menu
    .support-search
    .search-box
    button {
    width: 30px;
    height: 28px;
    top: calc(50% - 14px);
  }

  .support-nav .side-nav-menu .search-items {
    margin: 0;
  }

  .support-nav .side-nav-menu .search-items a {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .support-nav .item {
    margin-top: 16px;
    width: 50%;
  }

  .support-content .support-nav .item dt {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .support-content .support-nav .item dl a {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
  }

  .support-nav .side-nav {
    background: #f5f5f5;
  }

  .support-nav .side-nav .side-nav {
    padding: 15px;
  }

  .side-nav-menu .inner .item.item-search-pc {
    display: none;
  }

  .side-nav-menu .inner .item.item-search-mb {
    display: block;
  }

  .foldicon {
    top: 16px;
  }
}

.search-box-l {
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #e4e6f3;
  height: 58px;
}

.support-link-searcher {
  position: relative;
  z-index: 100;
}

.support-link-searcher-input {
  width: 100%;
  height: 32px;
  padding-left: 36px;
  border: solid 1px #adb0b8;
  border-radius: 58px;
}

.support-link-searcher-input:hover,
.support-link-searcher-input:focus {
  border-color: #575d6c;
}

.support-link-searcher-submit {
  position: absolute;
  left: 12px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border: none;
  background: #ffffff url(/uploads/image/racdcaczsrfvimages/support-doc-revision-search.svg) no-repeat
    center;
  background-size: contain;
  cursor: pointer;
}

.support-link-searcher-submit:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: -1px;
  background-color: #e2e2e2;
}

.support-link-searcher-drop {
  display: none;
  position: absolute;
  top: calc(100%   5px);
  left: -2px;
  right: 0;
  min-width: 400px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding-right: 4px;
}

.support-link-searcher-drop ul {
  position: relative;
  padding: 12px 0 0;
  max-height: 357px;
  overflow-y: auto;
}

.support-link-searcher-drop li {
  padding: 8px 20px;
}

.support-link-searcher-drop a {
  display: block;
}

.support-link-searcher-drop .menu-search-title {
  font-size: 14px;
  line-height: 22px;
  color: #191919;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.support-link-searcher-drop .menu-search-title strong {
  color: #191919;
}

.support-link-searcher-drop .menu-search-crumb {
  font-size: 12px;
  line-height: 18px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.support-link-searcher-drop li.active,
.support-link-searcher-drop li:hover:not(.no-result) {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.support-link-searcher-drop .menu-drop-search-all {
  padding: 8px 20px 20px 20px;
  font-size: 14px;
  line-height: 22px;
  color: #191919;
  font-weight: 600;
}

.support-link-searcher-drop .menu-drop-search-all p {
  display: inline-block;
  position: relative;
  padding-right: 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.support-link-searcher-drop .menu-drop-search-all p:hover {
  text-decoration: underline;
  padding-right: 20px;
}

.support-link-searcher-drop .menu-drop-search-all p::after {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-top: 1px solid #191919;
  border-right: 1px solid #191919;
  transform: rotate(45deg);
}

.support-link-searcher-drop.show {
  display: block;
}

.side-nav .search-box-l {
  display: none;
}

.support-search-modal.show {
  display: -ms-flexbox;
  display: flex;
}

.support-search-modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 40%;
  height: 100vh;
  padding: 20px 0;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  z-index: 1000;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
}

.support-search-modal .lazy-load-img {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.support-search-modal .support-search-modal-close {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 4;
}

.support-search-modal .support-search-modal-close::before {
  content: "";
  width: 16px;
  height: 1px;
  background: #808080;
  position: absolute;
  top: calc(50% - 0px);
  left: calc(50% - 5px);
  transform: rotatez(-45deg);
}

.support-search-modal .support-search-modal-close::after {
  content: "";
  width: 16px;
  height: 1px;
  background: #808080;
  position: absolute;
  top: calc(50% - 0px);
  left: calc(50% - 5px);
  transform: rotatez(45deg);
}

.support-search-modal .support-search-modal-close:hover::before,
.support-search-modal .support-search-modal-close:hover::after {
  background: #191919;
}

.support-search-modal h4 {
  color: #181818;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  font-weight: 600;
}

.support-search-modal .support-search-container {
  position: relative;
}

.support-search-modal .support-search-container .search-input {
  width: 100%;
  height: 32px;
  padding-left: 36px;
  border: solid 1px #808080;
  border-radius: 20px;
}

.support-search-modal .support-search-container .search-input:hover,
.support-search-modal .support-search-container .search-input:focus {
  border: solid 1px #191919;
}

.support-search-modal .support-search-delete {
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  top: calc(50% - 8px);
  cursor: pointer;
  z-index: 4;
}

.support-search-modal .support-search-delete.show {
  display: inline-block;
}

.support-search-modal .support-search-delete:hover::before,
.support-search-modal .support-search-delete:hover::after {
  background: #191919;
}

.support-search-modal .support-search-delete::before {
  content: "";
  width: 12px;
  height: 1px;
  background: #808080;
  position: absolute;
  top: calc(50% - 0px);
  left: calc(50% - 5px);
  transform: rotatez(-45deg);
}

.support-search-modal .support-search-delete::after {
  content: "";
  width: 12px;
  height: 1px;
  background: #808080;
  position: absolute;
  top: calc(50% - 0px);
  left: calc(50% - 5px);
  transform: rotatez(45deg);
}

.support-search-modal .support-search-container .searcher-submit {
  position: absolute;
  left: 12px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border: none;
  background: #ffffff url(/uploads/image/racdcaczsrfvimages/support-doc-revision-search.svg) no-repeat
    center;
  background-size: contain;
  cursor: pointer;
}

.support-search-modal .support-search-head {
  padding: 0 30px;
}

.support-search-modal .support-search-body {
  padding: 20px 0 0 30px;
  overflow: hidden;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
}

.support-search-modal .support-search-body .por-tab-left {
  border-bottom: 1px solid #dddddd;
  margin-right: 30px;
}

.support-search-modal
  .support-search-body
  .por-tab
  > ul:not(.por-tab-drop)
  > li {
  padding: 0;
}

.support-search-modal
  .support-search-body
  .por-tab
  > ul:not(.por-tab-drop)
  > li
    li {
  margin-left: 52px;
}

.support-search-modal .support-search-results {
  position: relative;
  height: 100%;
  padding-right: 4px;
}

.support-search-modal .support-search-results .por-tab-container {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.support-search-modal
  .support-search-results
  .por-tab-container
  .por-tab
    .por-tab-wrapper {
  -ms-flex: 1;
  flex: 1;
  overflow-y: scroll;
  padding-right: 30px;
}

.support-search-modal .support-search-results .por-tab-content {
  overflow: hidden;
}

.support-search-modal .support-search-results .support-modal-search-all {
  position: absolute;
  right: 30px;
  cursor: pointer;
  color: #1476ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  z-index: 4;
}

.support-search-modal .support-search-results .support-modal-search-all:hover {
  text-decoration: underline;
}

.support-search-modal .support-search-results .total-desc {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}

.support-search-modal
  .support-search-results
  .por-tab-content[data-status="running"]
  .por-tab-container-list,
.support-search-modal
  .support-search-results
  .por-tab-content[data-status="failed"]
  .por-tab-container-list {
  display: none;
}

.support-search-modal
  .support-search-results
  .por-tab-request-status
  .status-running,
.support-search-modal
  .support-search-results
  .por-tab-request-status
  .status-failed {
  display: none;
}

.support-search-modal
  .support-search-results
  .por-tab-content[data-status="running"]
  .por-tab-request-status
  .status-running,
.support-search-modal
  .support-search-results
  .por-tab-content[data-status="failed"]
  .por-tab-request-status
  .status-failed {
  display: block;
}

.support-search-modal
  .support-search-results
  .por-tab-request-status
  .status-img {
  width: 80px;
  height: 80px;
  margin: 136px auto 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.support-search-modal
  .support-search-results
  .por-tab-content[data-status="running"]
  .por-tab-request-status
  .status-img {
  background-image: url(/uploads/image/racdcaczsrfvimages/search-is-running.svg);
}

.support-search-modal
  .support-search-results
  .por-tab-content[data-status="failed"]
  .por-tab-request-status
  .status-img {
  background-image: url(/uploads/image/racdcaczsrfvimages/search-no-result.svg);
}

.support-search-modal
  .support-search-results
  .por-tab-request-status
  .status-desc {
  margin-top: 16px;
  font-size: 12px;
  color: #595959;
  text-align: center;
}

.support-search-modal .support-search-results .support-search-keyword {
  color: #191919;
}

.support-search-modal
  .support-search-results
  .support-search-item
    .support-search-item {
  margin-top: 32px;
}

.support-search-modal
  .support-search-results
  .support-search-item
  .support-search-item-title {
  color: #1476ff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.support-search-modal
  .support-search-results
  .support-search-item
  .support-search-item-desc {
  color: #595959;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 8px;
}

.support-search-modal
  .support-search-results
  .support-search-item
  .support-search-item-desc
  .cur {
  font-weight: 600;
  color: #191919;
}

.support-search-modal
  .support-search-results
  .support-search-item
  .support-search-item-crumbs {
  color: #808080;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 8px;
}

.support-search-modal
  .support-search-results
  .support-search-item
  .support-search-item-crumbs
  li {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
}

.support-search-modal
  .support-search-results
  .support-search-item
  a.ajax-nav:hover {
  text-decoration: underline;
}
.support-search-modal
  .support-search-results
  .support-search-item
  .support-search-item-crumbs
  li:hover {
  color: #191919;
}

.support-search-modal
  .support-search-results
  .support-search-item
  .support-search-item-crumbs
  li
    li {
  margin-left: 5px;
}

@media (max-width: 768px) {
  .side-nav .search-box-l {
    display: block !important;
    padding: 0px 16px;
    border-bottom: none;
  }

  .prod-name .search-box-l {
    display: none;
  }

  .support-link-searcher {
    width: 100%;
    height: 32px;
  }
}

#search-box.active .support-dropdown-product-search-result,
#search-box.active .support-product-search-clear {
  display: block;
}

.support-product-search-clear {
  display: none;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url(/uploads/image/racdcaczsrfvimages/support-doc-new-header-search-close.png);
  background-size: contain;
  cursor: pointer;
  transition: 0.2s;
}

.support-dropdown-product-search-result {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  box-shadow: 0px 2px 12px 0px #00000014;
  border-radius: 6px;
  min-height: 86px;
  max-height: 142px;
  overflow-y: auto;
  z-index: 10;
  background: #fff;
}

.support-dropdown-product-search-result li a {
  font-size: 12px;
  line-height: 32px;
  padding-left: 16px;
  display: inline-block;
  color: #191919;
  width: 100%;
  transition: all 0.3s;
}

.support-dropdown-product-search-result li a:hover {
  background: #f5f5f5;
}

.support-dropdown-product-search-result .active a {
  background: #f5f5f5;
}

.header-container {
  position: static;
}

@media (max-width: 1280px) {
  .support-search-modal .support-search-head {
    padding: 0 24px;
  }
  .support-search-modal h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .support-search-modal
    .support-search-results
    .por-tab-container
    .por-tab
      .por-tab-wrapper {
    padding-top: 18px;
    padding-right: 24px;
  }
  .support-search-modal .support-search-body {
    padding: 16px 0 0 24px;
  }
  .support-search-modal .support-search-results .total-desc {
    margin-bottom: 16px;
  }
  .support-search-modal
    .support-search-results
    .support-search-item
      .support-search-item {
    margin-top: 24px;
  }
  .support-search-modal
    .support-search-results
    .support-search-item
    .support-search-item-title {
    font-size: 14px;
  }
  .support-search-modal
    .support-search-results
    .support-search-item
    .support-search-item-desc {
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px;
  }
  .support-search-modal
    .support-search-results
    .support-search-item
    .support-search-item-crumbs {
    margin-top: 4px;
  }
}

@media (max-width: 768px) {
  .isapp .text-guide-container {
    top: 0;
    padding-top: 44px;
  }

  .isapp .guide-model {
    top: 0;
  }

  .isapp
    .support-main
    .help-content
    .help-details
    .ca_details
    .tab_content
    .tab_list.fixed {
    top: 0 !important;
  }
}

.screen,
.highlight pre {
  padding: 40px 16px 16px;
}

.screen.ctnc ~ .btncc,
.codeblock.ctnc ~ .btncc,
.highlight pre.ctnc ~ .btncc {
  background-color: #fafafa !important;
  background-image: url(/uploads/image/racdcaczsrfvimages/support-doc-revision-cgc-m.svg);
}

.screen.ctnc ~ .btncp,
.codeblock.ctnc ~ .btncp,
.highlight pre.ctnc ~ .btncp {
  background-color: #fafafa !important;
  background-image: url(/uploads/image/racdcaczsrfvimages/support-doc-revision-copy-m.svg);
}

.screen.ctnc ~ .btncc:hover,
.codeblock.ctnc ~ .btncc:hover,
.highlight pre.ctnc ~ .btncc:hover {
  background-image: url(/uploads/image/racdcaczsrfvimages/support-doc-revision-cgc-h.svg);
}

.screen.ctnc ~ .btncp:hover,
.codeblock.ctnc ~ .btncp:hover,
.highlight pre.ctnc ~ .btncp:hover {
  background-image: url(/uploads/image/racdcaczsrfvimages/support-doc-revision-copy-h.svg);
}

.codeblock {
  background: #f6f7ff;
  position: relative;
  transition: background-color 1s;
  color: #3d3f43;
  padding: 30px 10px 10px 10px !important;
  border: 1px solid #e7e9fa;
}

.codeblock.ctnc {
  background-color: #f1f1f1;
  color: #333333;
}

.btncp {
  position: absolute;
  top: 8px;
  right: 40px;
  width: 32px;
  height: 32px;
  padding: 0;
  background-color: #191919 !important;
  transition: background-color 1s;
  background-image: url(/uploads/image/racdcaczsrfvimages/support-doc-revision-copy-dark-m.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  cursor: pointer;
}

.btncp.hover .btncp-tip {
  display: block;
}

.btncp-tip {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-bottom: 12px;
  transform: translate(-50%, 0);
  background-color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
  color: #1c1c1c;
  display: none;
}

.btncp-tip:before {
  content: "\590d\5236";
}

html[lang="en-us"] .btncp-tip:before,
html[lang="es-us"] .btncp-tip:before,
html[lang="pt-br"] .btncp-tip:before,
html[lang="ja-jp"] .btncp-tip:before {
  content: "copy";
}

.btncp-tip:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 16px;
  height: 8px;
  border-top: solid 8px #fff;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  margin-left: -8px;
}

.btncp-tip.btncp-tip-copied:before {
  content: "\590d\5236\6210\529f";
}

html[lang="en-us"] .btncp-tip.btncp-tip-copied:before,
html[lang="es-us"] .btncp-tip.btncp-tip-copied:before,
html[lang="pt-br"] .btncp-tip.btncp-tip-copied:before,
html[lang="ja-jp"] .btncp-tip.btncp-tip-copied:before {
  content: "copied";
}

.btncp:hover {
  background-image: url(/uploads/image/racdcaczsrfvimages/support-doc-revision-copy-dark-h.svg);
}

.btncc {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background-color: #191919 !important;
  transition: background-color 1s;
  background-image: url(/uploads/image/racdcaczsrfvimages/support-doc-revision-cgc-dark-m.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  cursor: pointer;
}

.btncc .btncp-tip:before {
  content: "\65e5\95f4\6a21\5f0f";
}

html[lang="en-us"] .btncc .btncp-tip:before,
html[lang="es-us"] .btncc .btncp-tip:before,
html[lang="pt-br"] .btncc .btncp-tip:before,
html[lang="ja-jp"] .btncc .btncp-tip:before {
  content: "day mode";
}

.ctnc ~ .btncc .btncp-tip:before {
  content: "\591c\95f4\6a21\5f0f";
}

html[lang="en-us"] .ctnc ~ .btncc .btncp-tip:before,
html[lang="es-us"] .ctnc ~ .btncc .btncp-tip:before,
html[lang="pt-br"] .ctnc ~ .btncc .btncp-tip:before,
html[lang="ja-jp"] .ctnc ~ .btncc .btncp-tip:before {
  content: "night mode";
}

.btncc:hover .btncp-tip {
  display: block;
}

.btncc:hover {
  background-image: url(/uploads/image/racdcaczsrfvimages/support-doc-revision-cgc-dark-h.svg);
}

.pre-box .btncc,
.pre-box .btncp {
  display: block;
}

/*全屏看图  */
@keyframes show-full-view {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.js-full-view {
  cursor: zoom-in;
}

.full-view-layer {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: opacity 0.4s;
  display: none;
}

.full-view-layer .image-close-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1001;
  background-image: ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.image-preview-wrapper {
  transform: translate3d(0px, 0px, 0px);
  position: relative;
  width: 100%;
  height: 100%;
}

.full-view-layer.show-view {
  display: block;
  animation: show-full-view 0.3s;
}

.full-view-layer img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
  cursor: zoom-in;
}

.full-view-layer img:active {
  cursor: grab;
}

.text-guide-container {
  position: absolute;
  width: 180px;
  padding-left: 10px;
  overflow: auto;
  font-size: 14px;
  line-height: 18px;
  right: 0px;
  top: 54px;
}

.text-guide-head {
  padding: 10px 5px 28px 0px;
  font-weight: 700;
  font-size: 16px;
  color: #191919;
  line-height: 20px;
}

.text-guide-body .tex-guide-list li {
  position: relative;
}

.tex-guide-list > li > a {
  position: relative;
  padding: 0px 12px;
  font-size: 14px;
  line-height: 22px;
  color: #595959;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  font-weight: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.tex-guide-list > li:before {
  content: "";
  position: absolute;
  top: 19px;
  left: -4px;
  width: 8px;
  height: 8px;
  border: 1px solid #191919;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.tex-guide-list > li::after {
  content: "";
  position: absolute;
  top: 37px;
  left: -1px;
  width: 1px;
  background-color: #dbdbdb;
  height: calc(100% - 24px);
}

body .text-guide-body .tex-guide-list li {
  padding: 12px 0 12px 20px;
}

.tex-guide-list > li:last-child::after {
  display: none;
}

.tex-guide-list > li a:hover,
.tex-guide-list > li.active a,
.tex-guide-list > li.active {
  color: #191919;
  font-weight: 600;
}

.tex-guide-list > li a:hover:hover,
.tex-guide-list > li.active a:hover,
.tex-guide-list > li.active:hover {
  color: #191919;
  font-weight: 600;
}

.tex-guide-list > li a:hover:before,
.tex-guide-list > li.active a:before,
.tex-guide-list > li.active:before {
  border-color: #191919;
  opacity: 1;
}

.text-guide-container.show {
  display: none;
}

.text-guide-container.fixed {
  position: fixed;
  top: 54px;
  right: 0px;
  bottom: 30px;
}

.text-guide-container.fixedd {
  width: calc(100% - 100px - 198px);
  position: fixed;
  top: 0;
  right: 50px;
  z-index: 700;
}

.text-guide-container.fixedd .text-guide-head span {
  width: 16px;
  height: 16px;
  font-size: 0px;
  display: block;
  background: url(/uploads/image/racdcaczsrfvimages/support-doc-new-guide-slide.png) no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.3s;
}

.text-guide-container.fixedd .text-guide-head.active span {
  transform: rotatex(180deg);
}

.text-guide-container.fixedd .text-guide-body p {
  display: none !important;
}

@media (max-width: 1600px) {
}

@media (max-width: 1280px) {
  body .text-guide-body .tex-guide-list li {
    padding: 10px 0 10px 18px;
  }

  .tex-guide-list > li > a {
    font-size: 12px;
    line-height: 18px;
  }

  .tex-guide-list > li:before {
    top: 16px;
  }

  .tex-guide-list > li::after {
    top: 32px;
  }

  .tex-guide-list > li a:hover:before {
    background: url(/uploads/image/racdcaczsrfvimages/support-doc-new-guide-icon.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
  }

  .text-guide-body .swiper-button-prev {
    width: 20px;
    height: 20px;
    right: 0px;
    left: auto;
    background: url(/uploads/image/racdcaczsrfvimages/support-doc-new-guide-top.png) no-repeat;
    background-size: cover;
    margin-top: -30px;
  }

  .text-guide-body .swiper-button-next {
    width: 20px;
    height: 20px;
    right: 0px;
    background: url(/uploads/image/racdcaczsrfvimages/support-doc-new-guide-bo.png) no-repeat;
    background-size: cover;
    margin-top: -10px;
  }
}

@media (max-width: 1024px) {
  .support-main .text-guide-container {
    position: static;
    width: 100%;
    height: auto;
    padding-top: 0;
    margin-bottom: 20px;
    background-color: #fff;
  }

  .text-guide-head {
    padding-top: 0;
  }

  .support-main .text-guide-container p {
    display: none;
  }

  .support-main .text-guide-container .text-guide-head {
    padding-bottom: 12px;
  }

  .support-main .text-guide-container .text-guide-head i {
    font-size: 14px;
    line-height: 24px;
    position: relative;
  }

  .support-main .text-guide-container .text-guide-body .tex-guide-list {
    padding-left: 0;
    margin-top: 0;
    overflow: hidden;
  }

  .support-main .text-guide-container .text-guide-body .tex-guide-list li {
    padding: 0;
    margin-bottom: 0px;
  }

  .support-main
    .text-guide-container
    .text-guide-body
    .tex-guide-list
    > li:before {
    top: 10px;
    left: 0;
  }

  .support-main
    .text-guide-container
    .text-guide-body
    .tex-guide-list
    > li:after {
    height: calc(100% - 18px);
    top: 22px;
    left: 3px;
  }

  .support-main .text-guide-container .text-guide-body .tex-guide-list a {
    line-height: 30px;
    padding-right: 50px;
    padding-left: 20px;
  }

  .support-main .text-guide-container .text-guide-body .tex-guide-list a:hover {
    text-decoration: none;
  }

  .support-main .more p {
    display: block !important;
    font-size: 14px;
    color: #8a8d93;
    line-height: 24px;
  }

  .support-main .more p i {
    position: relative;
  }

  .support-main .more p i span {
    position: absolute;
    top: 2px;
    right: -20px;
    width: 16px;
    height: 16px;
    font-size: 0px;
    display: block;
    background: url(/uploads/image/racdcaczsrfvimages/support-doc-new-guide-slide.png) no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.3s;
  }

  .support-main .more p.active span {
    transform: rotatex(180deg);
  }
}

.guide-buoy {
  display: none;
}

.guide-model img {
  display: none;
}

.guide-model .img-container {
  display: none;
}

@media (max-width: 768px) {
  .support-main {
    transition: height 0.1s;
    padding: 0px !important;
    width: 100% !important;
  }

  .full-view-layer > img {
    height: auto;
    max-height: 90%;
  }

  .support-main .text-guide-container {
    display: none;
  }

  .support-main .crumbs {
    background: #f5f5f5;
    padding: 16px;
    overflow: hidden;
  }

  .support-main .crumbs a {
    font-size: 12px;
    line-height: 14px;
  }

  .support-main .crumbs span {
    font-size: 12px;
    line-height: 14px;
  }

  .support-main .help-content {
    padding: 16px;
    margin-top: 0;
  }

  .guide-buoy {
    display: none;
    position: fixed;
    bottom: 154px;
    right: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(/uploads/image/racdcaczsrfvimages/support-doc-guide-mb.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-size: 24px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 900;
  }

  .guide-model {
    position: fixed;
    top: 44px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.69);
    z-index: 999;
    display: none;
  }

  .guide-model img {
    width: 60px;
    height: 109px;
    display: block !important;
    position: absolute;
    left: 20%;
    margin-left: -30px;
    bottom: 210px;
  }

  .guide-model .img-container {
    width: 70px;
    height: 122px;
    display: block !important;
    position: absolute;
    left: 20%;
    margin-left: -35px;
    bottom: 210px;
    background-image: url(/uploads/image/racdcaczsrfvimages/support-doc-new-guide-information.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }

  html[lang="en-us"] .guide-model .img-container {
    background-image: url(/uploads/image/racdcaczsrfvimages/support-doc-new-guide-information-en-us.png);
  }

  html[lang="es-us"] .guide-model .img-container {
    background-image: url(/uploads/image/racdcaczsrfvimages/support-doc-new-guide-information-es-us.png);
  }

  html[lang="pt-br"] .guide-model .img-container {
    background-image: url(/uploads/image/racdcaczsrfvimages/support-doc-new-guide-information-pt-br.png);
  }

  html[lang="ja-jp"] .guide-model .img-container {
    background-image: url(/uploads/image/racdcaczsrfvimages/support-doc-new-guide-information-ja-jp.png);
  }

  .guide-buoy.show {
    display: block;
  }
  .support-main.no-text-guide ~ .guide-buoy {
    display: none !important;
  }

  .text-guide-container {
    display: block;
    position: fixed;
    width: 0;
    background: #fafaff;
    top: 44px;
    bottom: 0px;
    z-index: 1000;
    margin: 0;
    padding: 15px 0;
    transition: all 0.3s;
  }

  .text-guide-container.active {
    width: 65%;
  }

  .text-guide-container .text-guide-head i {
    font-size: 14px;
    color: #191919;
    line-height: 22px;
    margin-left: 16px;
  }

  .text-guide-container .text-guide-body {
    margin-top: 10px;
  }

  .text-guide-container .text-guide-body p {
    display: none !important;
  }

  .text-guide-container .text-guide-body .tex-guide-list {
    padding-left: 20px;
  }

  .text-guide-container .text-guide-body .tex-guide-list li {
    display: block;
    padding-bottom: 15px;
    padding-top: 10px;
  }

  .text-guide-container .text-guide-body .tex-guide-list li:before {
    top: 14px;
  }

  .text-guide-container .text-guide-body .tex-guide-list li.active a {
    color: #191919;
  }

  .text-guide-container .text-guide-body .tex-guide-list li a {
    font-size: 14px;
    line-height: 22px;
    padding-right: 20px;
  }

  .text-guide-container .text-guide-body .tex-guide-list li a:before {
    top: 3px;
  }
}

body.iframe .relevant-content {
  display: none;
}

body.iframe .float-sidebar {
  display: none !important;
}

body.iframe .header {
  display: none !important;
}

body.iframe #header {
  display: none !important;
}

body.iframe #footer {
  display: none !important;
}

body.iframe #content {
  margin-top: 58px;
  margin-bottom: 44px;
  height: calc(100vh - 102px);
  overflow-y: scroll;
}

body.iframe .crumbs a:nth-child(n   2),
body.iframe .crumbs span {
  display: none;
}

body.iframe .crumbs .text,
body.iframe .crumbs a:first-child   span {
  display: inline-block;
}

body.iframe .support-nav .prod-name .caption {
  display: none;
}

body.iframe .support-nav .prod-name .sidenav-main {
  position: fixed;
  width: auto;
  top: 0;
  right: 0;
  overflow: visible;
}

body.iframe .support-nav .prod-name .sidenav-main .search-box-l {
  background: #f4f5f6;
  padding: 10px 19px 0px 19px;
}

body.iframe .support-nav .side-nav .side-nav {
  display: none;
}

body.iframe .support-body {
  overflow: hidden;
}

body.iframe .help-form {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5faff;
  padding: 10px 19px !important;
}

body.iframe .help-form h3,
body.iframe .help-form > p,
body.iframe .help-form > a {
  display: none;
}

body.iframe .help-form .help-form-false,
body.iframe .help-form .help-form-success {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 35px;
}

body.iframe .help-form form {
  padding: 10px;
  position: absolute;
  background: #eaf6f9;
  border-radius: 2px;
  bottom: 35px;
  left: 10px;
  right: 10px;
  text-align: right;
}

body.iframe .help-form .help-form-content {
  float: right;
  min-width: 0;
}

body.iframe .guide-buoy {
  display: none !important;
}

body.iframe .updatetime,
body.iframe .help-online-test,
body.iframe .help-cli-example,
body.iframe .help-view-edit,
body.iframe .help-view-pdf,
body.iframe .help-view-share,
body.iframe .help-detail-feedback,
body.iframe .doc-bottom-feedback {
  display: none;
}

body.iframe .tm-adv-space {
  display: none;
}

body.iframenew .relevant-content {
  display: none;
}

body.iframenew .float-sidebar {
  display: none !important;
}

body.iframenew .header {
  display: none !important;
}

body.iframenew #header {
  display: none !important;
}

body.iframenew #footer {
  display: none !important;
}

body.iframenew .support-nav .prod-name .caption {
  display: none;
}

body.iframenew .support-nav .prod-name .sidenav-main {
  display: none;
}

body.iframenew .support-nav .side-nav .side-nav {
  display: none;
}

body.iframenew .support-body {
  overflow: hidden;
}

body.iframenew .help-form {
  display: none;
}

body.iframenew .guide-buoy {
  display: none !important;
}

body.iframenew .updatetime,
body.iframenew .help-online-test,
body.iframenew .help-cli-example,
body.iframenew .help-view-edit,
body.iframenew .help-view-pdf,
body.iframenew .help-view-share,
body.iframenew .help-detail-feedback,
body.iframenew .doc-bottom-feedback {
  display: none;
}

body.iframenew .tm-adv-space {
  display: none;
}

body.istitle .topictitle1,
body.istitle .topictitle-h1 {
  display: none;
}

.topictitle1   div[id^="body"] {
  margin-top: 28px;
}

body.iframe .support-content .support-body .familylinks,
body.iframenew .support-content .support-body .familylinks,
body.iframe .support-content .support-body .parentlink,
body.iframenew .support-content .support-body .parentlink {
  display: none;
}

body .support-content {
  padding-top: 0;
  background-color: #f5f5f6;
}

body .support-content::before {
  content: "";
  position: fixed;
  width: 50%;
  height: 100%;
  top: 0;
  background-color: #fff;
}

body .support-content .support-body {
  position: relative;
}

body .support-content .minor-language-tip {
  position: relative;
  width: 100%;
  padding: 0 calc(50% - 640px);
  background-color: #e9edfa;
  border: 1px solid #96adfa;
  box-shadow: 0 1px 3px 0 rgba(56, 82, 170, 0.25);
  border-radius: 2px;
  z-index: 9;
}

body .support-content .minor-language-tip .por-tip {
  margin-bottom: 0;
}

body .support-content .minor-language-tip .por-tip .por-tip-wenzi {
  padding-top: 10px;
}

body .support-content .minor-language-tip .por-tip .por-tip-content {
  border: none;
  background-color: transparent;
}

body .support-content .minor-language-tip .por-tip-wenzi span {
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  line-height: 12px;
}

body .support-content .minor-language-tip .por-tip-wenzi span.por-tip-remove {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  background: url(/uploads/image/raecccimages/setting-close-b.svg)
    no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  height: 16px;
  width: 16px;
}

@media (max-width: 1920px) and (min-width: 1776px) {
}

@media (max-width: 1775px) and (min-width: 1025px) {
  body .support-content .minor-language-tip {
    padding: 0 5%;
  }
}

@media (max-width: 1024px) {
  body .support-content .minor-language-tip {
    padding: 0 3%;
  }
}

@media (max-width: 768px) {
  body .support-content .minor-language-tip {
    padding: 0 15px;
  }

  body .support-content .minor-language-tip .por-tip .por-tip-wenzi {
    margin-left: 25px;
    padding-right: 25px;
  }

  body .support-content .minor-language-tip .por-tip .por-tip-content::before {
    left: 0;
  }
}

body .support-content .support-body .wrapper .support-nav {
  width: auto;
}

body .support-content .support-body .wrapper .support-main {
  width: calc(100% - 208px);
  margin: auto;
  padding: 0 32px;
  border-left: 1px solid transparent;
  overflow: visible;
  background-color: #f5f5f6;
}

body
  .support-content
  .support-body
  .wrapper
  .support-main[data-handbook-type="overview"],
body
  .support-content
  .support-body
  .wrapper
  .support-main[data-handbook-type="function"],
body
  .support-content
  .support-body
  .wrapper
  .support-main[data-handbook-type="video"],
body
  .support-content
  .support-body
  .wrapper
  .support-main[data-handbook-type="docdownload"],
body
  .support-content
  .support-body
  .wrapper
  .support-main[data-handbook-type="gls"] {
  width: 100% !important;
  padding-right: 0;
}

body
  .support-content
  .support-body
  .wrapper
  .support-main[data-handbook-type="overview"]
  .text-guide-container,
body
  .support-content
  .support-body
  .wrapper
  .support-main[data-handbook-type="function"]
  .text-guide-container,
body
  .support-content
  .support-body
  .wrapper
  .support-main[data-handbook-type="video"]
  .text-guide-container,
body
  .support-content
  .support-body
  .wrapper
  .support-main[data-handbook-type="docdownload"]
  .text-guide-container,
body
  .support-content
  .support-body
  .wrapper
  .support-main[data-handbook-type="gls"]
  .text-guide-container {
  display: none !important;
}

body
  .support-content
  .support-body
  .wrapper
  .support-main[data-handbook-type="overview"]
  ~ .guide-buoy,
body
  .support-content
  .support-body
  .wrapper
  .support-main[data-handbook-type="function"]
  ~ .guide-buoy,
body
  .support-content
  .support-body
  .wrapper
  .support-main[data-handbook-type="video"]
  ~ .guide-buoy,
body
  .support-content
  .support-body
  .wrapper
  .support-main[data-handbook-type="docdownload"]
  ~ .guide-buoy,
body
  .support-content
  .support-body
  .wrapper
  .support-main[data-handbook-type="gls"]
  ~ .guide-buoy {
  display: none !important;
}

body .support-content .support-body .wrapper .support-main .crumbs {
  margin-top: 28px;
}

body .support-nav .prod-name {
  background-color: #fff;
}

body .support-nav .prod-name .caption {
  padding: 24px 52px 24px 0;
  margin-bottom: 0;
  position: relative;
  font-size: inherit;
}

body .support-nav .side-nav .side-nav {
  padding: 0 24px 15px 0;
}

body .support-nav .side-nav-menu {
  left: calc(300px   1px);
}

body .search-box-l {
  padding: 0 24px 24px 0;
  border-bottom: 0;
  height: auto;
}

body .support-content .foldicon:before {
  border-top-color: #fff;
}

body .support-link-searcher-submit:after {
  display: none;
}

body .help-content .section_01,
body .help-content .section_02,
body .help-content .section_03,
body .help-content .section_04,
body .help-content .section_05 {
  max-width: 100%;
}

body .help-content .section_03 {
  background-size: cover;
}

body .text-guide-container {
  position: absolute;
  width: 208px;
  height: calc(100% - 54px);
  padding-left: 0;
  overflow: visible;
  font-size: 14px;
  line-height: 18px;
  right: -208px;
  top: 54px;
  padding-top: 14px;
  overflow: hidden;
  user-select: none;
}

body .text-guide-container.fixed {
  position: fixed;
  right: 0px;
  bottom: 30px;
}

body .support-content .support-body .wrapper .support-main.guide-closed {
  width: calc(100% - 24px);
}

body .support-main.guide-closed .text-guide-container {
  width: 24px;
  padding-left: 0;
}

body .support-main.guide-closed .text-guide-container .guide-close-icon,
body .support-main.guide-closed .text-guide-container .text-guide-head,
body .support-main.guide-closed .text-guide-container .text-guide-body {
  display: none;
}

body .support-main.guide-closed .guide-open-icon {
  display: block;
}

body .text-guide-container .guide-open-icon {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  top: 20px;
  cursor: pointer;
  font-size: 20px;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}

body .text-guide-container .guide-close-icon {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  top: 20px;
  cursor: pointer;
  font-size: 20px;
  background-image: ;
  background-size: contain;
  background-repeat: no-repeat;
}

body .text-guide-body .tex-guide-list {
  padding-left: 0px;
  margin-left: 5px;
  max-width: 170px;
  margin-top: -12px;
}

body .tex-guide-list > li > a {
  padding: 0;
}

body .tex-guide-list > li.active:before {
  background-color: #191919;
}

body .support-content .support-body .wrapper .support-main .move-line {
  position: absolute;
  width: 10px;
  height: 100%;
  left: -5px;
  top: 0;
  z-index: 20;
}

body .support-content .support-body .wrapper .support-main .move-line:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: calc(50% - 1px);
  background-color: #dfe1e6;
  z-index: 30;
}

body .support-content .support-body .wrapper .support-main .move-line:hover {
  cursor: e-resize;
}

body
  .support-content
  .support-body
  .wrapper
  .support-main
  .move-line:hover:before {
  -webkit-box-shadow: 0 4px 8px rgb(0 0 0 / 0.2);
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.2);
}

@media (max-width: 1600px) {
  .topictitle1   div[id^="body"] {
    margin-top: 24px;
  }
  #adoutsidediv.helpcenterad {
    margin: -32px -24px 20px;
  }
  #adoutsidediv .close-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 14px;
    top: calc(50% - 16px);
  }
  #adoutsidediv .close-btn::before,
  #adoutsidediv .close-btn::after {
    width: 16px;
  }
  .support-nav .prod-name {
    width: 264px;
  }
  .support-nav .prod-name .menu-box {
    width: 40px;
  }
  body .search-box-l {
    padding: 0 20px 24px 0;
  }
  body .support-content .support-body .wrapper {
    padding-left: 264px;
  }
  body .support-nav .side-nav-menu {
    left: calc(264px   1px);
  }
  body .text-guide-container {
    width: 180px;
  }
  body .support-content .support-body .wrapper .support-main {
    width: calc(100% - 180px);
    padding: 0 24px;
  }

  .screen,
  .highlight pre {
    padding: 38px 14px 14px;
  }
  .btncp {
    top: 7px;
    right: 37px;
    width: 30px;
    height: 30px;
  }
  .btncc {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 1280px) {
  .topictitle1   div[id^="body"] {
    margin-top: 16px;
  }
  #adoutsidediv.helpcenterad {
    margin: -24px -16px 16px;
    min-height: 28px;
  }
  #adoutsidediv .close-btn {
    right: 8px;
  }
  .support-nav .prod-name {
    width: 238px;
  }

  body .text-guide-container {
    width: 148px;
  }

  body .support-content .support-body .wrapper .support-main {
    width: calc(100% - 148px);
    padding: 0 16px;
  }

  body .support-content .support-body .wrapper {
    padding-left: 238px;
  }

  body .support-nav .side-nav-menu {
    left: calc(238px   1px);
  }
  body .support-nav .prod-name .caption {
    padding: 20px 40px 20px 0;
  }
  body .search-box-l {
    padding: 0 16px 20px 0;
  }
  .support-link-searcher-input {
    height: 32px;
    padding-left: 32px;
    border-radius: 26px;
    font-size: 12px;
  }
  .support-nav .prod-name .menu-box {
    width: 32px;
  }
  body .support-nav .prod-name .menu-box .menu-btn {
    position: absolute;
    top: 24px;
    width: 16px;
    height: 16px;
  }
  .support-link-searcher-submit {
    position: absolute;
    left: 9px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background-size: contain;
  }
  body .support-nav .side-nav .side-nav {
    padding: 0 16px 15px 0;
  }
  .screen,
  .highlight pre {
    padding: 36px 12px 12px;
  }
  .btncp {
    top: 6px;
    right: 34px;
    width: 28px;
    height: 28px;
    background-size: 14px;
  }
  .btncc {
    top: 6px;
    right: 6px;
    width: 28px;
    height: 28px;
    background-size: 14px;
  }
}

@media (max-width: 1024px) {
  body .text-guide-body .swiper-button-prev {
    display: none !important;
  }

  body .text-guide-body .swiper-button-next {
    display: none !important;
  }

  body .text-guide-container .guide-close-icon {
    display: none;
  }

  body .support-content .support-body .wrapper .support-main {
    width: 100%;
    padding: 0 0 0 16px;
  }

  body .help-content .text-guide-container.fixedd {
    position: fixed;
    width: calc(100% - 3% - 238px - 16px - 3%);
    overflow: auto;
    top: 0;
    right: 0;
    left: calc(3%   238px   16px);
    padding: 12px 16px;
    margin-bottom: 0;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 16px 16px;
  }

  body .help-content .text-guide-container.fixedd .text-guide-head {
    padding: 0;
  }

  body .help-content .text-guide-container.fixedd .text-guide-head span {
    position: absolute;
    top: 2px;
    right: -20px;
  }

  body .relevant-content .relevant-left {
    width: 100%;
  }

  body .text-guide-container {
    position: static;
    width: 100%;
  }

  body .text-guide-body .tex-guide-list {
    margin-left: 0;
    max-width: 100%;
  }

  .support-main .text-guide-container.fixedd .text-guide-body {
    display: none;
    overflow: hidden scroll;
    width: 100%;
  }
  body .support-content .support-body .wrapper .support-main .move-line {
    pointer-events: none;
  }
}

@media (max-width: 800px) {
  body.iframe #content {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  body.iframe .support-content .support-body .wrapper .support-nav,
  body.iframenew .support-content .support-body .wrapper .support-nav {
    display: none;
  }

  body.iframe .support-content .wrapper,
  body.iframenew .support-content .wrapper {
    padding-left: 0px !important;
  }

  body.iframe .section:nth-child(1) .sectiontitle:nth-child(1),
  body.iframenew .section:nth-child(1) .sectiontitle:nth-child(1) {
    margin-top: 0;
  }

  body.iframe .por-tab.por-tab-collapse ul[data-cols="2"]   .por-tab-expand,
  body.iframenew .por-tab.por-tab-collapse ul[data-cols="2"]   .por-tab-expand {
    display: none;
  }

  body.iframe .por-tab.por-tab-collapse[data-cols="2"],
  body.iframenew .por-tab.por-tab-collapse[data-cols="2"] {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #dfe1e6;
  }

  body.iframe
    .por-tab.por-tab-collapse[data-cols="2"]
    > ul:not(.por-tab-drop)
    > li
    .por-tab-text,
  body.iframenew
    .por-tab.por-tab-collapse[data-cols="2"]
    > ul:not(.por-tab-drop)
    > li
    .por-tab-text {
    display: inline-block;
    width: auto;
    line-height: 40px;
    position: relative;
  }

  body.iframe
    .por-tab.por-tab-collapse[data-cols="2"]
    > ul:not(.por-tab-drop)
    > li
    a,
  body.iframenew
    .por-tab.por-tab-collapse[data-cols="2"]
    > ul:not(.por-tab-drop)
    > li
    a {
    display: inline-block;
  }

  body.iframe
    .por-tab.por-tab-collapse[data-cols="2"]
    > ul:not(.por-tab-drop)
    > li.active,
  body.iframenew
    .por-tab.por-tab-collapse[data-cols="2"]
    > ul:not(.por-tab-drop)
    > li.active {
    background-color: transparent;
  }

  body.iframe
    .por-tab.por-tab-collapse[data-cols="2"]
    > ul:not(.por-tab-drop)
    > li.active
    .por-tab-text,
  body.iframenew
    .por-tab.por-tab-collapse[data-cols="2"]
    > ul:not(.por-tab-drop)
    > li.active
    .por-tab-text {
    color: #526ecc;
    font-weight: 700;
    overflow: visible;
  }

  body.iframe .support-content .por-tab-container .por-tab ul li a,
  body.iframenew .support-content .por-tab-container .por-tab ul li a {
    padding: 4px 8px;
    height: 100%;
  }

  body.iframe
    .support-content
    .por-tab-container
    .por-tab
    > ul
    > li.active
    a:after,
  body.iframenew
    .support-content
    .por-tab-container
    .por-tab
    > ul
    > li.active
    a:after {
    display: none;
  }

  body.iframe
    .por-tab.por-tab-collapse[data-cols="2"]
    > ul:not(.por-tab-drop)
    > li
    .por-tab-text:after,
  body.iframenew
    .por-tab.por-tab-collapse[data-cols="2"]
    > ul:not(.por-tab-drop)
    > li
    .por-tab-text:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    width: 0;
    height: 3px;
    margin: auto;
    background-color: #c7000b;
    opacity: 1;
    -webkit-transition: width 0.2s, opacity 0s 0.2s;
    transition: width 0.2s, opacity 0s 0.2s;
  }

  body.iframe
    .por-tab.por-tab-collapse[data-cols="2"]
    > ul:not(.por-tab-drop)
    > li.active
    .por-tab-text:after,
  body.iframenew
    .por-tab.por-tab-collapse[data-cols="2"]
    > ul:not(.por-tab-drop)
    > li.active
    .por-tab-text:after {
    width: 100%;
    opacity: 1;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
  }
}

@media (max-width: 768px) {
  .topictitle1   div[id^="body"] {
    margin-top: 24px;
  }
  #adoutsidediv .pep-smart-recommend-img-card img {
    border-radius: 6px;
  }
  body .support-content .support-body .wrapper .support-main {
    background-color: #fff;
  }
  body .text-guide-container {
    right: 0;
  }

  body .text-guide-container .text-guide-head {
    padding-bottom: 12px;
    padding-top: 12px;
  }

  body .text-guide-container .text-guide-body .tex-guide-list {
    padding-left: 16px;
  }

  body .text-guide-container .text-guide-body .tex-guide-list li {
    padding-bottom: 12px;
    padding-top: 12px;
  }

  body .text-guide-container .text-guide-body .tex-guide-list li:before {
    top: calc(50% - 4px);
    left: 0;
  }

  body .text-guide-container .text-guide-body .tex-guide-list > li::after {
    top: 34px;
    left: 3px;
    height: calc(100% - 24px);
  }

  body .support-content .foldicon:before {
    border-top-color: #f5f5f6;
  }

  body .support-link-searcher-input {
    border: solid 1px #adb0b8;
  }

  body .support-link-searcher-submit:after {
    content: "";
    width: 1px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: -1px;
    background-color: #e2e2e2;
  }

  body .support-content .support-body .wrapper .support-main .crumbs {
    margin-top: 0;
  }

  body .support-nav .side-nav .side-nav {
    padding: 19px 16px;
  }

  body .support-content .support-body .wrapper .support-main .move-line {
    display: none;
  }

  body .text-guide-container {
    display: block;
    position: fixed;
    width: 0;
    height: 100%;
    max-height: calc(100% - 44px);
    overflow-y: scroll;
    background: #fff;
    top: 46px;
    bottom: 0px;
    right: 0;
    z-index: 1000;
    margin: 0;
    padding: 15px 0;
    transition: all 0.3s;
  }

  body .text-guide-container.active {
    width: 65% !important;
  }

  body .support-nav .prod-name {
    width: 100% !important;
  }

  body .search-box-l {
    padding: 0 30px 0 30px;
  }

  .support-link-searcher-drop {
    top: calc(100%   2px);
    left: 0;
    min-width: 260px;
  }

  .support-link-searcher-drop .menu-search-title,
  .support-link-searcher-drop .menu-search-crumb {
    white-space: normal;
  }

  .support-link-searcher-drop ul {
    max-height: 366px;
  }

  .screen,
  .highlight pre {
    padding: 38px 14px 14px;
  }
  .btncp {
    top: 7px;
    right: 37px;
    width: 30px;
    height: 30px;
    background-size: 16px;
  }
  .btncc {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 30px;
    height: 30px;
    background-size: 16px;
  }
}

/*pc端*/
.support-main {
  float: left;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
}

.support-main:before,
.support-main:after {
  content: " ";
  display: table;
}

.support-main:after {
  clear: both;
}

.support-main .help-content .ca_details .terms_list a[name] {
  padding-top: 5px;
  margin-top: -5px;
}

.support-main .help-content .ca_details .tab_content .tab_list {
  width: calc(100%   2 * 32px);
  margin-top: -20px;
  margin-left: -32px;
  margin-bottom: 0;
  padding: 20px 32px;
}

.support-main .help-content .ca_details .tab_content .tab_list.show {
  display: none;
}

.support-main .help-content .ca_details .tab_content .tab_list.fixed {
  position: sticky;
  top: 0px;
  z-index: 1;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
}

.support-main .help-content .ca_details .tab_content .tab_list:before,
.support-main .help-content .ca_details .tab_content .tab_list:after {
  content: " ";
  display: table;
}

.support-main .help-content .ca_details .tab_content .tab_list:after {
  clear: both;
}

.support-main .help-content .ca_details .tab_content .tab_list li {
  float: left;
  padding-left: 0;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  margin: 0 8px 0 0;
  text-align: center;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  -webkit-transition: background-color, 0.5s;
  transition: background-color, 0.5s;
  color: #595959;
}

.support-main .help-content .ca_details .tab_content .tab_list li:after {
  display: none;
}

.support-main .help-content .ca_details .tab_content .tab_list li:hover {
  color: #191919;
  border: 1px solid #191919;
}

.support-main .help-content .ca_details .tab_content .tab_list li a {
  color: inherit;
  height: 100%;
  display: block;
  margin: 0;
  -webkit-transition: all, 0s;
  transition: all, 0s;
  padding: 0 24px;
  font-size: 14px;
  line-height: 32px;
}

.support-main .help-content .ca_details .tab_content .tab_list li a:hover {
  text-decoration: none;
}

.support-main .help-content .ca_details .tab_sub_content:last-child .border {
  display: none;
}

.support-main .help-content .ca_details .tab_sub_content .help_h4 {
  opacity: 0;
  height: 0;
  line-height: 0;
}

.support-main .help-content .ca_details .tab_sub_content .terms_list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.support-main .help-content .ca_details .tab_sub_content .terms_list li {
  position: relative;
  margin-left: 24px;
  margin-top: 40px;
  padding-left: 32px;
  margin-bottom: 0;
}

.support-main .help-content .ca_details .tab_sub_content {
  margin-top: -20px;
}

.support-main .help-content .ca_details .tab_sub_content .terms_list li:after {
  display: none;
}

.support-main
  .help-content
  .ca_details
  .tab_sub_content
  .terms_list
  li
  .serial_number {
  position: absolute;
  height: 30px;
  text-align: center;
  left: -20px;
  background: #fff;
  font-size: 20px;
  color: #808080;
  line-height: 30px;
}

.support-main
  .help-content
  .ca_details
  .tab_sub_content
  .terms_list
  li
  .item
  h5 {
  font-size: 20px;
  color: #191919;
  line-height: 30px;
  margin-bottom: 12px;
  margin-top: 20px;
}

.support-main
  .help-content
  .ca_details
  .tab_sub_content
  .terms_list
  li
  .item
  p {
  font-size: 16px;
  color: #595959;
  line-height: 28px;
}

.support-main
  .help-content
  .ca_details
  .tab_sub_content
  .terms_list
  li
  .item
  p
  a {
  font-size: 16px;
  color: #1476ff;
  line-height: 28px;
  text-decoration: none;
  transition: all 0.2s;
}

.support-main
  .help-content
  .ca_details
  .tab_sub_content
  .terms_list
  li
  .item
  p
  a:hover {
  text-decoration: underline;
}

@media (max-width: 1600px) {
  .support-main .help-content {
    padding: 32px 24px;
    margin-top: 20px;
  }
  .help-content .section {
    margin-top: 32px;
  }
  .support-main .help-content h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .support-main .help-content .ca_details .tab_content .tab_list {
    width: calc(100%   2 * 24px);
    margin-top: -20px;
    margin-left: -24px;
    margin-bottom: 0;
    padding: 20px 32px;
  }
  .help-content .sectiontitle,
  .help-content .sectiontitle-inner {
    font-size: 20px;
    line-height: 26px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .help-content {
    font-size: 14px;
    line-height: 24px;
  }
  .help-content .fignone .figcap {
    font-size: 12px;
    line-height: 18px;
  }
  .support-content .tablenoborder table caption,
  .support-content .tableborder table caption {
    font-size: 12px;
    line-height: 18px;
  }
  .footernavbar {
    margin-top: 20px;
  }
  .help-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .help-content a {
    font-size: 14px;
    line-height: 24px;
  }
  .help-content .outside-link-icon {
    width: 18px;
    height: 18px;
    top: 3px;
  }
  .help-content ul:not(.tex-guide-list) > li {
    font-size: 14px;
    line-height: 24px;
  }
  .support-main .help-content .ca_details .tab_content .tab_list li a {
    padding: 0 20px;
    font-size: 14px;
    line-height: 32px;
  }

  .support-main .help-content .ca_details .tab_sub_content .terms_list {
    margin-top: 12px;
  }

  .support-main .help-content .ca_details .tab_sub_content .terms_list li {
    position: relative;
    margin-left: 24px;
    padding-left: 28px;
  }

  .support-main
    .help-content
    .ca_details
    .tab_sub_content
    .terms_list
    li
    .serial_number {
    height: 24px;
    left: -18px;
    font-size: 16px;
    line-height: 24px;
  }

  .support-main
    .help-content
    .ca_details
    .tab_sub_content
    .terms_list
    li
    .item
    h5 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .support-main
    .help-content
    .ca_details
    .tab_sub_content
    .terms_list
    li
    .item
    p {
    font-size: 14px;
    line-height: 24px;
  }

  .support-main
    .help-content
    .ca_details
    .tab_sub_content
    .terms_list
    li
    .item
    p
    a {
    font-size: 14px;
    line-height: 24px;
  }
  [lang="en-us"] .help-content,
  [lang="es-us"] .help-content,
  [lang="pt-br"] .help-content {
    line-height: 22px;
  }
}

@media (max-width: 1280px) {
  .support-main .help-content {
    padding: 24px 16px;
    margin-top: 16px;
  }
  .help-content .section {
    margin-top: 24px;
  }
  .support-main .help-content h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .support-main .help-content .ca_details .tab_content .tab_list {
    width: calc(100%   2 * 16px);
    margin-top: -16px;
    margin-left: -16px;
    margin-bottom: 0;
    padding: 16px 20px;
  }
  .help-content .sectiontitle,
  .help-content .sectiontitle-inner {
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .help-content {
    font-size: 12px;
    line-height: 20px;
  }
  .help-content p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .support-content table {
    font-size: 12px;
    line-height: 18px;
  }
  .support-content table p,
  .support-content table a {
    font-size: 12px;
    line-height: 18px;
  }
  .support-content table ul:not(.tex-guide-list) > li {
    font-size: 12px;
    line-height: 18px;
  }
  .support-content table ul:not(.tex-guide-list) > li:after {
    top: 8px !important;
  }
  .help-content a {
    font-size: 12px;
    line-height: 20px;
  }
  .support-content .outside-link-icon {
    width: 14px;
    height: 14px;
    top: 2px;
  }
  .help-content ul:not(.tex-guide-list) > li {
    font-size: 12px;
    line-height: 20px;
  }
  .support-main .help-content .ca_details .tab_content .tab_list li a {
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
  }

  .support-main .help-content .ca_details .tab_sub_content .terms_list {
    margin-top: 8px;
  }

  .support-main .help-content .ca_details .tab_sub_content .terms_list li {
    position: relative;
    margin-left: 20px;
    padding-left: 24px;
  }

  .support-main
    .help-content
    .ca_details
    .tab_sub_content
    .terms_list
    li
    .serial_number {
    height: 22px;
    left: -16px;
    font-size: 14px;
    line-height: 22px;
  }

  .support-main
    .help-content
    .ca_details
    .tab_sub_content
    .terms_list
    li
    .item
    h5 {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .support-main
    .help-content
    .ca_details
    .tab_sub_content
    .terms_list
    li
    .item
    p {
    font-size: 12px;
    line-height: 20px;
  }

  .support-main
    .help-content
    .ca_details
    .tab_sub_content
    .terms_list
    li
    .item
    p
    a {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 1024px) {
  .support-main .help-content .ca_details .tab_sub_content .terms_list {
    margin-top: 8px;
  }

  .help-content .section {
    margin-top: 24px;
  }
  .footernavbar {
    margin-top: 16px;
  }
  .help-content ul:not(.tex-guide-list) > li {
    font-size: 12px;
    line-height: 20px;
  }
  .help-content ul:not(.tex-guide-list) > li:after {
    top: 8px;
  }
  .help-content ul:not(.tex-guide-list) li   li {
    margin-top: 6px;
  }
  .support-main .help-content .ca_details .tab_sub_content .terms_list li {
    position: relative;
    margin-left: 20px;
    padding-left: 24px;
  }

  .support-main
    .help-content
    .ca_details
    .tab_sub_content
    .terms_list
    li
    .serial_number {
    height: 22px;
    left: -16px;
    font-size: 14px;
    line-height: 22px;
  }

  .support-main
    .help-content
    .ca_details
    .tab_sub_content
    .terms_list
    li
    .item
    h5 {
    margin-top: 16px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .support-main
    .help-content
    .ca_details
    .tab_sub_content
    .terms_list
    li
    .item
    p {
    font-size: 12px;
    line-height: 20px;
  }

  .support-main
    .help-content
    .ca_details
    .tab_sub_content
    .terms_list
    li
    .item
    p
    a {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .support-main {
    float: none;
  }
  .help-content .section {
    margin-top: 24px;
  }
  .support-main .help-content h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .help-content .sectiontitle,
  .help-content .sectiontitle-inner {
    font-size: 20px;
    line-height: 26px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .support-main .help-content {
    padding: 16px 16px 32px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }
  .support-main .help-content.help-center-components {
    padding: 0 16px;
    background-color: #f5f5f5;
  }
  .help-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .help-content table {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .support-content table p,
  .support-content table a {
    font-size: 14px;
    line-height: 22px;
  }
  .support-content table ul:not(.tex-guide-list) > li {
    font-size: 14px;
    line-height: 22px;
  }
  .support-content table ul:not(.tex-guide-list) > li:after {
    top: 9px !important;
  }
  .help-content a {
    font-size: 14px;
    line-height: 24px;
  }
  .support-content .outside-link-icon {
    width: 18px;
    height: 18px;
    top: 3px;
  }
  .help-content ul:not(.tex-guide-list) > li {
    font-size: 14px;
    line-height: 24px;
  }
  .support-content .note img,
  .support-content .notice img,
  .support-content .warning img,
  .support-content .danger img,
  .support-content .caution img {
    display: inline-block !important;
  }

  /* .c-div {
    text-align: center;
  } */

  .support-main .help-content .ca_details .tab_content .tab_list li a {
    padding: 0 12px;
    font-size: 14px;
    line-height: 32px;
  }

  .support-main .help-content .ca_details .tab_sub_content .terms_list {
    margin-top: 8px;
  }

  .support-main .help-content .ca_details .tab_sub_content .terms_list li {
    position: relative;
    margin-left: 16px;
    padding-left: 16px;
    margin-top: 32px;
  }

  .support-main
    .help-content
    .ca_details
    .tab_sub_content
    .terms_list
    li
    .serial_number {
    height: 24px;
    left: -14px;
    font-size: 16px;
    line-height: 24px;
  }

  .support-main
    .help-content
    .ca_details
    .tab_sub_content
    .terms_list
    li
    .item
    h5 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .support-main
    .help-content
    .ca_details
    .tab_sub_content
    .terms_list
    li
    .item
    p {
    font-size: 14px;
    line-height: 24px;
  }

  .support-main
    .help-content
    .ca_details
    .tab_sub_content
    .terms_list
    li
    .item
    p
    a {
    font-size: 14px;
    line-height: 24px;
  }
}

.highlighttable {
  width: 100%;
  margin-bottom: 20px;
  border-color: #ced1d8;
  table-layout: fixed;
}
.highlighttable .linenos {
  display: none;
}
.highlighttable .hll {
  background-color: #1d2129;
}

.highlighttable .c {
  color: #1c85bd;
  font-style: italic;
}

.highlighttable .err {
  color: #ffffff;
}

.highlighttable .k {
  color: #1c85bd;
  font-weight: bold;
}

.highlighttable .ch {
  color: #1c85bd;
  font-style: italic;
}

.highlighttable .cm {
  color: #5cb400;
}

.highlighttable .cp {
  color: #ffffff;
}

.highlighttable .cpf {
  color: #1c85bd;
  font-style: italic;
}

.highlighttable .c1 {
  color: #5cb400;
}

.highlighttable .cs {
  color: #1c85bd;
  font-weight: bold;
}

.highlighttable .gd {
  color: #ffffff;
  background-color: #ffdddd;
}

.highlighttable .ge {
  font-style: italic;
}

.highlighttable .gr {
  color: #d4343c;
}

.highlighttable .gh {
  color: #ffffff;
}

.highlighttable .gi {
  color: #ffffff;
  background-color: #ddffdd;
}

.highlighttable .go {
  color: #cd7b7b;
}

.highlighttable .gp {
  color: #ffffff;
}

.highlighttable .gs {
  font-weight: bold;
}

.highlighttable .gu {
  color: #aaaaaa;
}

.highlighttable .gt {
  color: #d4343c;
}

.highlighttable .kc {
  color: #7d89ff;
  font-weight: bold;
}

.highlighttable .kd {
  color: #1c85bd;
  font-weight: bold;
}

.highlighttable .kn {
  color: #7d89ff;
  font-weight: bold;
}

.highlighttable .kp {
  color: #1c85bd;
  font-weight: bold;
}

.highlighttable .kr {
  color: #7d89ff;
  font-weight: bold;
}

.highlighttable .kt {
  color: #1c85bd;
  font-weight: bold;
}

.highlighttable .m {
  color: #68abfc;
}

.highlighttable .s {
  color: #68abfc;
}

.highlighttable .na {
  color: #e8e8e8;
}

.highlighttable .nt {
  color: #1c85bd;
  font-weight: bold;
}

.highlighttable .ow {
  font-weight: bold;
}

.highlighttable .w {
  color: #5ed782;
}

.highlighttable .mb {
  color: #68abfc;
}

.highlighttable .mf {
  color: #68abfc;
}

.highlighttable .mh {
  color: #68abfc;
}

.highlighttable .mi {
  color: #ffffff;
}

.highlighttable .mo {
  color: #68abfc;
}

.highlighttable .sa {
  color: #68abfc;
}

.highlighttable .sb {
  color: #68abfc;
}

.highlighttable .sc {
  color: #cb24c9;
}

.highlighttable .dl {
  color: #68abfc;
}

.highlighttable .sd {
  color: #68abfc;
}

.highlighttable .s2 {
  color: #68abfc;
}

.highlighttable .se {
  color: #68abfc;
}

.highlighttable .sh {
  color: #68abfc;
}

.highlighttable .si {
  color: #68abfc;
}

.highlighttable .sx {
  color: #68abfc;
}

.highlighttable .sr {
  color: #68abfc;
}

.highlighttable .s1 {
  color: #68abfc;
}

.highlighttable .ss {
  color: #68abfc;
}

.highlighttable .il {
  color: #68abfc;
}

.highlighttable .code .highlight pre span {
  font-size: 1em;
}

.highlighttable .nb {
  color: #fc2293;
}

.highlighttable .nv {
  color: #aa7700;
}

.highlighttable .nx,
.highlighttable .o,
.highlighttable .n,
.highlighttable .nf {
  color: #ffffff;
}

.highlighttable .vc,
.highlighttable .vi {
  color: #aa7700;
}

.highlighttable .esc,
.highlighttable .x,
.highlighttable .bp,
.highlighttable .nc,
.highlighttable .no,
.highlighttable .nd,
.highlighttable .ni,
.highlighttable .ne,
.highlighttable .fm,
.highlighttable .py,
.highlighttable .nl {
  color: #a77400;
}

.highlighttable .nn,
.highlighttable .vm,
.highlighttable .vg,
.highlighttable .l,
.highlighttable .ld,
.highlighttable .ow,
.highlighttable .g,
.highlighttable .ge,
.highlighttable .gs {
  color: #a68eff;
}

.highlighttable .ctnc .hll {
  background-color: #f6f7ff;
}

.highlighttable .ctnc .c {
  color: #006699;
  font-style: italic;
}

.highlighttable .ctnc .err {
  color: #191919;
}

.highlighttable .ctnc .k {
  color: #006699;
  font-weight: bold;
}

.highlighttable .ctnc .ch {
  color: #006699;
  font-style: italic;
}

.highlighttable .ctnc .cm {
  color: #5cb400;
}

.highlighttable .ctnc .cp {
  color: #191919;
}

.highlighttable .ctnc .cpf {
  color: #006699;
  font-style: italic;
}

.highlighttable .ctnc .c1 {
  color: #5cb400;
}

.highlighttable .ctnc .cs {
  color: #006699;
  font-weight: bold;
}

.highlighttable .ctnc .gd {
  color: #191919;
  background-color: #ffdddd;
}

.highlighttable .ctnc .ge {
  font-style: italic;
}

.highlighttable .ctnc .gr {
  color: #d4343c;
}

.highlighttable .ctnc .gh {
  color: #191919;
}

.highlighttable .ctnc .gi {
  color: #191919;
  background-color: #ddffdd;
}

.highlighttable .ctnc .go {
  color: #8c6262;
}

.highlighttable .ctnc .gp {
  color: #191919;
}

.highlighttable .ctnc .gs {
  font-weight: bold;
}

.highlighttable .ctnc .gu {
  color: #aaaaaa;
}

.highlighttable .ctnc .gt {
  color: #d4343c;
}

.highlighttable .ctnc .kc {
  color: #7d89ff;
  font-weight: bold;
}

.highlighttable .ctnc .kd {
  color: #006699;
  font-weight: bold;
}

.highlighttable .ctnc .kn {
  color: #7d89ff;
  font-weight: bold;
}

.highlighttable .ctnc .kp {
  color: #006699;
  font-weight: bold;
}

.highlighttable .ctnc .kr {
  color: #7d89ff;
  font-weight: bold;
}

.highlighttable .ctnc .kt {
  color: #006699;
  font-weight: bold;
}

.highlighttable .ctnc .m {
  color: #68abfc;
}

.highlighttable .ctnc .s {
  color: #68abfc;
}

.highlighttable .ctnc .na {
  color: #191919;
}

.highlighttable .ctnc .nt {
  color: #006699;
  font-weight: bold;
}

.highlighttable .ctnc .ow {
  font-weight: bold;
}

.highlighttable .ctnc .w {
  color: #17b346;
}

.highlighttable .ctnc .mb {
  color: #68abfc;
}

.highlighttable .ctnc .mf {
  color: #68abfc;
}

.highlighttable .ctnc .mh {
  color: #68abfc;
}

.highlighttable .ctnc .mi {
  color: #191919;
}

.highlighttable .ctnc .mo {
  color: #68abfc;
}

.highlighttable .ctnc .sa {
  color: #68abfc;
}

.highlighttable .ctnc .sb {
  color: #68abfc;
}

.highlighttable .ctnc .sc {
  color: #800080;
}

.highlighttable .ctnc .dl {
  color: #68abfc;
}

.highlighttable .ctnc .sd {
  color: #68abfc;
}

.highlighttable .ctnc .s2 {
  color: #68abfc;
}

.highlighttable .ctnc .se {
  color: #68abfc;
}

.highlighttable .ctnc .sh {
  color: #68abfc;
}

.highlighttable .ctnc .si {
  color: #68abfc;
}

.highlighttable .ctnc .sx {
  color: #68abfc;
}

.highlighttable .ctnc .sr {
  color: #68abfc;
}

.highlighttable .ctnc .s1 {
  color: #68abfc;
}

.highlighttable .ctnc .ss {
  color: #68abfc;
}

.highlighttable .ctnc .il {
  color: #68abfc;
}

.highlighttable .ctnc .nb {
  color: #fc2293;
}

.highlighttable .ctnc .nv {
  color: #aa7700;
}

.highlighttable .ctnc .nx,
.highlighttable .ctnc .o,
.highlighttable .ctnc .n,
.highlighttable .ctnc .nf {
  color: #191919;
}

.highlighttable .ctnc .vc,
.highlighttable .ctnc .vi {
  color: #aa7700;
}

.highlighttable .ctnc .esc,
.highlighttable .ctnc .x,
.highlighttable .ctnc .bp,
.highlighttable .ctnc .nc,
.highlighttable .ctnc .no,
.highlighttable .ctnc .nd,
.highlighttable .ctnc .ni,
.highlighttable .ctnc .ne,
.highlighttable .ctnc .fm,
.highlighttable .ctnc .py,
.highlighttable .ctnc .nl {
  color: #a77400;
}

.highlighttable .ctnc .nn,
.highlighttable .ctnc .vm,
.highlighttable .ctnc .vg,
.highlighttable .ctnc .l,
.highlighttable .ctnc .ld,
.highlighttable .ctnc .ow,
.highlighttable .ctnc .g,
.highlighttable .ctnc .ge,
.highlighttable .ctnc .gs {
  color: #653fec;
}

.highlighttable .linenos {
  width: 15px;
}

.highlighttable .linenos {
  color: #afafaf;
  text-align: right;
  padding: 40px 16px 16px;
}

.highlighttable .codecoloring {
  line-height: 1.1em;
}

.highlighttable .code .highlight pre span {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}

.highlighttable .highlighttable pre {
  box-sizing: border-box;
  margin: 0;
}

.pre-box {
  position: relative;
}

.screen,
.codeblock,
.highlight pre {
  transition: background-color 1s;
  border-radius: 8px;
  border: 1px solid rgb(128, 128, 128);
}

.screen.ctnc,
.codeblock.ctnc,
.highlight pre.ctnc {
  border: 1px solid rgb(219, 219, 219);
}

.screen strong,
.codeblock strong,
.highlight pre strong {
  color: inherit;
}

code,
kbd,
pre,
samp {
  font-family: "consolas", "monaco", "menlo", "bitstream vera sans mono",
    "courier new", courier, monospace;
}

@media (max-width: 1280px) {
  .highlighttable .code .highlight pre span {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .highlighttable .code .highlight pre span {
    font-size: 14px;
    line-height: 24px;
  }
}

/*# sourcemappingurl=index.css.map*/
