body {
  margin: 0;
  padding: 0;
}

.doc-content {
  background: #F6F6F7;

}

html ::-webkit-scrollbar {
  width: 0px;
  height: 8px;
  background-color: #eeeeee;
  border-radius: 6px;
}

html ::-webkit-scrollbar-thumb {
  background-color: #d4d9e1;
  border-radius: 6px;
}

/* .doc-nav {
  position: relative;
}

.doc-nav .drop-box {
  position: absolute;
  right: 354px;
  top: 0px;
  display: flex;
  align-items: center;

} */

.login_btn {
  /* margin-top: 8px;
  display: flex;
  margin-left: auto;
  align-items: center;

  height: 34px;

  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  background: #FA5132;
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  text-align: center;
  cursor: pointer; */

  cursor: pointer;
  margin-top: 20px;
  width: 110px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  background: rgb(250, 81, 50);
  border-radius: 5px;
}

.login_btn a:hover {
  color: #fff;
}

.doc-nav {
  padding: 0 40px;
  box-sizing: border-box;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  color: #b4bacc;
  font-size: 14px;
}

.doc-nav a {
  text-decoration: none;
}

.doc-body {
  margin: 0 auto;
  width: 1150px;
  min-width: 1150px;
  display: flex;
  justify-content: space-between;

}

.doc-body .doc-main {
  /* border-radius: 10px; */
  flex: 1;
  display: flex;
  gap: 10px;
  min-height: 800px;
  overflow: hidden;
}

.doc-body .doc-aside {
  position: fixed;
  top: 70px;

  display: flex;
  flex-direction: column;
  padding: 10px;
  box-sizing: border-box;
  width: 135px;
  min-height: 145px;
  max-height: 400px;
  background-color: #fff;
}

.doc-body .doc-aside li {
  text-align: left;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #555555;
}

.doc-body .doc-aside a:link,
.doc-body .doc-aside a:visited,
.doc-body .doc-aside a:active {
  color: #6f6f6f;
  text-decoration: none;
}

.doc-body .doc-aside ul {
  margin: 0;
  padding: 0;
  left: 0;
  font-size: 12px;
}

.doc-body .doc-aside li {
  padding: 0;
  left: 0;
  list-style: none;
}

.doc-body .doc-main .doc-text-info {
  min-height: 800px;
  margin-top: 10px;
  width: 735px;
  background-color: #fff;
  padding: 0 30px 30px 30px;
  overflow-y: auto;
  box-sizing: border-box;
  word-wrap: break-word;
}

.doc-body .doc-main .doc-text-info img {
  width: 100%;
}

.doc-body .doc-main .doc-text-info pre {
  display: block !important;
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f6f8fa;
  border-radius: 3px;
  word-wrap: normal;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  color: #333;
}

.doc-body .doc-main .doc-text-info pre code {
  display: inline;
  max-width: auto;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  border: 0;
  padding: .2em .4em;
  margin: 0;
  background-color: transparent;
  border-radius: 3px;
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
  font-style: normal;
  font-weight: 400;
}

.doc-body .doc-main .doc-text-info strong {
  font-size: 14px;
  font-weight: 600 !important;
}

.doc-body .doc-main .doc-text-info h1 {
  font-size: 24px !important;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #1d2129;
  line-height: 33px;
  border: 0;
}

.doc-body .doc-main .doc-text-info p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #25345c;
  line-height: 22px;
}

.doc-body .doc-main .doc-text-info table {
  margin-bottom: 16px;
  display: block;
  width: 100%;
  overflow: auto;
  border-spacing: 0;
  border-collapse: collapse;
}

.doc-body .doc-main .doc-text-info tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}

.doc-body .doc-main .doc-text-info th {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #25345c;
  line-height: 20px;
  text-align-last: left;
  padding: 10px 13px;
  background: #f8f9fc;
  border: 1px solid #e6ebf5;
  min-width: 120px;
  font-style: normal;
}

.doc-body .doc-main .doc-text-info tbody {
  box-sizing: border-box;
}

.doc-body .doc-main .doc-text-info td {
  text-align: left;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #656e85;
  line-height: 22px;
  border: 1px solid #e6ebf5;
  padding: 6px 13px;
  word-break: break-all;
}

.doc-content .header {
  background-color: #fff;
  width: 100%;
  height: 80px;
}

.doc-content .header-main {
  box-sizing: border-box;
  display: flex;
  width: 1260px;
  margin: 0 auto;
  padding-top: 26px;
}

.doc-content .header-main .logo-img {
  margin-right: 8px;
}

.doc-content .header-main .logo-title {
  margin-right: 50px;
  line-height: 24px;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}

.doc-content .header-main .home-tab {
  cursor: pointer;
  margin-right: 50px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.doc-content .header-main .doc-center {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding-bottom: 4px;
  border-bottom: 4px solid #FA5132;
}

.doc-content .tree {

  box-sizing: border-box;
  width: 260px;
  overflow-y: auto;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}

.doc-content .tree ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.doc-content .tree ul li {
  word-break: normal;
  box-sizing: border-box;
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.doc-content .tree .active {
  background: rgba(250, 81, 50, 0.1);
  border-radius: 5px 5px 5px 5px;

  font-weight: 400;
  font-size: 14px;
  color: #FA5132;
}

.ul-active {
  padding-left: 30px !important;
}

.a-hide {
  display: none;
}

.doc-content .tree a {
  padding: 10px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  color: #333;
  cursor: pointer;
  font-size: 14px;
}

.doc-content .tree a img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.doc-content .tree span {
  cursor: pointer;
}

.hot-active {
  color: #FA5132 !important;
}

#dropdown-menu {
  display: none;
  position: absolute;
  top: 32px;
  left: -38px;
  background: #fff;
  padding: 16px;
  text-align: left;
  box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.18);
  width: 120px;
  font-size: 14px;
  color: #333;
}

#online {
  display: flex;
  margin-left: auto;
  align-items: center;
}

#dropdown-menu1 {
  display: none;
  position: absolute;
  top: 42px;
  right: 0;
  background: #fff;
  padding: 8px 0;
  text-align: left;
  box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.18);
  width: 160px;
  font-size: 14px;
  color: #333;
}

.navbar-right .dropdown-menu {
  left: -6px;
  box-shadow: none;
  padding: 0;
  margin: 0;
  top: 60px !important;
  background: transparent;
}

#user {
  font-family:
    Microsoft YaHei,
    Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding-left: 8px;
}

#user_ava {
  border-radius: 50%;
}

.btn-item {
  display: flex;
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  color: #6f6f6f;
  text-decoration: none;
}

/* .btn-item:hover {
  color: #fff;
  background: #FA5132;
} */

a {
  text-decoration: none;
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease-in-out;
}

.loader {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #FA5132;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loaded .loader-container {
  opacity: 0;
  pointer-events: none;
}

/* 媒体查询小于1980的时候 */
@media screen and (min-width: 1920px) {
  .doc-body .doc-aside {
    position: fixed;
    top: 130px;
    right: 385px;
  }
}

/* 媒体查询小于1980大于1600 的时候  */
@media screen and (min-width: 1800px) and (max-width: 1919px) {
  .doc-body .doc-aside {
    position: fixed;
    top: 130px;
    right: 18.5% !important;
  }
}

/* 媒体查询小于1980大于1600 的时候  */
@media screen and (min-width: 1600px) and (max-width: 1800px) {
  .doc-body .doc-aside {
    position: fixed;
    top: 130px;
    right: 14.5% !important;
  }
}

/* 媒体查询小于1980大于1600 的时候  */
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .doc-body .doc-aside {
    position: fixed;
    top: 130px;
    right: 10% !important;
  }
}

/* 媒体查询小于1980大于1600 的时候  */
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .doc-body .doc-aside {
    position: fixed;
    top: 130px;
    right: 3% !important;
  }
}

/* 最大1200的时候 */
@media screen and (max-width: 1200px) {
  .doc-body .doc-aside {
    position: fixed;
    top: 130px;
    right: 0 !important;
  }
}