:root {
  font-size: 16px;
  /* overflow-y: hidden; */
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  color: #606266;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* 滚动条样式 */

/*定义滚动条高宽及背景高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道内阴影+圆角*/
::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px; */
  background-color: #f5f5f5;
}

/*定义滑块内阴影+圆角*/
::-webkit-scrollbar-thumb {
  /* border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555; */
  background-image: linear-gradient(180deg, #8ec461 0%, #6bcdba 99%);
  box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
  border-radius: 100px;
}

/* 滚动条样式 */

.cp-header-row {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  padding: 10px;
  line-height: 40px;

  width: 100%;

  position: fixed;
  top: 0px;
  height: auto;
  /* background-image: url("../images/header-bg.png"); */

  margin-left: 0 !important;
  margin-right: 0 !important;
  z-index: 1000;
}

.cp-header-row a {
  font-size: 1rem;
  font-weight: 300;
}

.cp-header-row p,
.cp-drawer-nav p {
  margin: 0;
  font-size: 1rem;
}

.cp-header-logo {
  max-width: 150px;
}

.cp-header-row .el-input__inner {
  font-size: 1rem;
}

.cp-header-title p {
  font-size: 1rem;
  font-weight: bolder;
}

.cp-header-title>.el-link {
  vertical-align: unset;
}

.cp-header-left-container {
  display: flex;
  align-items: center;
  justify-content: left;
}

.cp-header-right-container {
  display: flex;
  align-items: center;
  justify-content: right;
}

@media (max-width: 992px) {
  .cp-header-left-container>.cp-header-sidebar-toggle {
    display: inline-block !important;
  }

  .cp-header-right-container {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .el-col-md-6 {
    display: unset;
  }
}

.cp-header-query {
  width: 200px;
}

.cp-header-links-container {
  margin-left: 20px;
}

.cp-header-links-container>.el-link {
  margin-left: 20px;
}

.cp-header-title span {
  font-weight: bolder !important;
  font-size: xx-large;
}

.cp-header-sidebar-button .icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.cp-header-sidebar-toggle,
.cp-header-sidebar-toggle:active {
  padding-left: 0;
  display: none;
  border: 0;
  color: unset !important;
  line-height: 18px;
  font-size: 18px;
  background: transparent !important;
}

.cp-drawer-nav {
  padding: 5px;
}

.cp-drawer-nav-span {
  display: block;
  margin-top: 18px;
  margin-left: 25px;
}

/* .cp-drawer-nav-span::before {
  content: "";
  background: url(../images/book.icon.png) no-repeat center;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  top: 6px;
} */

span.cp-drawer-nav-span>a {
  font-size: 1rem;
}

.cp-content-container-menu {
  position: fixed;
  right: 16px;
  bottom: 10px;
}

.cp-main-row {
  margin-top: 70px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cp-nav-tree-node {
  font-size: 1rem;
}

.cp-nav-tree-node .el-link {
  font-size: 1rem;
}

.cp-nav-tree-node-link{
  color:#67C23A;
}

.cp-nav-chapter-title {
  /* text-decoration: underline;
    font-weight: bold; */
}

/* .cp-nav-chapter-title::before {
  content: " ";
  background: url(../images/chapter.icon.png) no-repeat center;
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 4px;
} */

.cp-nav-mobile .el-tree-node__content {
  margin-top: 10px;
}

.cp-main-row-side-nav .el-tree-node__content {
  margin-top: 8px;
}

.cp-header-query-result {
  position: fixed;
  background: white;
  box-shadow: 0px 5px 10px 5px #b7b7b7;

  padding: 10px;
  top: 53px;
  width: 33.33%;
  max-height: 80%;
  overflow: auto;
}

.cp-content-feedbackurl,
.cp-content-prepage,
.cp-content-nextpage {
  width: 38px;
  height: 38px;
  line-height: 45px;
  border-radius: 50%;
  border: 1px solid #dcdfe6;
  background: #fff;
  /* position: absolute; */
  font-size: 60%;
  color: #99b977;
  transition: 0.6s;
  margin-bottom: 10px;
}

.cp-content-feedbackurl:hover,
.cp-content-prepage:hover,
.cp-content-nextpage:hover {
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}

.cp-drawer-search-mobil {
  padding: 10px;
  font-size: 1rem;
}

.cp-header-query-result-mobil {
  overflow: auto;
  height: calc(100vh - 70px);
  margin-top: 10px;
}

.cp-main-row-side-nav {
  /* max-height: calc(100vh - 80px); */
  font-size: 1rem;
  overflow: auto;
  height: calc(100vh - 75px);
}

.cp-main-row-content-container {
  /* background-color: yellow; */
  border-left: solid 1px #f1f1f1;
  width: calc(100% - 20px);
  height: calc(100vh - 96px);
  padding: 10px;
  overflow: auto;
}

/* 页面主要内容区域样式 */

.cp-content-empty>span {
  /* color: red; */
}

.cp-content-empty>div {
  display: none;
  min-height: 200px;
  width: 100%;
  background-image: url();
  background-repeat: no-repeat;
  background-size: contain;
}

.cp-content-slot {
  max-width: 940px;
  margin: 0 auto;
  /* padding: 1rem 2.5rem; */
}

.cp-content-slot strong {
  /* font-size: 1.5rem; */
}

.cp-content-slot h1 {
  font-size: 1.6rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #eaecef;
  margin-top: 2.5rem;
}

.cp-content-slot h1 span {
  font-size: 1.6rem;
}

.cp-content-slot h1 strong span {
  font-size: 1.6rem;
}

.cp-content-slot h2 {
  font-size: 1.2rem;
}

.cp-content-slot h2 span {
  font-size: 1.2rem;
}

.cp-content-slot h2 strong span {
  font-size: 1.2rem;
}

.cp-content-slot p span img {
  vertical-align: middle;
}

.cp-content-slot p,
.cp-content-slot span,
.cp-content-slot ul,
.cp-content-slot ol {
  font-size: 1rem;
  line-height: 1.7;
  margin: 5px 0;
}

.cp-content-slot ul,
.cp-content-slot ol {
  padding-left: 15px;
}

.cp-content-slot a,
.cp-content-slot p a code {
  color: #3eaf7c;
}

.cp-content-slot a {
  text-decoration: none;
  cursor: pointer;
}

.cp-content-slot a:hover {
  text-decoration: underline;
} 

.cp-content-slot .warning-panel,
.cp-content-slot .danger-panel {
  padding: 0.5rem 0.5rem;
  border-left-width: 0.5rem;
  border-left-style: solid;
}

.cp-content-slot .danger-panel-content,
.cp-content-slot .warning-panel-content {
  resize: both;
}

.cp-content-slot .warning-panel-title,
.cp-content-slot .danger-panel-title {
  font-weight: 600;
  margin-bottom: 15px;
}



.cp-content-slot .warning-panel {
  background-color: rgba(255, 229, 100, 0.3);
  border-color: #e7c000;
  color: #6b5900;

}


.cp-content-slot .danger-panel {
  background-color: #ffe6e6;
  border-color: #c00;
  color: #4d0000;
}


table.danger-panel__wrap, table.warning-panel__wrap {
  margin: 8px 0;
}

/* collapse-panel */
.cp-content-slot .collapse-panel {
  border-color: #ebeef5;
  border-top: 1px solid #ebeef5;
  border-bottom: 1px solid #ebeef5;
  color: #303133;
}

.cp-content-slot .collapse-panel-item-header {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  color: #303133;
  cursor: pointer;
  border-bottom: 1px solid #ebeef5;
  font-size: 13px;
  font-weight: 500;
  transition: border-bottom-color 0.3s;
  outline: none;
  height: fit-content;
  padding: 18px 0px;
}

/* .collapse-panel-item-header .is-active {
  border-bottom-color: transparent;
} */
.cp-content-slot .collapse-panel-item-header-inner {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
}

.cp-content-slot .collapse-panel-item-header-icon {
  width: 2em;
  margin-right: 5px;
}

.cp-content-slot .collapse-panel-item-header-text {
  display: inline-block;
}

.cp-content-slot .collapse-panel-item-header-arrow {
  margin: 0 8px 0 auto;
  transition: transform 0.3s;
  font-weight: 300;
  color: inherit;
  height: 1em;
  min-width: 1em;
  line-height: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  fill: currentColor;
  font-size: inherit;
}

/* .cp-content-slot .collapse-panel-item-header-arrow .is-active {
  transform: rotate(90deg);
} */

.cp-content-slot .collapse-panel-item-content__wrap {
  will-change: height;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #ebeef5;
}

.cp-content-slot .collapse-panel-item-content {
  /* display: none; */
}

.cp-content-slot .collapse-panel-item-content .is-active {
  /* display: block !important; */
}

/* image-point */
.cp-content-slot .image-point-img-view {
  cursor: pointer;
  position: relative;
}

.cp-content-slot .image-point-marker {
  position: absolute;
  /* background: red; */
  opacity: 0.7;
  background-color: red;
  /* box-shadow: 0 2px 4px rgb(0 0 0 / 20%); */
  border-radius: 100%;
  border: 2px solid #ffffffc7;
  box-sizing: border-box;
  border-style: inset;
}

.image-point-uploader-view {
  border: 1px solid #d7d7d7;
  background-color: #fff;
  color: #303133;
  transition: 0.3s;
  box-shadow: 0 2px 20px 1px rgb(161 161 161 / 75%);
}

.cp-content-slot .image-point-popper {
  background: #ffffff;
  min-width: 150px;
  border-radius: 4px;
  border: 1px solid #e4e7ed;
  padding: 12px;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 14px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  word-break: break-all;
  position: absolute;
  padding: 5px 11px;
  font-size: 12px;
  line-height: 20px;
  min-width: 10px;
  word-wrap: break-word;
  visibility: visible;
  background: #ffffff;
  z-index: 2;
}

.cp-content-slot .image-point-popper-arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 1;
}

.cp-content-slot .image-point-popper-arrow:before {
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: -1;
  content: " ";
  transform: rotate(45deg);
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid #e4e7ed;
  right: 0;
  border-left-width: 0px;
  border-top-width: 0px;
}

.cp-content-slot .image-point-popper-links p {
  margin: 0px;
  padding: 0px;
}

.cp-content-slot .internallink-tmplink::after {
  content: "#";
  color: white;
  background: red;
  position: relative;
  padding: 0 4px;
  border-radius: 0 50% 50% 0;
  margin-left: 4px;
}

.cp-content-slot .internallink-tmplink::before {
  content: "#";
  color: white;
  background: red;
  padding: 0 4px;
  border-radius: 50% 0 0 50%;
  margin-right: 4px;
}

.cp-content-slot .internallink-tmplink {
  color: red;
  padding: 0 10px;
  border-radius: 6px;
}

/* 页面主要内容区域样式 */

/* 空白站内链接样式 */
.cp-content-slot .internallink-tmplink::after {
  content: "#";
  color: white;
  background: red;
  position: relative;
  padding: 0 4px;
  border-radius: 0 50% 50% 0;
  margin-left: 4px;
}

.cp-content-slot .internallink-tmplink::before {
  content: "#";
  color: white;
  background: red;
  padding: 0 4px;
  border-radius: 50% 0 0 50%;
  margin-right: 4px;
}

.cp-content-slot .internallink-tmplink {
  color: red;
  padding: 0 10px;
  border-radius: 6px;
}

/*scroll-container */
.cp-content-slot .scroll-container-panel {
  overflow: auto;
}

/* 图形边框样式*/
.cp-content-slot .img-border {
  border: 2px solid rgb(177 177 177 / 58%);
}

/* 空白站内链接样式 */

/* 折叠面板样式 */

/* 折叠面板样式 */

/* 表格中的段落样式 */
td {
  padding: 2px !important;
}

td p {
  margin: 5px !important;
  line-height: 1.4 !important;
}

/* 菜单按钮换成呼吸灯 */
.cp-header-sidebar-toggle .el-icon-s-unfold::before {
  content: "";
  display: block;
  width: 26px;
  height: 20px;
  background: url(../images/menu.gif);
  background-size: cover;
}

/* Intro样式: 去掉header行 */
.introjs-tooltip-header{
  display: none;
}