/*三级页面*/

body {
  color: #191919;
}
.main-index {
  background-color: #fff;
  top: 50px;
}
/* 左侧目录区域 */

ul.ztree {
  padding: 0px 0 0 35px !important;
  overflow-x: hidden;
  height: auto;
  overflow-y: auto;
}

.ztree li a:hover {
  text-decoration: none !important;
  color: #191919 !important;
}

.ztree li a {
  color: #191919;
}

.currentClass > a:before {
  content: none;
}

/* 左侧目录区域 - 打开关闭图标 */

.ztree li span.button.switch {
  width: 16px;
  height: 16px;
  margin-top: 0;
  top: 11px;
  right: 16px;
}

/* 中间面包屑 */

.page-nav {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
  left: 345px;
  width: calc(100% - 335px - 280px);
}

.help_breadcrumb {
  margin-bottom: 4px !important;
  margin: 24px 0 0 0;
}

/* 中间内容区域 */

/* .main-index .content-right {
  height: calc(100vh - 137px - 51px);
} */

.content-for-webmagic p {
  color: #595959;
  font-size: 14px;
}

.content-for-webmagic strong {
  color: #252b3a;
}

.content-for-webmagic a:hover {
  text-decoration: underline;
}

caption {
  font-size: 16px;
  font-weight: 700;
  color: #252b3a;
}

.pdf-view a {
  color: #191919;
}

.pdf-view a:hover {
  color: #191919;
}

.view-pdf:hover a,
.view-edit:hover a {
  text-decoration: none;
}

.view-edit,
.view-pdf {
  position: relative;
  display: inline-block;
}

.view-edit:hover a i {
  background: url(../../images/v1/help/edit_over.png) no-repeat center;
  background-size: cover;
}

.view-pdf a i {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../../images/v1/help/pdf.svg) no-repeat center;
  background-size: cover;
  vertical-align: middle;
  margin-bottom: 1px;
  transition: all 0.3s;
}

.view-edit a i {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../../images/v1/help/edit_out.png) no-repeat center;
  background-size: cover;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 1px;
  transition: all 0.3s;
}

/* 中间内容区域 - 注意 */

.note {
  background-color: #f8faff;
}

.notetitle {
  padding-left: 5px;
  font-weight: 700;
  color: #252b3a;
}

/* 中间内容区域 - 页脚 */

.content-footer {
  border-top: 1px solid #f3f4f5;
  height: 106px;
  padding: 15px 30px 0 30px;
  margin-top: 30px;
  font-size: 12px;
}

.parent-link {
  display: inline-block;
  width: 50%;
}

.parent-link strong {
  font-weight: 400;
  color: #8a8e99;
}

.parent-link a {
  color: #1476ff;
}

.parent-link a:hover {
  text-decoration: underline;
}

.copy-right {
  text-align: right;
  color: #adb0b8;
  display: inline-block;
  width: 49%;
}

/* 内容中的table样式 */

th.cellrowborder {
  text-align: left;
  background: #f2f5fc;
  border: 1px solid #dfe1e6;
}

th.cellrowborder strong,
th.cellrowborder p {
  line-height: 28px;
  padding: 0;
  color: #575d6c;
  font-weight: 400;
  font-size: 12px;
}

td.cellrowborder {
  border: 1px solid #dfe1e6;
}

td.cellrowborder p,
td.cellrowborder li {
  font-size: 14px;
  color: #252b3a;
}

.tablenoborder {
  overflow-x: auto;
}

.search-select {
  padding-right: 20px;
  height: 60px;
}
.version-select {
  width: 41%;
  top: 20px;
  border: 1px solid #c2c2c2;
  position: relative;
  background: #ffffff;
  height: 32px;
  line-height: 32px;
  border-radius: 6px;
  font-family: PingFang SC, PingFang SC-Regular;
  display: inline-block;
}
.version-select:hover,
.version-select:focus,
.version-select:active {
  border-color: #191919;
  cursor: pointer;
}
.switch {
  position: absolute;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1300;
  background: rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  outline: 0;
}
.moal-dialog {
  width: 550px;
  margin: 150px auto 0;
  position: relative;
  box-sizing: border-box;
}
.msg-modal-dialog {
  width: 400px;
}
.modal-content {
  position: relative;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  outline: 0;
}
.modal-hearder {
  padding: 32px 32px 28px;
  color: #191919;
  font-size: 20px;
  line-height: 100%;
  font-family: PingFang SC, PingFang SC-Medium;
  display: block;
  font-weight: 700;
}
.status-icon {
  width: 24px;
  margin-right: 8px;
}
.modal-body {
  padding: 0 32px;
}
.modal-footer {
  padding: 28px 32px 32px;
  border-radius: 0 0 2px 2px;
  text-align: center;
}
.close-icon {
  position: absolute;
  top: 8px;
  right: 20px;
  color: #575d6c;
  text-transform: none;
  text-rendering: auto;
  transform: scale(2);
  cursor: pointer;
}
.modal-footer button {
  background: #fff;
  border-radius: 16px;
  color: #000;
  border: 1px solid #595959;
  min-width: 85px;
  padding: 3px 24px;
}
.modal-footer .confirm {
  background: #191919;
  color: #fff;
  border: none;
}
.modal-footer .login-submit {
  color: #C2C2C2;
  background: #F0F0F0;
  cursor: not-allowed;
  border: none;
}

.modal-footer :not(:last-child) {
  margin-right: 16px;
}
.feed-content,
.tag-label {
  display: flex;
}
.modal-body > :not(:last-child) {
  margin-bottom: 24px;
}
.feed-text label {
  font-weight: normal;
}
.feed-text label input {
  margin: 0;
  margin-right: 8px;
}
.feed-title {
  margin-right: 24px;
  min-width: 80px;
}
.doc-feedTitle {
  width: 90px;
}
.feed-text1 {
  width: 80%;
}
.feed-text > :not(:last-child) {
  margin-right: 20px;
}
.side-bar {
  position: fixed;
  bottom: 150px;
  right: 0;
  background: #fff;
  border-radius: 32px;
  padding: 8px;
}
.side-bar .feed-modal,
.robot-link,
.phone {
  padding: 10px 0;
  cursor: pointer;
}
.feed-item {
  display: flex;
  flex-direction: column;
}
.required-icon {
  color: #f23030;
  vertical-align: middle;
}
.tel-input {
  width: 100%;
  border-radius: 6px;
  padding: 0 12px;
  border: 1px solid #c2c2c2;
  outline: none;
}
.tel-input:hover,
.tel-input:focus {
  border-color: #191919;
}
.select-span {
  width: 90%;
  position: absolute;
  background: url(../../images/v1/help/arrow_down.svg) no-repeat right;
  left: 6px;
  color: #191919;
  font-size: 14px;
}
.version-selectsel {
  width: 100%;
  display: none;
  min-width: 80px;
  position: absolute;
  top: 36px;
  margin: -1px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.08);
  font-size: 14px;
  max-height: 248px;
  overflow-y: auto;
  overflow-x: hidden;
  list-style: none;
  padding: 0 !important;
  z-index: 2;
  border-radius: 3px;
  padding: 4px 0 !important;
}
.version-item {
  color: #191919;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
}
.version-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 12px;
}

.search-area {
  width: 30%;
  display: flex;
  margin-top: 19px;
  position: relative;
}
.doc-name {
  padding: 6px 36px 0px 20px;
  font-weight: 700;
  word-break: break-all;
}
.solution-select {
  width: 46%;
  border: 1px solid #c2c2c2;
  position: relative;
  background: #ffffff;
  line-height: 32px;
  border-radius: 6px;
  display: inline-block;
  height: 32px;
  top: 20px;
  font-family: PingFang SC, PingFang SC-Regular;
}
.solution-select:hover,
.solution-select:focus,
.solution-select:active {
  border-color: #191919;
  cursor: pointer;
}
.solution-select .select-solution-span {
  width: 72%;
  position: absolute;
  left: 6px;
  color: #191919;
  font-size: 14px;
  line-height: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dropdown-arrow {
  background: url(../../images/v1/help/arrow_down.svg) no-repeat right;
  position: absolute;
  right: 6px;
  width: 16px;
  height: 16px;
  top: 8.5px;
}
.solution-select .solution-selectsel {
  width: 100%;
  display: none;
  min-width: 80px;
  position: absolute;
  top: 36px;
  margin: -1px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.08);
  font-size: 14px;
  max-height: 248px;
  overflow-y: auto;
  overflow-x: hidden;
  list-style: none;
  padding: 0 !important;
  z-index: 2;
  border-radius: 3px;
  padding: 4px 0 !important;
}
.solution-select .solution-item {
  color: #191919;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
}
.solution-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.doc-feedback {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 24px;
  text-align: center;
  background: #fff;
  font-size: 14px;
  color: #191919;
  border-radius: 2px;
  z-index: 9;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
  border: 1px solid #595959;
  font-family: PingFang SC, PingFang SC-Regular;
  border-radius: 20px;
}
.doc-feedback:hover,
.doc-feedback:active {
  border-color: #c2c2c2;
}
.show-doc-btn {
  visibility: visible;
  opacity: 1;
}
.image-zoom-in {
  cursor: zoom-in;
}
.image-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.4s;
  z-index: 1200;
  display: none;
  cursor: zoom-out;
}
#big-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: zoomIn 0.3s;
}
.show-view-box {
  display: block;
  animation: show-full-view 0.3s;
}
@keyframes show-full-view {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.doc-select {
  width: 43%;
  border: 1px solid #c2c2c2;
  position: relative;
  background: #ffffff;
  line-height: 32px;
  border-radius: 6px;
  display: inline-block;
  height: 32px;
  top: 0px;
  font-family: PingFang SC, PingFang SC-Regular;
}
.solution-select:hover,
.doc-select:focus,
.doc-select:active {
  border-color: #191919;
  cursor: pointer;
}
.doc-select .doc-selected-span {
  width: auto;
  position: absolute;
  background: url(../../images/v1/help/arrow_down.svg) no-repeat right;
  left: 12px;
  right: 12px;
  color: #191919;
  font-size: 14px;
  line-height: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.doc-select .doc-selectsel {
  width: 100%;
  display: none;
  min-width: 80px;
  position: absolute;
  top: 36px;
  margin: -1px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.08);
  font-size: 14px;
  max-height: 248px;
  overflow-y: auto;
  overflow-x: hidden;
  list-style: none;
  padding: 0 !important;
  z-index: 2;
  border-radius: 3px;
  padding: 4px 0 !important;
}
.doc-select .doc-item {
  color: #191919;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
}
.doc-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 12px;
}
.feed-text .select-text {
  margin-top: 10px;
  color: #8a8e99;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
}
textarea {
  width: 100%;
  outline: none;
  border-radius: 6px;
  resize: none;
  border-color: #c2c2c2;
  padding: 8px 12px;
}
textarea:hover,
textarea:focus {
  border-color: #191919;
}
.version-tip {
  display: inline-block;
  position: relative;
  top: 6px;
  cursor: pointer;
}
.version-detail {
  position: absolute;
  width: 700px;
  padding: 24px;
  overflow-y: auto;
  height: auto;
  max-height: 80vh;
  background: #fff;
  top: 50px;
  left: 301px;
  box-shadow: 8px 0 24px 0 rgba(0, 0, 0, 0.16);
  display: none;
  transition: all 0.3s, width 0s, height 0s;
  z-index: 10;
}
.version-detail h1 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 16px;
}
.version-detail table {
  table-layout: fixed;
  margin-bottom: 16px;
}
.version-detail table th{
  padding: 8px 20px 7px;
  outline: none;
  line-height: 28px;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  font-family:  PingFang SC, PingFang SC-Medium;
  background-color: #f5f5f5;
  color: #595959;
  text-align: left;
}
.version-detail table td {
  padding: 8px 12px;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  font-family:  PingFang SC, PingFang SC-Medium;
  color: #191919;
  word-break: break-all;
}
.show-version-detail {
  display: block;
}
.title-level2 {
  font-size: 14px;
  margin-bottom: 8px;
}
.p-l-24 {
  padding-left: 24px;
}
.close-modal {
  position: absolute;
  right: 32px;
  top: 20px;
  cursor: pointer;
}
/* 移动端适配 */
@media screen and (max-width: 414px) {
  #headNav1 {
    display: none;
  }
  .page-nav {
    width: calc(100% - 20px);
    left: 15px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .main-index .content-right {
    width: 100%;
    height: auto;
    left: 15px;
  }
  .copy-right {
    display: none;
  }
  .pdf-view {
    float: right;
  }
  .search-area {
    width: 100%;
    flex-direction: column;
  }
  .doc-select {
    width: 100%;
  }
  .searchdivtp {
    width: 100%;
    top: 43px;
  }
  .help_breadcrumb {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .moal-dialog {
    width: auto;
    margin: 10px;
  }
  .modal .msg-modal-dialog {
    width: 400px;
  }
  .version-detail {
    width: 100%;
    left: 0;
    top: 195px;
  }
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  #headNav1 {
    display: none;
  }
  .page-nav {
    width: calc(100% - 20px);
    left: 15px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .copy-right {
    display: none;
  }
  .main-index .content-right {
    width: 100%;
    height: auto;
    left: 15px;
  }
  .pdf-view {
    float: right;
  }
  .search-area {
    width: 100%;
  }
  .doc-select {
    width: 41%;
  }
  .searchdivtp {
    width: 57%;
  }
  .help_breadcrumb {
    margin-top: 24px;
  }
  .version-detail {
    width: 100%;
    left: 0;
    top: 195px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .page-nav {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .help_breadcrumb {
    margin-top: 24px;
  }
  .search-area {
    width: 100%;
  }
  .doc-select {
    width: 41%;
  }
  .searchdivtp {
    width: 57%;
  }
}

@media screen and (min-width: 1024px) {
  .content-anchor {
    display: inline-block;
    position: fixed;
    top: 85px;
    right: 20px;
    width: 230px;
    height: calc(100vh - 137px);
    padding-left: 0px;
    background-color: #fff;
  }
  .content-left {
    left: 0px;
  }
  .pdf-view {
    position: absolute;
    display: inline-block;
    top: 40px;
    right: 30px;
  }
  .main-index .content-right {
    height: calc(100vh - 137px - 51px);
    left: 345px;
  }
}
