.main-button {
  border-radius: 2px;
  background: linear-gradient(274deg, #005aff 0%, #1a99fd 100%) !important;
}
.pop-frame .ant-btn-primary,
.confirmation-box .ant-btn-primary {
  background: linear-gradient(274deg, #005aff 0%, #1a99fd 100%) !important;
}
/*
  *lineNum: 参数，行数
  */
.comment-button {
  min-width: 73px;
  padding: 0 10px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: #ff5125;
}
.comment-button:hover {
  color: #fff;
  background-color: #F62 !important;
  border-color: #f62 !important;
}
.comment-button:active {
  border-color: #ff5125;
  color: #fff;
  background: #ff5125;
}
.comment-button:focus {
  border-color: #ff5125;
  color: #fff;
  background: #ff5125;
}
.login-modal .ant-modal-content {
  border-radius: 6px;
  overflow: hidden;
}
.bigImgSrcModal {
  top: 30px;
  position: relative;
  z-index: 999;
}
.bigImgSrcModal .ant-modal-body {
  padding: 0;
}
.bigImgSrcModal .bigImgSrcModalIcon {
  position: fixed;
  top: 84%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9999;
  color: #d9d9d9;
}
.bigImgSrcModal .bigImgSrcModalIcon .circleIcon {
  font-size: 44px;
  cursor: pointer;
}
.bigImgSrcModal .bigImgSrcModalIcon .circleNum {
  margin: 0 20px;
  font-size: 34px;
}
.nodehub-detail .ant-modal-body {
  min-height: 0;
}
.nodehub-detail .floatButtonBlackTop {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 25px;
  background: linear-gradient(180deg, #f5f0f8 0%, #fff 100%);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 1002;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.nodehub-detail .btn {
  height: 32px;
  cursor: pointer;
  color: #fff;
  background: #FF5125;
  border-radius: 2px;
}
.nodehub-detail .btn:hover {
  border-color: #e09dfc;
}
.nodehub-detail .btn:active {
  border-color: #e09dfc;
}
.nodehub-detail .sidebar {
  width: 200px;
  float: left;
  background-color: #f0f0f0;
}
.nodehub-detail .sidebar ul {
  padding-left: 0;
}
.nodehub-detail .sidebar ul li {
  margin-bottom: 5px;
}
.nodehub-detail .sidebar ul li a {
  color: #000;
  text-decoration: none;
}
.nodehub-detail .content {
  margin-left: 220px;
  padding: 10px;
}
.nodehub-detail .header-link-2,
.nodehub-detail .header-link-3 {
  visibility: hidden;
}
.nodehub-detail .anchor:hover .header-link-2,
.nodehub-detail .anchor:hover .header-link-3 {
  visibility: visible;
}
.nodehub-detail .header-link-2 {
  margin-left: -20px;
}
.nodehub-detail .header-link-3 {
  margin-left: -40px;
}
.nodehub-detail .title-one-top {
  width: 1200px;
  overflow: hidden;
}
@media (min-width: 1600px) {
  .nodehub-detail .title-one-top {
    width: 1440px;
  }
}
.nodehub-detail .review-div {
  width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .nodehub-detail .review-div {
    width: 1440px;
  }
}
.nodehub-detail .review-div .title-top {
  width: 100%;
  overflow: hidden;
  background: #F6F8F9;
  border-bottom: 1px solid #eaeef5;
}
.nodehub-detail .review-div .title-top .title-top-text {
  width: 1200px;
  margin: 0 auto;
  margin-top: 36px;
  margin-bottom: 24px;
  padding: 0 15px;
}
@media (min-width: 1600px) {
  .nodehub-detail .review-div .title-top .title-top-text {
    width: 1440px;
  }
}
.nodehub-detail .review-div .title-top .title-top-text .title {
  margin-bottom: 8px;
}
.nodehub-detail .review-div .title-top .title-top-text .title .title-text {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}
.nodehub-detail .review-div .title-top .title-top-text .title .title-button {
  float: right;
}
.nodehub-detail .review-div .title-top .title-top-text .title .title-button button {
  margin-left: 12px;
}
.nodehub-detail .review-div .title-top .title-top-text .title .title-button .icon-like {
  margin-right: 6px;
}
.nodehub-detail .review-div .title-top .title-top-text .title .title-button .icon-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.nodehub-detail .review-div .title-top .title-top-text .title-desc {
  color: #40444c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-left: 2px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.nodehub-detail .review-div .title-top .title-top-text .title-means .title-author {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.nodehub-detail .review-div .title-top .title-top-text .title-means .title-time {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.nodehub-detail .review-div .title-top .title-top-text .title-means .title-apart {
  height: 11px;
  width: 2px;
  background-color: #e9e9e9;
  display: inline-block;
}
.nodehub-detail .review-div .title-top .title-top-text .title-means .label {
  margin-right: 5px;
  width: 32px;
  height: 22px;
  padding: 4px 8px;
  color: #555961;
  background: #f2f3f5;
  font-size: 14px;
  border-radius: 2px;
  font-weight: 500;
}
.nodehub-detail .title-top {
  width: 100%;
  overflow: hidden;
  background: #F6F8F9;
  border-bottom: 1px solid #eaeef5;
}
.nodehub-detail .title-top .title-review-top {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  overflow: hidden;
  background: #fff7e3;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 15px;
  border-radius: 7px;
}
@media (min-width: 1600px) {
  .nodehub-detail .title-top .title-review-top {
    width: 1440px;
  }
}
.nodehub-detail .title-top .title-review-top .title-top-review-text {
  width: 1200px;
  margin: 0 auto;
  padding-top: 8px;
}
@media (min-width: 1600px) {
  .nodehub-detail .title-top .title-review-top .title-top-review-text {
    width: 1440px;
  }
}
.nodehub-detail .title-top .title-review-top .title-top-review-text .title {
  margin-bottom: 8px;
}
.nodehub-detail .title-top .title-review-top .title-top-review-text .title .title-text {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}
.nodehub-detail .title-top .title-review-top .title-top-review-text .title .title-button {
  float: right;
}
.nodehub-detail .title-top .title-review-top .title-top-review-text .title .title-button button {
  margin-left: 12px;
}
.nodehub-detail .title-top .title-review-top .title-top-review-text .title .title-button .icon-like {
  margin-right: 6px;
}
.nodehub-detail .title-top .title-review-top .title-top-review-text .title .title-button .icon-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.nodehub-detail .title-top .title-review-top .title-top-review-text .title-desc {
  color: #40444c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-left: 2px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.nodehub-detail .title-top .title-review-top .title-top-review-text .title-means .title-author {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.nodehub-detail .title-top .title-review-top .title-top-review-text .title-means .title-time {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.nodehub-detail .title-top .title-review-top .title-top-review-text .title-means .title-apart {
  height: 11px;
  width: 2px;
  background-color: #e9e9e9;
  display: inline-block;
}
.nodehub-detail .title-top .title-review-top .title-top-review-text .title-means .label {
  margin-right: 5px;
  width: 32px;
  height: 22px;
  padding: 4px 8px;
  color: #555961;
  background: #f2f3f5;
  font-size: 14px;
  border-radius: 2px;
  font-weight: 500;
}
.nodehub-detail .title-top .title-top-text {
  width: 1200px;
  margin: 0 auto;
  margin-top: 22px;
  padding: 0 15px;
}
@media (min-width: 1600px) {
  .nodehub-detail .title-top .title-top-text {
    width: 1440px;
  }
}
.nodehub-detail .title-top .title-top-text .title {
  margin-bottom: 8px;
}
.nodehub-detail .title-top .title-top-text .title .title-text {
  color: #242933;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}
.nodehub-detail .title-top .title-top-text .title .title-button {
  float: right;
  display: flex;
}
.nodehub-detail .title-top .title-top-text .title .title-button button {
  margin-left: 12px;
}
.nodehub-detail .title-top .title-top-text .title .title-button .icon-like {
  margin-right: 6px;
}
.nodehub-detail .title-top .title-top-text .title .title-button .icon-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.nodehub-detail .title-top .title-top-text .title .title-button .icon-text-l {
  border-radius: 30px;
  border: 1px solid #40444C;
  background: #fff;
  color: #40444C;
  width: 82px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 30px;
  margin-right: 8px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.nodehub-detail .title-top .title-top-text .title .title-button .icon-text-r {
  border-radius: 30px;
  border: 1px solid #40444C;
  background: #fff;
  color: #40444C;
  width: 56px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.nodehub-detail .title-top .title-top-text .title .title-button .follow-btn {
  border: 1px solid #b9bcc1;
  background: #fff;
  color: #b9bcc1;
}
.nodehub-detail .title-top .title-top-text .title-desc {
  color: #40444c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-left: 2px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.nodehub-detail .title-top .title-top-text .apache-label {
  width: 94px;
  height: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #f77234;
  padding: 4px 8px;
  border-radius: 2px;
  background: #fff3e8;
}
.nodehub-detail .title-top .title-top-text .title-means .title-author {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.nodehub-detail .title-top .title-top-text .title-means .title-time {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.nodehub-detail .title-top .title-top-text .title-means .title-apart {
  height: 11px;
  width: 2px;
  background-color: #e9e9e9;
  display: inline-block;
}
.nodehub-detail .title-top .title-top-text .title-means .label {
  margin-right: 5px;
  width: 32px;
  height: 22px;
  padding: 4px 8px;
  color: #555961;
  background: #f2f3f5;
  font-size: 14px;
  border-radius: 2px;
  font-weight: 500;
}
.nodehub-detail .nodehub-detail-content {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
}
.nodehub-detail .nodehub-detail-content .ant-col-6 {
  padding-right: 0 !important;
  padding-left: 6px !important;
}
@media (min-width: 1600px) {
  .nodehub-detail .nodehub-detail-content {
    width: 1440px;
  }
}
.nodehub-detail .nodehub-detail-content .right-information {
  width: 100%;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  margin-bottom: 16px;
}
.nodehub-detail .nodehub-detail-content .right-information .introduce-image {
  height: 225px;
  width: 100%;
}
.nodehub-detail .nodehub-detail-content .right-information .introduce-icon {
  width: 20px;
  height: 20px;
  margin-top: -4px;
}
.nodehub-detail .nodehub-detail-content .right-information .introduce-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.8;
  margin-left: 8px;
}
.nodehub-detail .nodehub-detail-content .right-information .introduce-divider {
  margin: 12px 0;
  background-color: #979797;
}
.nodehub-detail .nodehub-detail-content .right-information .introduce-tag {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
}
.nodehub-detail .nodehub-detail-content .right-information .introduce-url {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nodehub-detail .nodehub-detail-content .right-information .introduce-url a {
  color: #1d2129;
}
.nodehub-detail .nodehub-detail-content .p12 {
  padding: 15px;
  height: 70px;
}
.nodehub-detail .nodehub-detail-content .information-btn {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  height: 42px;
  display: block;
}
.nodehub-detail .nodehub-detail-content .information-btnL {
  width: 64.46%;
  color: #fff;
  background: #FF5125;
  border: 1px solid #FF5125;
  border-radius: 4px;
  float: left;
  cursor: pointer;
}
.nodehub-detail .nodehub-detail-content .information-git {
  width: 100%;
}
.nodehub-detail .nodehub-detail-content .information-git a {
  width: 100%;
  color: #FF5125;
  display: block;
  border: 1px solid #FF5125;
  border-radius: 4px;
}
.nodehub-detail .nodehub-detail-content .information-git a:hover {
  background-color: #FFEDE8;
}
.nodehub-detail .nodehub-detail-content .information-mum {
  position: absolute;
  top: 220px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #F2F2F2;
  width: 280px;
}
@media (min-width: 1600px) {
  .nodehub-detail .nodehub-detail-content .information-mum {
    width: 360px;
  }
}
.nodehub-detail .nodehub-detail-content .detail-project {
  margin-bottom: 15px;
  width: 100%;
  padding: 20px 18px;
  background: #ffffff;
  border-bottom: 1px solid #eaeef5;
}
.nodehub-detail .nodehub-detail-content .detail-project img {
  max-width: 100%;
  height: auto;
  display: block;
}
.nodehub-detail .nodehub-detail-content .markdown-body {
  width: 100%;
  padding: 0 20px 18px 20px;
  background: #ffffff;
  border-bottom: 1px solid #eaeef5;
  color: #252933;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  overflow-x: hidden;
  word-break: break-word;
}
.nodehub-detail .nodehub-detail-content .markdown-body .copy {
  display: none;
  position: absolute;
  right: 4px;
  top: 4px;
  color: #ffffff;
  background-color: #9999aa;
  padding: 2px 8px;
  margin: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05);
}
.nodehub-detail .nodehub-detail-content .markdown-body h1 {
  color: #242933;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e5e6eb;
}
.nodehub-detail .nodehub-detail-content .markdown-body h2 {
  color: #242933;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e6eb;
}
.nodehub-detail .nodehub-detail-content .markdown-body h3 {
  color: #242933;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.nodehub-detail .nodehub-detail-content .markdown-body h4 {
  color: #242933;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.nodehub-detail .nodehub-detail-content .markdown-body h5 {
  font-size: 14px;
  line-height: 18px;
  color: #242933;
  font-weight: 600;
}
.nodehub-detail .nodehub-detail-content .markdown-body h6 {
  font-size: 12px;
  line-height: 16px;
  color: #242933;
  font-weight: 600;
}
.nodehub-detail .nodehub-detail-content .markdown-body p {
  margin-bottom: 22px;
  margin-top: 22px;
  color: #40444c;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.nodehub-detail .nodehub-detail-content .markdown-body img {
  max-width: 100%;
}
.nodehub-detail .nodehub-detail-content .markdown-body hr {
  border-top: 1px solid #dddddd;
}
.nodehub-detail .nodehub-detail-content .markdown-body code {
  background-color: #fff5f5;
  border-radius: 2px;
  color: #ff502c;
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
  font-size: 0.87em;
  overflow-x: auto;
  padding: 0.065em 0.4em;
  word-break: break-word;
}
.nodehub-detail .nodehub-detail-content .markdown-body pre {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
  line-height: 1.75;
  overflow: auto;
  position: relative;
}
.nodehub-detail .nodehub-detail-content .markdown-body pre:hover .copy {
  display: inline;
}
.nodehub-detail .nodehub-detail-content .markdown-body pre > code {
  background: #f8f8f8;
  color: #333333;
  display: block;
  font-size: 12px;
  margin: 0;
  overflow-x: auto;
  padding: 15px 12px;
  word-break: normal;
}
.nodehub-detail .nodehub-detail-content .markdown-body a {
  color: #0269c8;
  text-decoration: none;
}
.nodehub-detail .nodehub-detail-content .markdown-body a:active {
  color: #275b8c;
}
.nodehub-detail .nodehub-detail-content .markdown-body a:hover {
  color: #275b8c;
}
.nodehub-detail .nodehub-detail-content .markdown-body table {
  border: 1px solid #f6f6f6;
  display: inline-block !important;
  font-size: 12px;
  max-width: 100%;
  overflow: auto;
  width: auto;
}
.nodehub-detail .nodehub-detail-content .markdown-body thead {
  background: #f6f6f6;
  color: #000000;
  text-align: left;
}
.nodehub-detail .nodehub-detail-content .markdown-body tr:nth-child(2n) {
  background-color: #fcfcfc;
}
.nodehub-detail .nodehub-detail-content .markdown-body td {
  line-height: 24px;
  min-width: 120px;
  padding: 12px 7px;
  border: 1px solid #f6f6f6;
  font-size: 14px;
}
.nodehub-detail .nodehub-detail-content .markdown-body th {
  line-height: 24px;
  padding: 12px 7px;
  border: 1px solid #f6f6f6;
  font-size: 16px;
}
.nodehub-detail .nodehub-detail-content .markdown-body blockquote {
  background-color: #f8f8f8;
  border-left: 4px solid #cbcbcb;
  color: #666666;
  margin: 22px 0;
  padding: 1px 23px;
}
.nodehub-detail .nodehub-detail-content .markdown-body blockquote:after {
  content: '';
  display: block;
}
.nodehub-detail .nodehub-detail-content .markdown-body blockquote > p {
  margin: 10px 0;
}
.nodehub-detail .nodehub-detail-content .markdown-body ol {
  padding-left: 28px;
}
.nodehub-detail .nodehub-detail-content .markdown-body ol li {
  margin-bottom: 0;
  padding-left: 6px;
}
.nodehub-detail .nodehub-detail-content .markdown-body ol li .task-list-item ol {
  margin-top: 0;
}
.nodehub-detail .nodehub-detail-content .markdown-body ol li .task-list-item ul {
  margin-top: 0;
}
.nodehub-detail .nodehub-detail-content .markdown-body ol ol {
  margin-top: 3px;
}
.nodehub-detail .nodehub-detail-content .markdown-body ol ul {
  margin-top: 3px;
}
.nodehub-detail .nodehub-detail-content .markdown-body ul {
  padding-left: 28px;
}
.nodehub-detail .nodehub-detail-content .markdown-body ul li {
  margin-bottom: 0;
}
.nodehub-detail .nodehub-detail-content .markdown-body ul li .task-list-item ol {
  margin-top: 0;
}
.nodehub-detail .nodehub-detail-content .markdown-body ul li .task-list-item ul {
  margin-top: 0;
}
.nodehub-detail .nodehub-detail-content .markdown-body ul ol {
  margin-top: 3px;
}
.nodehub-detail .nodehub-detail-content .markdown-body ul ul {
  margin-top: 3px;
}
.nodehub-detail .nodehub-detail-content .markdown-body .contains-task-list {
  padding-left: 0;
}
.nodehub-detail .nodehub-detail-content .markdown-body h1,
.nodehub-detail .nodehub-detail-content .markdown-body h2,
.nodehub-detail .nodehub-detail-content .markdown-body h3,
.nodehub-detail .nodehub-detail-content .markdown-body h4,
.nodehub-detail .nodehub-detail-content .markdown-body h5,
.nodehub-detail .nodehub-detail-content .markdown-body h6 {
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 35px;
  padding-bottom: 5px;
}
.nodehub-detail .nodehub-detail-content .detail-comment {
  margin-bottom: 16px;
  width: 100%;
  padding: 20px 18px;
  overflow: hidden;
  background: #fff;
}
.nodehub-detail .nodehub-detail-content .detail-comment .comment-button {
  width: 73px;
  height: 28px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: #ff5125;
}
.nodehub-detail .nodehub-detail-content .detail-comment .comment-button:hover {
  background-color: #F62 !important;
}
.nodehub-detail .nodehub-detail-content .sidebar-box {
  width: 100%;
  border: 1px solid #f2f2f2;
}
.nodehub-detail .nodehub-detail-content .sidebar-box video {
  max-width: 100%;
}
.nodehub-detail .nodehub-detail-content .sidebar-box .sidebar {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #FF5125;
  border-radius: 2px;
}
.nodehub-detail .nodehub-detail-content .sidebar-box .sidebar:hover {
  border-color: #e09dfc;
}
.nodehub-detail .nodehub-detail-content .sidebar-box .sidebar:active {
  border-color: #e09dfc;
}
.nodehub-detail .nodehub-detail-content .sidebar-mum {
  position: absolute;
  top: 80px;
  width: 100%;
  background-color: #ffffff;
  padding: 0 18px;
  font-size: 14px;
  overflow: auto;
  padding-bottom: 14px;
  border-radius: 2px;
  border: 1px solid #F2F2F2;
}
.nodehub-detail .nodehub-detail-content .sidebar-mum::-webkit-scrollbar-thumb {
  background: #FF5125;
}
.nodehub-detail .nodehub-detail-content .sidebar-mum .introduce-mum-divider {
  border-color: #979797;
  margin: 0;
  padding: 0;
}
.nodehub-detail .nodehub-detail-content .sidebar-mum .catalog-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  mix-blend-mode: normal;
  opacity: 0.8;
  margin-top: 16px;
  margin-bottom: 14px;
}
.nodehub-detail .nodehub-detail-content .sidebar-mum .catalog-title .introduce-icon {
  width: 20px;
  height: 20px;
  margin-top: -4px;
}
.nodehub-detail .nodehub-detail-content .sidebar-mum .sidebar-link {
  display: block;
  padding: 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4e5969;
  margin: 0;
  cursor: pointer;
}
.nodehub-detail .nodehub-detail-content .sidebar-mum .sidebar-link:hover {
  background: #f2f3f5;
}
.nodehub-detail .nodehub-detail-content .sidebar-mum .active {
  color: #FF5125;
  position: relative;
}
.nodehub-detail .nodehub-detail-content .sidebar-mum .active::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -22px;
  width: 8px;
  height: 16px;
  border-radius: 25%;
  background-color: #FF5125;
}
.nodehub-detail .nodehub-detail-content .sidebar-mum ul {
  padding-bottom: 14px;
}
.nodehub-detail .nodehub-detail-content .sidebar-mum ul li {
  color: #252933;
  font-weight: 400;
  padding-top: 8px;
}
.nodehub-detail .mr12 {
  margin-right: 12px;
}
.codeModal .ant-modal-body {
  padding: 0 0 8px;
}
.codeModal .codeButtonAdmin {
  padding: 3px 8px 0;
}
.codeModal .codeButtonAdmin .codeButtonLeft {
  width: 60%;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #4e5969;
}
.codeModal .codeButtonAdmin .codeButtonRight {
  width: 40%;
  display: inline-block;
  text-align: right;
}
.codeModal .codeButtonAdmin .codeButtonRight .codeButtonFalse {
  border-radius: 2px;
}
.codeModal .codeButtonAdmin .codeButtonRight .codeButtonFalse:hover {
  color: #FF5125;
  border-color: #FF5125;
}
.codeModal .codeButtonAdmin .codeButtonRight .codeButtonCopa {
  border-radius: 2px;
  border-color: #FF5125;
  background: #FF5125;
}
.codeModal .codeButtonAdmin .codeButtonRight .codeButtonCopa:hover {
  border-color: #FF5125;
}
.apache-label-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
}


/*# sourceMappingURL=[id].2f0f14ae.chunk.css.map*/