html,
body,
p,
a {
  margin: 0;
  padding: 0;
  text-decoration: unset;
}
::-webkit-scrollbar {
  width: 2px;
  /* 设置滚动条的宽度 */
}
/* 设置滚动条轨道的样式 */
::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
/* 设置滚动条的宽度和颜色 */
::-webkit-scrollbar-thumb {
  background-color: #ddd;
  width: 10px;
  /* 设置滚动条的宽度 */
  border-radius: 50px;
}
.guide {
  background: #f4f5f9;
  display: flex;
  color: #57585a;
}
.guide .guide-l {
  width: 370px;
  height: calc(100vh - 40px);
  flex-shrink: 0;
  overflow-y: auto;
  box-sizing: border-box;
  background: #f4f5f9;
  padding: 10px 35px;
}
.guide .guide-l .title {
  color: #9b9b9b;
  font-weight: bold;
  margin: 20px 0;
  font-size: 16px;
}
.guide .guide-l ul {
  padding: 0;
  margin: 0;
}
.guide .guide-l li {
  list-style: none;
}
.guide .guide-l li p {
  cursor: pointer;
  margin: 20px 0;
}
.guide .guide-l li p:hover {
  color: #1677ff;
}
.guide .guide-l li .active {
  color: #1677ff;
}
.guide .guide-l .level-1 p {
  font-size: 16px;
  font-weight: bold;
}
.guide .guide-l .level-2 {
  padding-left: 40px;
}
.guide .guide-l .level-2 p {
  font-size: 14px;
  font-weight: bold;
}
.guide .guide-l .level-3 {
  padding-left: 40px;
}
.guide .guide-l .level-3 p {
  font-size: 14px;
  font-weight: normal;
}
.guide .guide-r {
  height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 40px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  box-shadow: 2px 0 12px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.guide .guide-r p {
  margin-bottom: 8px;
  line-height: 22px;
  word-break: break-all;
}
.guide .guide-r img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
}
.guide .guide-r .menu-l {
  font-weight: bold;
  margin-bottom: 30px;
}
.guide .guide-r .menu-l p {
  line-height: unset;
}
.guide .guide-r .menu-l-40 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.guide .guide-r .menu-l-22 {
  font-size: 22px;
}
.guide .guide-r .menu-l-18 {
  font-size: 18px;
}
.guide .guide-r .menu-l-16 {
  font-size: 16px;
}
.guide .guide-r .indent {
  text-indent: 24px;
}
.guide .guide-r .blue {
  color: #1677ff;
}
.guide .guide-r .mt30 {
  margin-top: 30px;
}
.guide .guide-r .bg-gray {
  background: #ebebeb;
  padding: 0 6px;
  border-radius: 4px;
  margin: 0 3px;
}
.guide .guide-r .warn {
  background: #fff0e1;
  padding: 4px 6px;
  border-left: 3px solid #ff9832;
}
.guide .guide-r .info {
  background: #eff7ff;
  padding: 4px 6px;
  border-left: 3px solid #62b1ff;
}
.footer-wrap-b {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  background: #333;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.footer-wrap-b span,
.footer-wrap-b a {
  color: #999;
  overflow: hidden;
  line-height: 26px;
}
.footer-wrap-b a:hover {
  color: #fff;
}
.footer-wrap-b a:hover span {
  color: #fff;
}
/*# sourceMappingURL=guide.css.map */