.breadcrumb {
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(18, 17, 39, 0.08);
  height: 64px;
  display: flex;
  align-items: center;
  width: 100%;
}
.cate_select_container {
  display: flex;
  justify-content: end;
  margin-bottom: 24px;
}

.breadcrumb_item {
  text-transform:capitalize;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #6C6B80;
}

.breadcrumb-text-container {
  display: flex;
  align-items: center;
}
.breadcrumb-last-text-container {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .breadcrumb {
    margin: 0 auto;
    width: 95%;
  }
  .cate_select_box_spinner {
    right: 12px;
  }
}
.feedback-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feedback-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #121127;
}

.feedback-icon {
  margin-top: 16px;
  font-size: 34px;
  line-height: 34px;
}

/* faq自定义引入样式*/
.editor-content-view table tr:nth-child(2n) {
    background-color: #f8f8f8;
}

.editor-content-view p {
    white-space: pre-wrap; /* 保留空格 */
}
.editor-content-view li {
    list-style: unset;
}
/*.editor-content-view p,*/
/*.editor-content-view li {*/
/*    white-space: pre-wrap; !* 保留空格 *!*/
/*}*/

.editor-content-view blockquote {
    border-left: 8px solid #d0e5f2;
    padding: 10px 10px;
    margin: 10px 0;
    background-color: #f1f1f1;
}

.editor-content-view code {
    font-family: monospace;
    background-color: #eee;
    padding: 3px;
    border-radius: 3px;
}
.editor-content-view pre>code {
    display: block;
    padding: 10px;
}

.editor-content-view table {
    border-collapse: collapse;
}
.editor-content-view td,
.editor-content-view th {
    border: 1px solid #ccc;
    min-width: 50px;
    height: 20px;
}
.editor-content-view th {
    background-color: #f1f1f1;
}

.editor-content-view ul {
    padding-left: 20px;
    /*list-style:disc inside;*/
}
.editor-content-view ol {
    padding-left: 20px;
    list-style:decimal inside;
}

.editor-content-view input[type="checkbox"] {
    margin-right: 5px;
}


#fullArticle table th, #fullArticle table td {
  vertical-align: middle;
}
/*自定义引入样式*/
