/* region title */
.section-title {
  padding-bottom: 60px;
  text-align: center;
}
.section-title-inner {
  display: inline-block;
  padding: 0 166px;
  font-size: 28px;
  line-height: 30px;
  color: #333;
  background-image: url(./../images/support-doc-en-title-bg-left.png), url(./../images/support-doc-en-title-bg-right.png);
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 140px auto, 140px auto;
}
@media (max-width: 767px) {
  .section-title {
    padding-bottom: 15px;
  }
  .section-title-inner {
    padding: 0 88px;
    background-image: url(./../images/support-doc-en-title-bg-left-mb.png), url(./../images/support-doc-en-title-bg-right-mb.png);
    background-size: 85px auto, 85px auto;
    font-size: 20px;
    line-height: 25px;
  }
}
/* endregion title */
i {
  font-style: normal;
}
.foldIcon {
  left: 0;
  top: 20px;
  margin-top: -4px;
  transition: all 0.3s;
  -ms-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  cursor: pointer;
}
.point-icon {
  width: 6px;
  height: 1px;
  background-color: #747474;
  position: absolute;
  transition: all 0.3s;
  left: 30px;
  top: 9px;
  opacity: 0.6;
  cursor: pointer;
}
.support-section .foldIcon {
  border-width: 5px;
}
.support-section .foldIcon:before {
  border-width: 5px;
  margin-top: -6px;
  margin-left: -5px;
  border-top-color: #F6F7FF;
}
.foldIcon:before {
  border-top-color: #F6F7FF;
}
.unfold > .foldIcon {
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}
.support-body .wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.support-content {
  padding-top: 20px;
}
.support-content .support-body .wrapper {
  position: relative;
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 260px;
}
.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 {
  width: 260px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.support-content .support-body .wrapper .support-main {
  width: 100%;
  padding-right: 230px;
  padding-left: 50px;
  position: relative;
}
.support-content .support-body .wrapper .support-main .crumbs {
  color: #d9dbe0;
  line-height: 22px;
}
.support-content .support-body .wrapper .support-main .text-guide-body p {
  display: none;
}
.support-main {
  z-index: 1;
  min-height: 100vh;
}
.support-main .crumbs .help-link {
  font-size: 14px;
  color: #a0a2a8;
  line-height: 22px;
  margin-right: 5px;
}
.support-main .crumbs .help-link:hover {
  color: #2d56b1;
}
.support-main .crumbs .text {
  font-size: 14px;
  color: #3b516a;
  line-height: 22px;
}
.support-main .help-content {
  padding-top: 50px;
}
.support-main .help-content h1 {
  font-size: 28px;
  color: #3b516a;
  line-height: 33px;
  margin-bottom: 20px;
}
strong,
.strong {
  font-weight: 700 !important;
}
.help-content p {
  min-width: 0 !important;
}
.help-content strong,
.help-content .strong {
  color: #3d3f43 !important;
}
.help-content .section {
  margin-top: 40px;
}
.help-content .sectiontitle {
  font-size: 20px;
  color: #3b516a;
  line-height: 24px;
  margin-bottom: 10px;
}
.help-content div {
  font-size: 14px;
  color: #3d3f43;
  word-wrap: break-word;
}
.help-content p {
  font-size: 14px;
  color: #3d3f43;
  line-height: 24px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.help-content span {
  word-wrap: break-word;
}
.help-content a {
  word-wrap: break-word;
}
.help-content li {
  word-wrap: break-word;
}
.p {
  font-size: 14px;
  color: #3d3f43;
  line-height: 24px;
  margin-bottom: 10px;
}
code,
kbd,
pre,
samp {
  font-family: -apple-system, 'Helvetica Neue', 'Helvetica', 'Arial', 'PingFang SC', 'Hiragino Sans GB', 'STHeiti', 'Microsoft YaHei', 'Microsoft JhengHei', SimSun, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.help-content ul {
  margin-top: 10px;
}
.help-content ul li {
  margin-bottom: 10px;
}
.help-content ul > li {
  font-size: 14px;
  color: #3d3f43;
  line-height: 24px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.help-content ul > li:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #3d3f43;
  position: absolute;
  top: 8px;
  left: 6px;
}
.help-content ul > li li:after {
  width: 3px;
  height: 3px;
  border-radius: 0px;
  background-color: #3d3f43;
  position: absolute;
  top: 8px;
  left: 6px;
}
.help-content ul ul > li:after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #3d3f43;
  position: absolute;
  top: 10px;
  left: 6px;
}
.help-content ul ul ul > li:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 0;
  background-color: #3d3f43;
  border: none;
  position: absolute;
  top: 10px;
  left: 6px;
}
@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 table ul {
  margin-top: 0px;
}
.help-content .fignone {
  margin-top: 10px;
  margin-bottom: 10px;
}
.help-content .fignone .figcap {
  font-size: 14px;
  line-height: 20px;
  color: #666a75;
  display: inline-block;
  margin-bottom: 10px;
}
.help-content .fignone .figcap b {
  font-weight: normal;
}
.help-content .fignone img {
  max-width: 100%;
  cursor: zoom-in;
}
.help-content .imgResize {
  max-width: 100%;
  cursor: zoom-in;
  vertical-align: top;
}
.help-content .tablenoborder {
  width: 100%;
}
.help-content .tablenoborder table {
  width: 100%;
  margin-bottom: 20px;
  border-color: #ced1d8;
  table-layout: fixed;
}
.help-content .tablenoborder table * > p {
  font-size: 14px;
  color: #3d3f43;
  line-height: 20px;
}
.help-content .tablenoborder table * > li {
  font-size: 14px;
  color: #3d3f43;
  line-height: 20px;
}
.help-content .tablenoborder table * > th {
  padding: 10px;
  background: #f6f7ff;
}
.help-content .tablenoborder table * > th p {
  line-height: 24px;
}
.help-content .tablenoborder table * > td {
  padding: 10px 10px 0 10px;
  word-wrap: break-word;
}
.help-content .tablenoborder table caption {
  text-align: left;
  padding: 10px 0;
  font-size: 14px;
  color: #3d3f43;
  line-height: 24px;
}
.help-content .tablenoborder table caption b {
  font-weight: normal;
}
.help-content .tablenoborder table thead {
  background: #f6f7ff;
}
.help-content .tablenoborder table thead tr th {
  padding: 10px 0 0 10px;
}
.help-content .tablenoborder table pre {
  white-space: pre-wrap;
}
.help-content .note {
  background: #eef0f5;
  border: 1px solid #eef0f5;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.help-content .note img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
.help-content .note > span {
  display: inline-block;
  font-size: 14px;
  color: #666a75;
  line-height: 24px;
  vertical-align: middle;
}
.help-content .note li {
  font-size: 14px;
  color: #666a75 !important;
  line-height: 24px;
}
.help-content .note .notetitle {
  font-weight: 700;
}
.help-content .note .notebody {
  padding: 10px 30px 0px 25px;
}
.help-content .note .notebody img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.help-content .note strong {
  color: #666a75 !important;
}
.help-content .note p {
  font-size: 14px;
  color: #666a75 !important;
  line-height: 24px;
  margin-bottom: 10px;
}
.help-content .notice {
  background: #eef0f5;
  border: 1px solid #eef0f5;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.help-content .notice img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
.help-content .notice > span {
  display: inline-block;
  font-size: 14px;
  color: #666a75;
  line-height: 24px;
  vertical-align: middle;
}
.help-content .notice .noticetitle {
  font-weight: 700;
}
.help-content .notice .noticebody {
  padding: 10px 30px 0px 25px;
}
.help-content .notice .noticebody img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.help-content .notice li {
  font-size: 14px;
  color: #666a75 !important;
  line-height: 24px;
}
.help-content .notice strong {
  color: #666a75 !important;
}
.help-content .notice p {
  font-size: 14px;
  color: #666a75 !important;
  line-height: 24px;
  margin-bottom: 10px;
}
.help-content .warning {
  background: #eef0f5;
  border: 1px solid #eef0f5;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.help-content .warning img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
.help-content .warning > span {
  display: inline-block;
  font-size: 14px;
  color: #666a75;
  line-height: 24px;
  vertical-align: middle;
}
.help-content .warning .warningtitle {
  font-weight: 700;
}
.help-content .warning .warningbody {
  padding: 10px 30px 0px 25px;
}
.help-content .warning .warningbody img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.help-content .warning li {
  font-size: 14px;
  color: #666a75 !important;
  line-height: 22px;
}
.help-content .warning strong {
  color: #666a75 !important;
}
.help-content .warning p {
  font-size: 14px;
  color: #666a75 !important;
  line-height: 24px;
  margin-bottom: 10px;
}
.help-content .danger {
  background: #eef0f5;
  border: 1px solid #eef0f5;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.help-content .danger img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
.help-content .danger > span {
  display: inline-block;
  font-size: 14px;
  color: #666a75;
  line-height: 24px;
  vertical-align: middle;
}
.help-content .danger .dangertitle {
  font-weight: 700;
}
.help-content .danger .dangerbody {
  padding: 10px 30px 0px 25px;
}
.help-content .danger .dangerbody img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.help-content .danger li {
  font-size: 14px;
  color: #666a75 !important;
  line-height: 24px;
}
.help-content .danger strong {
  color: #575d6c !important;
}
.help-content .danger p {
  font-size: 14px;
  color: #666a75 !important;
  line-height: 24px;
  margin-bottom: 10px;
}
.help-content .caution {
  background: #eef0f5;
  border: 1px solid #eef0f5;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.help-content .caution img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
.help-content .caution > span {
  display: inline-block;
  font-size: 14px;
  color: #575d6c;
  line-height: 24px;
  vertical-align: middle;
}
.help-content .caution .cautiontitle {
  font-weight: 700;
}
.help-content .caution .cautionbody {
  padding: 10px 30px 0px 25px;
}
.help-content .caution .cautionbody img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.help-content .caution li {
  font-size: 14px;
  color: #575d6c !important;
  line-height: 22px;
}
.help-content .caution strong {
  color: #575d6c !important;
}
.help-content .caution p {
  font-size: 14px;
  color: #575d6c !important;
  line-height: 22px;
  margin-bottom: 10px;
}
.help-content ol {
  padding: 0;
  padding-left: 20px;
  margin: 0;
  margin-top: 10px;
}
.help-content ol li {
  margin-bottom: 10px;
}
.help-content ol > li {
  list-style: decimal;
  margin-bottom: 10px;
  font-size: 14px;
  color: #3d3f43;
  line-height: 24px;
}
.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;
}
.help-content ol * > span {
  font-size: 14px;
  color: #3d3f43;
  line-height: 24px;
}
.help-content ol * > p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #3d3f43;
  line-height: 24px;
}
.help-content ol * > li {
  font-size: 14px;
  color: #3d3f43;
  line-height: 24px;
}
.help-content a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #2d56b1;
  transition: all 0.3s;
}
.help-content a:hover {
  color: #2d56b1;
  text-decoration: underline;
}
.help-content .section .tablenoborder table pre {
  font-size: 14px;
  color: #3d3f43;
  line-height: 20px;
}
/* region aui-btn */
.cui-btn {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  border: solid 1px transparent;
  border-radius: 2px;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  transition: 0.2s;
}
.cui-btn-small {
  height: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 30px;
}
.cui-btn-large {
  height: 48px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 46px;
}
.cui-btn-primary {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
}
.cui-btn-primary:hover,
.cui-btn-primary.hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.cui-btn-dark {
  border-color: #252b3a;
  background-color: #252b3a;
  color: #fff;
}
.cui-btn-outline-primary {
  border: solid 1px #f66f6a;
  color: #f66f6a;
}
.cui-btn-outline-primary:hover,
.cui-btn-outline-primary .hover {
  border-color: #f66f6a;
  background-color: #f66f6a;
  color: #fff;
}
.cui-btn-outline-dark {
  border: solid 1px #252b3a;
  color: #252b3a;
}
.cui-btn-outline-dark:hover,
.cui-btn-outline-dark .hover {
  border: solid 1px #f66f6a;
  color: #f66f6a;
}
.cui-btn-outline-light {
  border: solid 1px #fff;
  color: #fff;
}
.cui-btn-outline-light:hover,
.cui-btn-outline-light .hover {
  border: solid 1px #f66f6a;
  color: #f66f6a;
}
/* endregion aui-btn */
.updateTime {
  margin-top: -10px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  color: #a0a2a8 !important;
  width: calc(100% - 175px);
  display: inline-block;
}
.updateTime .updateInfo {
  font-size: 12px;
  line-height: 18px;
}
.updateTime + .help-view-pdf {
  margin-left: 75px;
}
@media (max-width: 767px) {
  .updateTime {
    position: static;
    margin-top: 0px;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    width: calc(100% - 80px);
  }
  .help-view-edit {
    margin-right: 0px !important;
    display: none !important;
  }
  .help-view-pdf {
    margin-left: 0px !important;
  }
}
/*修改后-分页样式*/
@media (min-width: 0px) {
  .help-view-pdf {
    position: relative;
    display: inline-block;
    margin-left: 20px;
  }
  .help-view-pdf a {
    font-size: 14px;
    color: #3b516a;
    line-height: 24px;
    transition: all 0.3s;
  }
  .help-view-pdf a:after {
    content: '';
    background: url(./../images/support-doc-en-pdf-hover.png) no-repeat center;
  }
  .help-view-pdf a i {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(./../images/support-doc-en-pdf-h.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
    margin-right: 5px;
    transition: all 0.3s;
  }
  .help-view-pdf a span {
    display: inline-block;
    vertical-align: middle;
  }
  .help-view-pdf:hover a {
    color: #f66f6a;
    text-decoration: none;
  }
  .help-view-pdf:hover a i {
    background: url(./../images/support-doc-en-pdf-hover.png) no-repeat center;
    background-size: cover;
  }
  .help-view-edit {
    position: relative;
    display: inline-block;
  }
  .help-view-edit a {
    font-size: 14px;
    color: #3b516a;
    line-height: 24px;
    transition: all 0.3s;
  }
  .help-view-edit a:after {
    content: '';
    background: url(./../images/support-doc-en-edit-hover.png) no-repeat center;
  }
  .help-view-edit a i {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(./../images/support-doc-en-edit.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
    margin-right: 5px;
    transition: all 0.3s;
  }
  .help-view-edit a span {
    display: inline-block;
    vertical-align: middle;
  }
  .help-view-edit:hover a {
    color: #f66f6a;
    text-decoration: none;
  }
  .help-view-edit:hover a i {
    background: url(./../images/support-doc-en-edit-hover.png) no-repeat center;
    background-size: cover;
  }
  .support-main .help-content h1 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .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-view-pdf a span,
  .help-view-edit a span {
    font-size: 12px;
    line-height: 12px;
  }
  .help-view-pdf a i,
  .help-view-edit a i {
    width: 20px;
    height: 20px;
    margin-right: 2px;
  }
  .support-main .help-content h1 {
    padding-right: 0px;
  }
}
.help-detail-feedback {
  padding: 50px 0px 30px 0px;
  background: #fff;
}
.help-detail-feedback .action {
  border-top: 2px solid #f7f7f7;
  font-size: 14px;
  padding: 10px 0;
}
.help-detail-feedback .action p {
  font-size: 14px;
  color: #3b516a;
  line-height: 24px;
}
.help-detail-feedback .action p span {
  font-size: 14px;
  color: #66696f;
  line-height: 24px;
}
.help-detail-feedback .action p a {
  color: #3b516a;
}
.help-detail-feedback .action p a:hover {
  color: #f66f6a;
}
.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;
  line-height: 16px;
  margin-top: -3px;
  text-align: left;
  position: relative;
  padding-left: 10px;
}
.help-detail-feedback .action .prev a:after {
  content: '<';
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 14px;
  line-height: 16px;
}
.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: 16px;
  margin-top: -3px;
  text-align: right;
  position: relative;
  padding-right: 10px;
}
.help-detail-feedback .action .next a:after {
  content: '>';
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 1199px) {
  .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;
  }
}
.section .faq-title,
.faq-content .faq-title {
  font-size: 16px;
  color: #3d3f43;
  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;
}
.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: #2d56b1;
  position: absolute;
  top: 13px;
  left: 0;
}
.section .faq li a,
.faq-content .faq li a {
  font-size: 14px;
  color: #2d56b1;
  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: #fafaff;
  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: 1199px) {
  .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: 767px) {
  .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 {
  padding-bottom: 50px;
  font-size: 0px;
}
.help-form > h3 {
  font-size: 16px;
  color: #3d3f43;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 40px;
}
.help-form > h3 span {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(./../images/support-doc-en-feedback.png);
  background-size: cover;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}
.help-form .help-form-btn {
  display: inline-block;
  font-size: 16px;
  color: #666a75;
  line-height: 38px;
  padding: 0px 30px;
  border: 1px solid #dddddd;
  text-align: center;
  background: rgba(247, 247, 247, 0.5);
  border-radius: 1px;
}
.help-form .help-form-btn:nth-child(1) {
  margin-right: -1px;
}
.help-form .help-form-btn:nth-child(1).active,
.help-form .help-form-btn:nth-child(1):hover {
  color: #f66f6a;
}
.help-form .help-form-btn:nth-child(1).active .help-form-y,
.help-form .help-form-btn:nth-child(1):hover .help-form-y {
  background: url(./../images/support-doc-en-help-form-y-h.png);
  background-size: cover;
}
.help-form .help-form-btn:nth-child(2).active .help-form-n,
.help-form .help-form-btn:nth-child(2):hover .help-form-n {
  background: url(./../images/support-doc-en-help-form-n-h.png);
  background-size: cover;
}
.help-form .help-form-btn span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  vertical-align: middle;
}
.help-form .help-form-btn .help-form-y {
  background: url(./../images/support-doc-en-help-form-y.png);
  background-size: cover;
}
.help-form .help-form-btn .help-form-n {
  background: url(./../images/support-doc-en-help-form-n.png);
  background-size: cover;
}
.help-form > p {
  font-size: 16px;
  color: #666a75;
  line-height: 23px;
  display: inline-block;
  margin-right: 5px;
}
.help-form .help-form-more {
  font-size: 16px;
  line-height: 22px;
  color: #f66f6a;
  display: inline-block;
}
.help-form .help-form-more em {
  content: '';
  display: inline-block;
  width: 13px;
  height: 8px;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 10px;
  background: url(./../images/support-doc-en-news-btn-more-1.png) no-repeat;
  background-size: cover;
  transition: 0.3s ease-out;
}
.help-form .help-form-more:hover {
  text-decoration: underline;
}
.help-form .help-form-more:hover em {
  -ms-transform: translate(4px, 0);
  transform: translate(4px, 0);
  background: url(./../images/support-doc-en-news-btn-more-1.png) no-repeat;
}
.help-form .help-form-content {
  display: inline-block;
}
.help-form .help-form-content a {
  cursor: pointer;
}
.help-form-success {
  display: none;
  border: 1px solid #dddddd;
  background: #f9f9ff;
  border-radius: 2px;
  padding: 20px 0px 20px 84px;
  position: relative;
  margin-bottom: 20px;
}
.help-form-success span {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 30px;
  left: 25px;
  background: url(./../images/support-doc-en-success.png) no-repeat;
  background-size: cover;
}
.help-form-success h3 {
  font-size: 16px;
  color: #3b516a;
  line-height: 28px;
  padding: 0px;
  margin: 0px;
  display: block;
  font-weight: 700;
}
.help-form-success p {
  font-size: 16px;
  color: #666a75;
  line-height: 28px;
  padding: 0px;
  margin: 0px;
  display: block;
}
.help-form-false {
  border: 1px solid #dddddd;
  background: #f9f9ff;
  border-radius: 2px;
  padding: 20px 0px 20px 84px;
  position: relative;
  margin-bottom: 20px;
  display: none;
}
.help-form-false span {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 15px;
  left: 25px;
  background: url(./../images/support-doc-en-important.png) no-repeat;
  background-size: cover;
}
.help-form-false h3 {
  font-size: 16px;
  color: #3b516a;
  line-height: 28px;
  padding: 0px;
  margin: 0px;
  display: block;
  font-weight: 700;
}
.help-form-false p {
  font-size: 16px;
  color: #666a75;
  line-height: 28px;
  padding: 0px;
  margin: 0px;
  display: block;
}
.help-form form {
  display: none;
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding: 10px 20px 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.help-form form h3 {
  font-size: 16px;
  color: #3d3f43;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.help-form form label {
  font-size: 16px;
  color: #666a75;
  display: inline-block;
  line-height: 24px;
  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: #f66f6a;
}
.help-form form i.active {
  background: url(./../images/support-doc-en-checkbox-h.png) no-repeat;
  background-size: cover;
  border: none !important;
}
.help-form form textarea {
  width: 100%;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #a0a2a8;
  line-height: 24px;
  padding: 10px 20px;
  text-align: left;
  max-width: 100%;
  min-width: 100%;
  border-color: #dddddd;
}
.help-form form a {
  margin-right: 20px;
  vertical-align: middle;
}
.help-form form a.false {
  margin-right: 0px;
}
.help-form form .important {
  display: none;
  font-size: 16px;
  color: #f66f6a;
  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(./../images/support-doc-en-important.png) no-repeat;
  background-size: cover;
  vertical-align: bottom;
  margin-right: 10px;
}
.help-form form .important.show {
  display: inline-block;
}
@media (max-width: 1199px) {
  .support-nav .prod-name {
    width: 230px !important;
  }
  .support-nav .side-nav-menu {
    left: 230px !important;
  }
  .support-content .support-body .wrapper {
    padding-left: 220px;
  }
  .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;
  }
  .help-form {
    padding-bottom: 30px !important;
  }
  .help-form > h3 {
    margin-bottom: 20px;
  }
  .help-form .help-form-btn {
    margin-bottom: 20px;
  }
  form i:hover {
    border: 1px solid #dddddd;
  }
}
@media (max-width: 767px) {
  .support-content {
    padding-top: 0px;
  }
  .support-content .wrapper {
    padding-left: 0px !important;
  }
  .help-content .sectiontitle {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .help-content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .help-content ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .help-content a {
    font-size: 14px;
    line-height: 20px;
    word-break: break-all;
  }
  .help-content .section {
    margin-top: 15px;
  }
  .help-content [id^='body'] .tablenoborder table * > td {
    padding: 10px 5px;
  }
  .help-content [id^='body'] .tablenoborder table * > p {
    font-size: 12px;
    line-height: 18px;
  }
  .help-content [id^='body'] .tablenoborder table caption {
    font-size: 12px;
    line-height: 18px;
  }
  .help-content .note {
    padding: 5px;
  }
  .help-content .note .notetitle {
    font-size: 12px;
    line-height: 15px;
  }
  .help-content .note .notebody {
    padding: 5px 15px 0px 15px;
  }
  .help-content .note p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
  }
  .help-content .notice {
    padding: 5px;
  }
  .help-content .notice .noticetitle {
    font-size: 12px;
    line-height: 15px;
  }
  .help-content .notice .noticebody {
    padding: 5px 15px 0px 15px;
  }
  .help-content .notice p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
  }
  .help-content .warning,
  .help-content .danger,
  .help-content .caution {
    padding: 5px;
  }
  .help-content .warning .warningtitle,
  .help-content .danger .warningtitle,
  .help-content .caution .warningtitle,
  .help-content .warning .dangertitle,
  .help-content .danger .dangertitle,
  .help-content .caution .dangertitle,
  .help-content .warning .cautiontitle,
  .help-content .danger .cautiontitle,
  .help-content .caution .cautiontitle {
    font-size: 12px;
    line-height: 15px;
  }
  .help-content .warning .warningbody,
  .help-content .danger .warningbody,
  .help-content .caution .warningbody,
  .help-content .warning .dangerbody,
  .help-content .danger .dangerbody,
  .help-content .caution .dangerbody,
  .help-content .warning .cautionbody,
  .help-content .danger .cautionbody,
  .help-content .caution .cautionbody {
    padding: 5px 15px 0px 15px;
  }
  .help-content .warning p,
  .help-content .danger p,
  .help-content .caution p {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
  }
  .help-content ol * > span {
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
  }
  .help-content ol > li {
    font-size: 14px;
    line-height: 20px;
  }
  .help-content ol * > p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .help-content .tablenoborder table pre {
    font-size: 12px;
    line-height: 15px;
  }
  .help-detail-feedback {
    padding: 30px 15px 15px 15px;
  }
  .help-form {
    padding: 0 15px;
  }
  .help-form h3 {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
  .help-form h3 span {
    width: 12px;
    height: 12px;
  }
  .help-form .help-form-content {
    padding-left: 15px;
  }
  .help-form .help-form-content a {
    padding: 0px 25px;
    min-width: 130px;
  }
  .help-form p {
    font-size: 16px;
    line-height: 22px;
  }
  .help-form-success {
    padding: 20px 20px 20px 55px;
  }
  .help-form-success span {
    top: 15px;
    left: 10px;
  }
  .help-form form {
    padding: 10px 10px 15px;
  }
  .help-form form h3 {
    margin-bottom: 5px;
  }
  .help-form form label {
    font-size: 14px;
    line-height: 20px;
    max-width: calc(100% - 26px);
    vertical-align: top;
  }
  .help-form form textarea {
    font-size: 12px;
    line-height: 18px;
    height: 65px;
    margin: 5px 0 10px;
  }
  .help-form form a {
    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;
  }
}
.footer-service {
  position: relative;
}
#footer {
  position: relative;
}
#content .wrapper {
  z-index: 0;
}
.updateTime,
.help-view-edit,
.help-view-pdf,
.help-view-share {
  display: none;
}
.updateTime.showw,
.help-view-edit.showw,
.help-view-pdf.showw,
.help-view-share.showw {
  display: inline-block;
}
p,
h1,
h2,
h3,
h4 {
  min-width: 0px !important;
  min-height: 0px !important;
}
img {
  max-width: 100%;
}
body {
  touch-action: initial !important;
}
.cui-btn.disabled,
.cui-btn[disabled] {
  cursor: default;
  background-color: #f7f7f7;
  border-color: #ddd;
  color: #a0a2a8;
}
.support-nav {
  height: auto;
  z-index: 10;
}
.support-nav .prod-name {
  width: 260px;
  background: #f6f7ff;
  position: absolute;
}
.support-nav .prod-name.show {
  display: none;
}
.support-nav .prod-name .menu-box {
  height: 55px;
  transition: all 0.3s;
  cursor: pointer;
}
.support-nav .prod-name .menu-box .title {
  font-size: 14px;
  color: #3b516a;
  line-height: 55px;
  padding-left: 20px;
  border-bottom: 1px solid #e4e6f3;
  transition: all 0.3s;
  font-weight: 700;
}
.support-nav .prod-name .menu-box .menu-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  background: url(./../images/support-doc-en-menu-btn.png) no-repeat;
  width: 17px;
  height: 17px;
  transition: transform 0.5s;
}
.support-nav .prod-name .menu-box.active .title,
.support-nav .prod-name .menu-box:hover .title {
  color: #f66f6a !important;
}
.support-nav .prod-name .menu-box.active .menu-btn,
.support-nav .prod-name .menu-box:hover .menu-btn {
  background-position: 0 -46px;
}
.support-nav .prod-name .menu-box.active .menu-btn {
  transform: rotate(90deg);
}
.support-nav .prod-name .caption {
  padding: 30px 0px 30px 20px;
  border-bottom: 1px solid #e4e6f3;
  margin-bottom: 0px;
}
.support-nav .prod-name .caption a {
  font-size: 18px;
  color: #3b516a;
  line-height: 20px;
  font-weight: 700;
  transition: all 0.3s;
  display: block;
}
.support-nav .prod-name .caption:hover a,
.support-nav .prod-name .caption.active a {
  color: #f66f6a;
}
.support-nav .side-nav {
  overflow-y: auto;
}
.support-nav .side-nav .side-nav {
  padding: 25px 0 15px 0;
}
.support-nav .side-nav .side-nav .active > a {
  color: #f66f6a !important;
}
.support-nav .side-nav .side-nav ul {
  display: none;
}
.support-nav .side-nav .side-nav * > a {
  overflow: hidden;
  display: -webkit-box;
  font-weight: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: block;
  padding-right: 21px;
  transition: all 0.3s;
}
.support-nav .side-nav .side-nav * > a:hover {
  color: #f66f6a !important;
}
.support-nav .side-nav .side-nav .nav-item.level1 {
  position: relative;
  width: 250px;
}
.support-nav .side-nav .side-nav .nav-item.level1 .foldIcon {
  top: 21px;
  left: 30px;
}
.support-nav .side-nav .side-nav .nav-item.level1 .point-icon {
  left: 30px;
  top: 14px;
}
.support-nav .side-nav .side-nav .nav-item.level1 > a {
  padding-left: 50px;
  width: 100%;
  font-size: 14px;
  color: #3b516a;
  line-height: 30px;
  font-weight: 400;
  transition: all 0.1s;
  padding-bottom: 10px;
  padding-top: 5px;
  -webkit-line-clamp: 1;
}
.support-nav .side-nav .side-nav .nav-item.level2 {
  position: relative;
}
.support-nav .side-nav .side-nav .nav-item.level2 .foldIcon {
  top: 15px;
  left: 50px;
}
.support-nav .side-nav .side-nav .nav-item.level2 .point-icon {
  left: 50px;
  top: 14px;
}
.support-nav .side-nav .side-nav .nav-item.level2 > a {
  padding-left: 70px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #666a75;
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 5px;
  -webkit-line-clamp: 2;
}
.support-nav .side-nav .side-nav .nav-item.level3 {
  position: relative;
}
.support-nav .side-nav .side-nav .nav-item.level3 .foldIcon {
  top: 15px;
  left: 70px;
}
.support-nav .side-nav .side-nav .nav-item.level3 .point-icon {
  left: 70px;
  top: 14px;
}
.support-nav .side-nav .side-nav .nav-item.level3 > a {
  padding-left: 90px;
  width: 100%;
  font-size: 14px;
  color: #666a75;
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 5px;
}
.support-nav .side-nav .side-nav .nav-item.level4 {
  position: relative;
}
.support-nav .side-nav .side-nav .nav-item.level4 .foldIcon {
  top: 15px;
  left: 90px;
}
.support-nav .side-nav .side-nav .nav-item.level4 .point-icon {
  left: 90px;
  top: 14px;
}
.support-nav .side-nav .side-nav .nav-item.level4 > a {
  padding-left: 110px;
  width: 100%;
  font-size: 14px;
  color: #666a75;
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 5px;
}
.support-nav .side-nav .side-nav .nav-item.level5 {
  position: relative;
}
.support-nav .side-nav .side-nav .nav-item.level5 .foldIcon {
  top: 15px;
  left: 110px;
}
.support-nav .side-nav .side-nav .nav-item.level5 .point-icon {
  left: 110px;
  top: 14px;
}
.support-nav .side-nav .side-nav .nav-item.level5 > a {
  padding-left: 130px;
  width: 100%;
  font-size: 14px;
  color: #666a75;
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 5px;
}
.support-nav .side-nav .side-nav .nav-item.level6 {
  position: relative;
}
.support-nav .side-nav .side-nav .nav-item.level6 .foldIcon {
  top: 15px;
  left: 130px;
}
.support-nav .side-nav .side-nav .nav-item.level6 .point-icon {
  left: 130px;
  top: 14px;
}
.support-nav .side-nav .side-nav .nav-item.level6 > a {
  padding-left: 150px;
  width: 100%;
  font-size: 14px;
  color: #666a75;
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 5px;
}
.support-nav .side-nav .side-nav .nav-item.level7 {
  position: relative;
}
.support-nav .side-nav .side-nav .nav-item.level7 .foldIcon {
  top: 15px;
  left: 150px;
}
.support-nav .side-nav .side-nav .nav-item.level7 .point-icon {
  left: 150px;
  top: 14px;
}
.support-nav .side-nav .side-nav .nav-item.level7 > a {
  padding-left: 170px;
  width: 100%;
  font-size: 14px;
  color: #666a75;
  line-height: 20px;
  padding-bottom: 10px;
  padding-top: 5px;
}
.support-nav .side-nav .side-nav .nav-item.help-tsr {
  padding: 15px 20px 0;
}
.support-nav .side-nav .side-nav .nav-item.help-tsr > a {
  padding-left: 10px;
  color: #999;
  display: block;
  font-size: 14px;
  line-height: 24px;
  border-top: 1px solid #e4e6f3;
  padding-bottom: 5px;
  padding-top: 20px;
}
.support-nav .side-nav .side-nav .nav-item.help-tsr > ul {
  display: block !important;
}
.support-nav .side-nav .side-nav .nav-item.help-tsr > ul .nav-item.level2 > a {
  padding-left: 50px;
}
.support-nav .side-nav .side-nav .nav-item.help-tsr > ul .nav-item.level2 > .foldIcon,
.support-nav .side-nav .side-nav .nav-item.help-tsr > ul .nav-item.level2 > .point-icon {
  left: 30px;
}
.support-nav .side-nav .side-nav .nav-item.help-tsr .nav-item.level3 > a {
  padding-left: 70px;
}
.support-nav .side-nav .side-nav .nav-item.help-tsr .nav-item.level3 > .foldIcon,
.support-nav .side-nav .side-nav .nav-item.help-tsr .nav-item.level3 > .point-icon {
  left: 50px;
}
@media (max-width: 767px) {
  .support-nav .side-nav .side-nav .nav-item.help-tsr {
    padding: 15px 20px;
  }
}
.support-nav.fixed {
  position: fixed !important;
  top: 0px !important;
}
.showPrompt.scrolled .wrapper .support-nav.fixed {
  top: 0px !important;
}
.support-nav .side-nav-menu {
  z-index: 10;
  width: 0;
  padding: 20px 0;
  overflow: hidden;
  height: 710px;
  background: #fafaff;
  position: absolute;
  top: 0px;
  left: 260px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s, width 0s, height 0s;
}
.support-nav .side-nav-menu .side-menu-box {
  overflow-y: auto;
  max-height: 670px;
  padding: 0px 30px;
  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: calc(100% - 420px);
  margin-bottom: 10px;
  float: left;
  position: relative;
}
.support-nav .side-nav-menu .support-search .search-box input {
  width: calc(100% - 55px);
  border: 1px solid #dddddd;
  border-right: none;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  float: left;
  color: #999;
}
.support-nav .side-nav-menu .support-search .search-box button {
  width: 55px;
  height: 40px;
  border: 1px solid #e2e2e2;
  border-left: none;
  background: #ffffff url(./../images/support-doc-en-search.png) no-repeat center;
  position: relative;
}
.support-nav .side-nav-menu .support-search .search-box button:hover {
  background: #ffffff url(./../images/support-doc-en-search-hover.png) no-repeat center;
}
.support-nav .side-nav-menu .support-search .search-box button:after {
  content: '';
  width: 1px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: -1px;
  background-color: #e2e2e2;
}
.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: 14px;
  line-height: 40px;
  color: #a0a2a8;
}
.support-nav .side-nav-menu .search-items li a:hover {
  color: #f66f6a;
}
.support-nav .side-nav-menu.active {
  opacity: 1;
  visibility: visible;
}
.support-nav .item {
  width: 20%;
  display: inline-block;
  float: left;
  margin-top: 20px;
}
.support-nav .item dt {
  font-size: 18px;
  color: #3b516a;
  font-weight: 700;
  line-height: 18px;
  margin-top: 30px;
  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: #f66f6a;
}
.support-nav .item dl a {
  display: inline-block;
  font-size: 14px;
  color: #666a75;
  line-height: 22px;
  margin-bottom: 8px;
  transition: all 0.3s;
  padding-right: 20px;
}
.support-nav .caption span {
  display: none;
}
.support-nav .caption i {
  display: none;
}
.side-nav.max a:hover {
  color: #f66f6a !important;
}
.side-nav.max::-webkit-scrollbar {
  width: 0;
}
.side-nav.max:hover .side-nav {
  padding: 25px 0 15px 0;
}
.side-nav.max:hover::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.side-nav.max:hover::-webkit-scrollbar,
.side-nav.max:hover::-webkit-scrollbar-track {
  background-color: transparent;
}
.side-nav.max:hover::-webkit-scrollbar-thumb {
  background-color: #DBDEE2;
}
.side-nav.max:hover::-webkit-scrollbar-thumb:hover {
  background-color: #BEC3C6;
}
.side-nav {
  -ms-overflow-style: none;
}
.side-nav:hover {
  -ms-overflow-style: auto;
}
@media (max-width: 1199px) {
  .support-nav .side-nav .side-nav .nav-item.level1 {
    width: 220px;
  }
}
@media (max-width: 767px) {
  .support-nav .side-nav .side-nav .nav-item.level1 {
    width: auto;
  }
  .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;
    top: 61px;
    left: 0;
    z-index: 10;
    width: 0px;
  }
  .support-nav .prod-name {
    background-color: #ffffff;
  }
  .support-nav .caption {
    text-align: center;
    padding: 0 !important;
    position: relative;
    height: 50px;
  }
  .support-nav .caption span {
    display: inline-block;
    font-size: 18px;
    color: #3b516a;
    line-height: 20px;
    margin-top: 18px;
    transition: all 0.3s;
  }
  .support-nav .caption span i {
    transition: all 0.3s;
  }
  .support-nav .caption span.active {
    color: #f66f6a;
  }
  .support-nav .caption span.active i {
    transform: rotateZ(180deg);
  }
  .support-nav .caption span:first-child.active {
    background-image: url(./../images/support-doc-en-nav-hover.svg);
    background-size: cover;
  }
  .support-nav .caption span:first-child {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    background-image: url(./../images/support-doc-en-nav.svg);
    background-size: cover;
    top: 0;
    left: 0;
    margin-top: 0px;
    border: 13px solid transparent;
    background-clip: padding-box;
  }
  .support-nav .caption span:first-child:after {
    content: '';
    position: absolute;
    top: -13px;
    bottom: -13px;
    right: -13px;
    width: 1px;
    background: #ddd;
  }
  .support-nav .caption span i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(./../images/support-doc-en-nav-icon.png);
    background-size: cover;
    margin-left: 5px;
  }
  .support-nav .caption a {
    display: none !important;
  }
  .support-nav .side-nav-menu {
    display: none;
    width: 100%;
    visibility: visible;
    opacity: 1;
    position: static;
    padding: 15px 0;
    height: auto;
  }
  .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: 33px;
    width: calc(100% - 40px);
  }
  .support-content .support-nav .side-nav-menu .support-search .search-box button {
    width: 40px;
    height: 33px;
  }
  .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-nav .item dt {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 25px;
  }
  .support-content .support-nav .item dl a {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .support-nav .side-nav {
    background: #f6f7ff;
  }
  .support-nav .side-nav .side-nav {
    padding: 15px;
  }
  .support-nav .side-nav .side-nav .nav-item.level1 > a {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
  }
  .foldIcon {
    top: 16px;
  }
  .inner .item:nth-child(6),
  .inner .item:nth-child(2),
  .inner .item:nth-child(3),
  .inner .item:nth-child(4),
  .inner .item:nth-child(5) {
    display: none;
  }
}
@media (min-width: 768px) {
  .inner .item:nth-child(7),
  .inner .item:nth-child(8) {
    display: none;
  }
}
@media (max-width: 1199px) {
  .support-nav .prod-name .menu-box:hover .title {
    color: #3b516a !important;
  }
  .support-nav .prod-name .menu-box.active .title {
    color: #f66f6a !important;
  }
  .support-nav .prod-name .menu-box:hover .menu-btn {
    background-position: 0 0 !important;
  }
  .support-nav .prod-name .menu-box.active .menu-btn {
    background-position: 0 -45px !important;
  }
}
.search-box-l {
  padding: 0 25px 20px 25px;
  border-bottom: 1px solid #e4e6f3;
  height: 58px;
}
.support-link-searcher {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 34px;
}
.support-link-searcher-input {
  width: 100%;
  height: 34px;
  padding-left: 10px;
  border: solid 1px #ddd;
}
.support-link-searcher-submit {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 40px;
  height: 32px;
  border: none;
  background: #ffffff url(./../images/support-doc-en-search.png) no-repeat center;
}
.support-link-searcher-submit:after {
  content: '';
  width: 1px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: -1px;
  background-color: #e2e2e2;
}
.support-link-searcher-submit:before {
  content: '';
  background: #ffffff url(./../images/support-doc-en-search-hover.png) no-repeat center;
}
.support-link-searcher-submit:hover {
  background: #ffffff url(./../images/support-doc-en-search-hover.png) no-repeat center;
}
.support-link-searcher-drop {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 230px;
  background: white;
  border: solid 1px #ddd;
  border-top: none;
  overflow: auto;
}
.support-link-searcher-drop ul {
  position: relative;
}
.support-link-searcher-drop a {
  display: block;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 22px;
  color: #252b3a;
  cursor: pointer;
}
.support-link-searcher-drop li.active a,
.support-link-searcher-drop li:hover a {
  background-color: rgba(241, 243, 255, 0.6);
  color: #f66f6a;
}
.support-link-searcher-drop.show {
  display: block;
}
.support-nav .prod-name .caption {
  padding: 20px 0px 10px 25px;
  border-bottom: none;
}
.side-nav .search-box-l {
  display: none;
}
@media (max-width: 767px) {
  .side-nav .search-box-l {
    display: block !important;
    padding: 15px 15px 0px 15px;
    border-bottom: none;
  }
  .prod-name .search-box-l {
    display: none;
  }
}
.indicator-triangle {
  position: absolute;
  top: 43px;
  left: 16px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #f6f7ff;
  transition: left 0.3s linear;
  visibility: hidden;
}
.indicator-triangle:before {
  content: '';
  display: block;
  position: absolute;
  left: -150px;
  top: 5px;
  border-bottom: 12px solid #ddd;
  background-color: #f66f6a;
}
#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: 65px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -11px;
  background-image: url(./../images/support-doc-en-header-search-close.png);
  cursor: pointer;
  transition: 0.2s;
}
.support-dropdown-product-search-result {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 39px;
  border: 1px solid #ddd;
  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: 28px;
  padding-left: 10px;
  display: inline-block;
  color: #252b3a;
  width: 100%;
  transition: all 0.3s;
}
.support-dropdown-product-search-result li a:hover {
  color: #f66e6a;
  background: #eaeeff;
}
.support-dropdown-product-search-result .active a {
  color: #f66e6a;
  background: #eaeeff;
}
.header-container {
  position: static;
}
@media (max-width: 767px) {
  .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 {
  background: #F6F7FF;
  transition: background-color 1s;
  color: #3D3F43;
  padding: 30px 10px 10px 10px !important;
  border: 1px solid #E7E9FA;
}
.screen.ctnc {
  background-color: #f1f1f1;
  color: #333333;
}
.screen.ctnc ~ .btnCC {
  background-image: url(./../images/support-doc-en-cgc-m.png);
}
.screen.ctnc ~ .btnCP {
  background-image: url(./../images/support-doc-en-copy-m.png);
}
.screen.ctnc ~ .btnCC:hover {
  background-image: url(./../images/support-doc-en-cgc-h.png);
}
.screen.ctnc .btnCP:hover {
  background-image: url(./../images/support-doc-en-copy-h.png);
}
.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;
}
.codeblock.ctnc ~ .btnCC {
  background-image: url(./../images/support-doc-en-cgc-m.png);
}
.codeblock.ctnc ~ .btnCP {
  background-image: url(./../images/support-doc-en-copy-m.png);
}
.codeblock.ctnc ~ .btnCC:hover {
  background-image: url(./../images/support-doc-en-cgc-h.png);
}
.codeblock.ctnc ~ .btnCP:hover {
  background-image: url(./../images/support-doc-en-copy-h.png);
}
.btnCP {
  position: absolute;
  top: 10px;
  right: 44px;
  width: 24px;
  height: 24px;
  background-image: url(./../images/support-doc-en-copy-dark-m.png);
  background-size: cover;
  display: none;
  cursor: pointer;
}
.btnCP .btnCP-tip {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-bottom: 12px;
  transform: translate(-50%, 0);
  background-color: #1D213B;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  color: white;
  display: none;
}
.btnCP .btnCP-tip:before {
  content: "Copy";
}
.btnCP .btnCP-tip:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 8px;
  height: 8px;
  background-color: #1D213B;
  border-bottom-right-radius: 2px;
  margin-left: -4px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.btnCP .btnCP-tip.btnCP-tip-copied:before {
  content: "Copied";
}
.btnCP.hover .btnCP-tip {
  display: block;
}
.btnCP:hover {
  background-image: url(./../images/support-doc-en-copy-dark-h.png);
}
.btnCC {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background-image: url(./../images/support-doc-en-cgc-dark-m.png);
  background-size: cover;
  display: none;
  cursor: pointer;
}
.btnCC:hover {
  background-image: url(./../images/support-doc-en-cgc-dark-h.png);
}
.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: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: zoom-out;
  overflow: auto;
  opacity: 1;
  transition: opacity .4s;
  display: none;
}
.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: #f4f6f8;
  animation: zoomIn .3s;
  /* cursor: default; */
}
@media (max-width: 1023px) {
  .full-view-layer > img {
    height: auto;
    max-height: 90%;
  }
}
/* region text-guide */
@media (min-width: 1024px) {
  .help-main.has-guide {
    float: left;
    width: 690px;
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .support-main {
    padding-right: 50px !important;
  }
  .support-main .text-guide-container {
    position: static;
    width: 100%;
    background: #f8f9ff;
    padding: 0px 10px 0px 20px;
    margin-bottom: 20px;
  }
  .support-main .text-guide-container p {
    display: none;
  }
  .support-main .text-guide-container .text-guide-head i {
    font-size: 12px;
    line-height: 18px;
  }
  .support-main .text-guide-container .text-guide-body {
    padding-bottom: 10px;
  }
  .support-main .text-guide-container .text-guide-body .tex-guide-list {
    padding-left: 5px;
    overflow: hidden;
    margin-top: 0;
  }
  .support-main .text-guide-container .text-guide-body .tex-guide-list li {
    width: 80%;
    margin-bottom: 0px;
  }
  .support-main .text-guide-container .text-guide-body .tex-guide-list a {
    padding-right: 50px;
  }
  .support-main .more .tex-guide-list {
    margin-bottom: 10px;
  }
  .support-main .more p {
    display: block !important;
    font-size: 12px;
    color: #8a8d93;
    line-height: 18px;
    vertical-align: middle;
  }
  .support-main .more p.active span {
    transform: rotateX(180deg);
  }
  .support-main .more p span {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-right: 5px;
    background-image: url(./../images/support-doc-en-guide-go.png);
    background-size: contain;
    background-position: center center;
    transition: all 0.3s;
  }
}
.text-guide-container {
  position: absolute;
  width: 210px;
  font-size: 14px;
  line-height: 18px;
  right: 0px;
  top: 108px;
}
.text-guide-head {
  padding: 10px 5px 5px 0px;
  font-size: 14px;
  color: #8a8d93;
  line-height: 20px;
}
.text-guide-body .tex-guide-list li {
  border-left: 1px solid #e4e6f3;
  padding: 5px 0 5px;
  position: relative;
}
.text-guide-body .tex-guide-list li:after {
  display: none;
}
.text-guide-body .tex-guide-list li:first-child {
  padding: 10px 0 5px;
}
.text-guide-body .tex-guide-list li:last-child {
  padding: 5px 0 10px;
}
.tex-guide-list > li > a {
  max-height: 38px;
  padding: 0px 15px 0px 10px;
  font-size: 14px !important;
  line-height: 20px;
  color: #3b516a !important;
  overflow: hidden;
  display: block;
  word-wrap: break-word;
  display: -webkit-box;
  font-weight: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tex-guide-list > li a:hover,
.tex-guide-list > li.active a,
.tex-guide-list > li.active {
  color: #f66f6a !important;
}
.tex-guide-list > li a:hover:hover,
.tex-guide-list > li.active a:hover,
.tex-guide-list > li.active:hover {
  color: #f66f6a !important;
}
.tex-guide-list > li a:hover:before,
.tex-guide-list > li.active a:before,
.tex-guide-list > li.active:before {
  background: url(./../images/support-doc-en-guide-icon-h.png) no-repeat;
  background-size: 100% auto;
  background-position: center center;
  left: -7px;
}
.tex-guide-list > li a {
  position: relative;
  font-size: 16px;
  color: #002100;
}
.tex-guide-list > li a:hover {
  color: #f66f6a;
}
.text-guide-container.show {
  display: none;
}
.tex-guide-list > li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: -6px;
  width: 12px;
  height: 12px;
  margin-top: -2px;
  background: url(./../images/support-doc-en-guide-icon.png) no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.tex-guide-list > li:first-child:before {
  content: '';
  position: absolute;
  top: 15px;
  left: -6px;
  width: 12px;
  height: 12px;
  margin-top: -2px;
}
.tex-guide-list > li:last-child:before {
  content: '';
  position: absolute;
  top: 12px;
  left: -6px;
  width: 12px;
  height: 12px;
  margin-top: -2px;
}
.text-guide-container.fixed {
  position: fixed;
  top: 50px;
  right: 0px;
}
.text-guide-container.fixedd {
  width: calc(100% - 100px - 220px);
  position: fixed;
  top: 0;
  right: 50px;
  z-index: 700;
}
.text-guide-container.fixedd .tex-guide-list > li:before {
  top: 14px;
}
.text-guide-container.fixedd .text-guide-head span {
  width: 16px;
  height: 16px;
  font-size: 0px;
  display: block;
  background: url(./../images/support-doc-en-guide-slide.png) no-repeat;
  background-size: cover;
  background-position: center;
  float: left;
  margin-top: 3px;
  transition: all 0.3s;
}
.text-guide-container.fixedd .text-guide-head .active {
  transform: rotateX(180deg);
}
.text-guide-container.fixedd .text-guide-body p {
  display: none !important;
}
.text-guide-container.fixedd .text-guide-body .swiper-slide {
  padding: 0;
}
.text-guide-container.fixedd .text-guide-body .swiper-slide a {
  line-height: 36px;
}
@media (max-width: 1200px) {
  .tex-guide-list > li a:hover:hover,
  .tex-guide-list > li.active a:hover {
    color: #002100;
  }
  .tex-guide-list > li:first-child:before {
    top: 16px;
  }
  .tex-guide-list > li:before {
    top: 11px;
  }
  .tex-guide-list > li a:hover:before {
    background: url(./../images/support-doc-en-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(./../images/support-doc-en-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(./../images/support-doc-en-guide-bo.png) no-repeat;
    background-size: cover;
    margin-top: -10px;
  }
}
.guide-buoy {
  display: none;
}
@media (max-width: 767px) {
  .support-main {
    transition: height 0.1s;
    padding: 0px !important;
  }
  .support-main .text-guide-container {
    display: none;
  }
  .support-main .crumbs {
    background: #f7f8ff;
    padding: 10px 15px;
    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: 25px 15px 0px 15px;
  }
  .support-main .help-content .topictitle1 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .float-sidebar .shown-btn {
    display: none !important;
  }
  .guide-buoy {
    display: block;
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 65px;
    height: 65px;
    background: url(./../images/support-doc-en-guide-word.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 9999;
  }
  .guide-buoy.show {
    display: block;
  }
  .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: 18px;
    color: #66696f;
    line-height: 25px;
    margin-left: 40px;
  }
  .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: #f66f6a;
  }
  .text-guide-container .text-guide-body .tex-guide-list li a {
    line-height: 18px;
    padding-right: 20px;
    color: #002100;
  }
  .text-guide-container .text-guide-body .tex-guide-list li a:before {
    top: 3px;
  }
  .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: 90px;
    height: 107px;
    display: block !important;
    position: absolute;
    left: 20%;
    margin-left: -45px;
    bottom: 210px;
  }
}
.guide-model img {
  display: none;
}
body.iframe .relevant-content {
  display: none;
}
body.iframe .float-sidebar {
  display: none!important;
}
body.iframe .header {
  display: none;
}
body.iframe #header {
  display: none;
}
body.iframe #footer {
  display: none;
}
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 form .cui-btn.cui-btn-primary {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  font-size: 14px;
  color: #333333;
}
body.iframe .help-form form .cui-btn.cui-btn-primary:hover {
  box-shadow: none;
}
body.iframe .help-form form .cui-btn.cui-btn-outline-primary {
  background: #E41F2B;
  border-radius: 2px;
  font-size: 14px;
  color: #FFFFFF;
}
body.iframe .help-form .help-form-content {
  float: right;
  min-width: 0;
}
body.iframe .help-form .help-form-content a {
  font-size: 0;
  border: none;
  padding: 0;
  margin-bottom: 0;
  background: #F5FAFF;
  padding-left: 5px;
  height: 24px;
  min-width: 0;
}
body.iframe .help-form .help-form-content a span {
  margin: 0;
  vertical-align: sub;
}
body.iframe .help-form .help-form-content a:first-child {
  border-right: 2px solid #CCCCCC!important;
  padding-left: 0px;
  padding-right: 5px;
}
body.iframe .help-form .help-form-content a .help-form-n {
  background: url(./../images/support-doc-en-good.svg) !important;
  background-size: cover;
}
body.iframe .help-form .help-form-content a .help-form-y {
  background: url(./../images/support-doc-en-good-blue.svg) !important;
  background-size: cover;
}
body.iframe .guide-buoy {
  display: none!important;
}
body.iframe .updateTime,
body.iframe .help-view-edit,
body.iframe .help-view-pdf,
body.iframe .help-view-share,
body.iframe .help-view-share-bottom,
body.iframe .help-detail-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;
}
body.iframenew #header {
  display: none;
}
body.iframenew #footer {
  display: none!important;
}
body.iframenew .crumbs {
  display: none;
}
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-view-edit,
body.iframenew .help-view-pdf,
body.iframenew .help-view-share,
body.iframenew .help-view-share-bottom,
body.iframenew .help-detail-feedback {
  display: none;
}
body.iframenew .tm-adv-space {
  display: none;
}
.highlighttable .hll {
  background-color: #1d2129;
}
.highlighttable .c {
  color: #1c85bd;
  font-style: italic;
}
.highlighttable .err {
  color: #999999;
}
.highlighttable .k {
  color: #1c85bd;
  font-weight: bold;
}
.highlighttable .ch {
  color: #1c85bd;
  font-style: italic;
}
.highlighttable .cm {
  color: #5aa500;
}
.highlighttable .cp {
  color: #999999;
}
.highlighttable .cpf {
  color: #1c85bd;
  font-style: italic;
}
.highlighttable .c1 {
  color: #5aa500;
}
.highlighttable .cs {
  color: #1c85bd;
  font-weight: bold;
}
.highlighttable .gd {
  color: #999999;
  background-color: #ffdddd;
}
.highlighttable .ge {
  font-style: italic;
}
.highlighttable .gr {
  color: #d4343c;
}
.highlighttable .gh {
  color: #999999;
}
.highlighttable .gi {
  color: #999999;
  background-color: #ddffdd;
}
.highlighttable .go {
  color: #cd7b7b;
}
.highlighttable .gp {
  color: #999999;
}
.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: #4e69ff;
}
.highlighttable .s {
  color: #4e69ff;
}
.highlighttable .na {
  color: #e8e8e8;
}
.highlighttable .nt {
  color: #1c85bd;
  font-weight: bold;
}
.highlighttable .ow {
  font-weight: bold;
}
.highlighttable .w {
  color: #5ed782;
}
.highlighttable .mb {
  color: #4e69ff;
}
.highlighttable .mf {
  color: #4e69ff;
}
.highlighttable .mh {
  color: #4e69ff;
}
.highlighttable .mi {
  color: #999999;
}
.highlighttable .mo {
  color: #4e69ff;
}
.highlighttable .sa {
  color: #4e69ff;
}
.highlighttable .sb {
  color: #4e69ff;
}
.highlighttable .sc {
  color: #cb24c9;
}
.highlighttable .dl {
  color: #4e69ff;
}
.highlighttable .sd {
  color: #4e69ff;
}
.highlighttable .s2 {
  color: #4e69ff;
}
.highlighttable .se {
  color: #4e69ff;
}
.highlighttable .sh {
  color: #4e69ff;
}
.highlighttable .si {
  color: #4e69ff;
}
.highlighttable .sx {
  color: #4e69ff;
}
.highlighttable .sr {
  color: #4e69ff;
}
.highlighttable .s1 {
  color: #4e69ff;
}
.highlighttable .ss {
  color: #4e69ff;
}
.highlighttable .il {
  color: #4e69ff;
}
.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: #999999;
}
.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: #717171;
}
.highlighttable .ctnc .k {
  color: #006699;
  font-weight: bold;
}
.highlighttable .ctnc .ch {
  color: #006699;
  font-style: italic;
}
.highlighttable .ctnc .cm {
  color: #5aa500;
}
.highlighttable .ctnc .cp {
  color: #717171;
}
.highlighttable .ctnc .cpf {
  color: #006699;
  font-style: italic;
}
.highlighttable .ctnc .c1 {
  color: #5aa500;
}
.highlighttable .ctnc .cs {
  color: #006699;
  font-weight: bold;
}
.highlighttable .ctnc .gd {
  color: #717171;
  background-color: #ffdddd;
}
.highlighttable .ctnc .ge {
  font-style: italic;
}
.highlighttable .ctnc .gr {
  color: #d4343c;
}
.highlighttable .ctnc .gh {
  color: #717171;
}
.highlighttable .ctnc .gi {
  color: #717171;
  background-color: #ddffdd;
}
.highlighttable .ctnc .go {
  color: #8c6262;
}
.highlighttable .ctnc .gp {
  color: #717171;
}
.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: #4e69ff;
}
.highlighttable .ctnc .s {
  color: #4e69ff;
}
.highlighttable .ctnc .na {
  color: #717171;
}
.highlighttable .ctnc .nt {
  color: #006699;
  font-weight: bold;
}
.highlighttable .ctnc .ow {
  font-weight: bold;
}
.highlighttable .ctnc .w {
  color: #17b346;
}
.highlighttable .ctnc .mb {
  color: #4e69ff;
}
.highlighttable .ctnc .mf {
  color: #4e69ff;
}
.highlighttable .ctnc .mh {
  color: #4e69ff;
}
.highlighttable .ctnc .mi {
  color: #717171;
}
.highlighttable .ctnc .mo {
  color: #4e69ff;
}
.highlighttable .ctnc .sa {
  color: #4e69ff;
}
.highlighttable .ctnc .sb {
  color: #4e69ff;
}
.highlighttable .ctnc .sc {
  color: #800080;
}
.highlighttable .ctnc .dl {
  color: #4e69ff;
}
.highlighttable .ctnc .sd {
  color: #4e69ff;
}
.highlighttable .ctnc .s2 {
  color: #4e69ff;
}
.highlighttable .ctnc .se {
  color: #4e69ff;
}
.highlighttable .ctnc .sh {
  color: #4e69ff;
}
.highlighttable .ctnc .si {
  color: #4e69ff;
}
.highlighttable .ctnc .sx {
  color: #4e69ff;
}
.highlighttable .ctnc .sr {
  color: #4e69ff;
}
.highlighttable .ctnc .s1 {
  color: #4e69ff;
}
.highlighttable .ctnc .ss {
  color: #4e69ff;
}
.highlighttable .ctnc .il {
  color: #4e69ff;
}
.highlighttable .ctnc .nb {
  color: #fc2293;
}
.highlighttable .ctnc .nv {
  color: #aa7700;
}
.highlighttable .ctnc .nx,
.highlighttable .ctnc .o,
.highlighttable .ctnc .n,
.highlighttable .ctnc .nf {
  color: #717171;
}
.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 {
  border-right: 3px solid #6ce26c;
  color: #afafaf;
  text-align: right;
  padding: 0 0.5em 0 1em;
}
.highlighttable .codecoloring {
  line-height: 1.1em;
}
.highlighttable .code .highlight pre {
  font-family: 'Consolas', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
}
.highlighttable .code .highlight pre span {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
}
.highlighttable .highlight pre {
  padding: 0 1em;
}
.highlighttable .highlighttable pre {
  box-sizing: border-box;
  margin: 0;
}
.pre-box {
  position: relative;
}
.highlight pre {
  background: #f6f7ff;
  transition: all 1s;
  color: #3d3f43;
  padding: 30px 10px 10px 10px !important;
  border: 1px solid #e7e9fa;
  line-height: 22px;
}
.highlight pre .p {
  margin-bottom: 0px;
}
.highlight pre.ctnc ~ .btnCC {
  background-image: url(./../images/support-doc-en-cgc-m.png);
}
.highlight pre.ctnc ~ .btnCP {
  background-image: url(./../images/support-doc-en-copy-m.png);
}
.highlight pre.ctnc ~ .btnCC:hover {
  background-image: url(./../images/support-doc-en-cgc-h.png);
}
.highlight pre.ctnc ~ .btnCP:hover {
  background-image: url(./../images/support-doc-en-copy-h.png);
}
.highlighttable {
  width: 100%;
  margin-bottom: 20px;
  border-color: #ced1d8;
  table-layout: fixed;
}
.highlighttable .linenos {
  display: none;
}
code,
kbd,
pre,
samp {
  font-family: 'Consolas', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
}
/*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 .help-details {
  background-color: #fff;
}
.support-main .help-content .help-details .ca_details .tab_content .tab_list {
  background-color: #FFFFFF;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 70px;
}
.support-main .help-content .help-details .ca_details .tab_content .tab_list.show {
  display: none;
}
.support-main .help-content .help-details .ca_details .tab_content .tab_list.fixed {
  position: fixed;
  top: 0px;
  z-index: 1;
  margin-top: 0;
  padding: 10px 0 10px 70px;
}
.support-main .help-content .help-details .ca_details .tab_content .tab_list:before,
.support-main .help-content .help-details .ca_details .tab_content .tab_list:after {
  content: " ";
  display: table;
}
.support-main .help-content .help-details .ca_details .tab_content .tab_list:after {
  clear: both;
}
.support-main .help-content .help-details .ca_details .tab_content .tab_list li {
  float: left;
  width: 84px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #f66f6a;
  border-radius: 2px;
  -webkit-transition: background-color, 0.5s;
  transition: background-color, 0.5s;
  color: #F66F6A;
  padding-left: 0;
}
.support-main .help-content .help-details .ca_details .tab_content .tab_list li:after {
  display: none;
}
.support-main .help-content .help-details .ca_details .tab_content .tab_list li:hover {
  background: #F66F6A;
  color: #fff;
  box-shadow: 0 10px 20px 0 rgba(246, 111, 106, 0.3);
  border-radius: 2px;
}
.support-main .help-content .help-details .ca_details .tab_content .tab_list li a {
  color: inherit;
  width: 82px;
  height: 38px;
  display: block;
  -webkit-transition: all, 0s;
  transition: all, 0s;
  padding: 0;
  line-height: 38px;
}
.support-main .help-content .help-details .ca_details .tab_sub_content:last-child .border {
  display: none;
}
.support-main .help-content .help-details .ca_details .tab_sub_content .help_h4 {
  font-size: 14px;
  color: #8A8D93;
  line-height: 20px;
}
.support-main .help-content .help-details .ca_details .tab_sub_content .terms_list {
  margin-left: 11px;
  border-left: 1px solid #ddd;
  list-style: none;
  margin-top: 10px;
  padding-left: 25px;
}
.support-main .help-content .help-details .ca_details .tab_sub_content .terms_list li {
  position: relative;
  margin-left: 25px;
  padding-left: 50px;
  padding-bottom: 8px;
  margin-bottom: 6px;
}
.support-main .help-content .help-details .ca_details .tab_sub_content .terms_list li:after {
  display: none;
}
.support-main .help-content .help-details .ca_details .tab_sub_content .terms_list li .serial_number {
  position: absolute;
  height: 20px;
  text-align: center;
  left: -15px;
  background: #fff;
  font-size: 18px;
  color: #F66F6A;
  line-height: 20px;
}
.support-main .help-content .help-details .ca_details .tab_sub_content .terms_list li .item h5 {
  font-size: 18px;
  color: #3D3F43;
  line-height: 20px;
  font-weight: 600;
}
.support-main .help-content .help-details .ca_details .tab_sub_content .terms_list li .item p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #66696F;
  line-height: 24px;
}
.support-main .help-content .help-details .ca_details .tab_sub_content .terms_list li .item p a {
  font-size: 14px;
  color: #2D56B1;
  line-height: 24px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.support-main .help-content .help-details .ca_details .tab_sub_content .terms_list li .item p a:hover {
  color: #2D56B1;
  border-color: #2D56B1;
}
.support-main .help-content .help-details .ca_details .tab_sub_content .border {
  border-bottom: 1px dashed #ccc;
  margin-left: 115px;
  margin-top: -1px;
}
@media (max-width: 1199px) {
  .support-main {
    padding-right: 100px;
  }
  .support-main .help-content .help-details .ca_details .tab_sub_content .terms_list {
    margin-left: 10px;
  }
}
.crumbs .text {
  color: #3B516A;
}
/*移动端*/
@media (max-width: 768px) {
  .support-main {
    float: none;
    width: 100%;
    min-height: 500px;
    margin-left: 0px;
    padding-right: 0px;
  }
  .support-main .help-content .help-details {
    background-color: #fff;
  }
  .support-main .help-content .help-details .ca_details .tab_content .tab_list {
    margin-top: 0PX;
    margin-bottom: 25px;
    padding-left: 0px;
  }
  .support-main .help-content .help-details .ca_details .tab_content .tab_list.fixed {
    position: fixed;
    top: 44px;
    z-index: 1;
    padding: 10px 0 10px 0px;
  }
  .support-main .help-content .help-details .ca_details .tab_content .tab_list:before,
  .support-main .help-content .help-details .ca_details .tab_content .tab_list:after {
    content: " ";
    display: table;
  }
  .support-main .help-content .help-details .ca_details .tab_content .tab_list:after {
    clear: both;
  }
  .support-main .help-content .help-details .ca_details .tab_content .tab_list li {
    float: left;
    width: 63px;
    height: 25px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 16px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    -webkit-transition: background-color, 0.5s;
    transition: background-color, 0.5s;
    color: #F66F6A;
    border: 1px solid #F66F6A;
    border-radius: 2px;
  }
  .support-main .help-content .help-details .ca_details .tab_content .tab_list li :hover {
    background: #F66F6A;
    color: #fff;
    box-shadow: 0 10px 20px 0 rgba(246, 111, 106, 0.3);
    border-radius: 2px;
  }
  .support-main .help-content .help-details .ca_details .tab_content .tab_list li a {
    color: inherit;
    width: 63px;
    height: 25px;
    line-height: 25px;
    display: block;
    -webkit-transition: all 0s;
    transition: all 0s;
    padding: 0;
    margin: 0;
  }
  .support-main .help-content .help-details .ca_details .tab_sub_content:last-child .border {
    display: none;
  }
  .support-main .help-content .help-details .ca_details .tab_sub_content .help_h4 {
    font-size: 10px;
    color: #8A8D93;
    line-height: 10px;
  }
  .support-main .help-content .help-details .ca_details .tab_sub_content .terms_list {
    margin-left: 10px;
    border-left: 1px solid #ddd;
    list-style: none;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 11px;
  }
  .support-main .help-content .help-details .ca_details .tab_sub_content .terms_list li {
    position: relative;
    margin-left: 25px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .support-main .help-content .help-details .ca_details .tab_sub_content .terms_list li .serial_number {
    position: absolute;
    text-align: center;
    left: -26px;
    background: #fff;
    font-size: 14px;
    color: #F66F6A;
    line-height: 20px;
  }
  .support-main .help-content .help-details .ca_details .tab_sub_content .terms_list li .item h5 {
    font-size: 14px;
    color: #3D3F43;
    line-height: 21px;
  }
  .support-main .help-content .help-details .ca_details .tab_sub_content .terms_list li .item p {
    margin: 5px 0 5px;
    font-size: 14px;
    line-height: 21px;
    color: #3D3F43;
  }
  .support-main .help-content .help-details .ca_details .tab_sub_content .terms_list li .item p a {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
  }
  .support-main .help-content .help-details .ca_details .tab_sub_content .border {
    border-bottom: 1px dashed #ccc;
    margin-left: 65px;
  }
}

/*# sourceMappingURL=index.css.map*/