body{
    background-color: #f7f8fa;
    margin: 0;
}
ul li{
    list-style-type: none;
    width: 100%;
    height: 100%; /* 铺满父元素高度 */
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.favpart{
    display: flex;
    width: 68px;
    height: 25px;
    padding: 5px 0px 0px 5px;
    background: #ffffff;
    border: 2px solid white;
    border-radius: 5px;
    box-shadow: #efefef 1px 0px 4px 4px;
}
.favpartdiv{
    width: unset;
    display: flex;
    height: 25px;
    padding: unset;
    background: unset;
    border: unset;
    border-radius: unset;
    box-shadow:unset;
}
.guide-div span ,.guide-div p ,.guide-div a {
    font-size: 16px;
    max-width: 750px;
    /*margin: 10px 0px;*/
}
img:not(.icon) {
    margin: 20px 0px;
}
header img:not(.icon){
    margin: 0 0 0 18px;
}
.segment{
    padding-left: 25px;
}
.icon{
    width:25px;
    height:25px;
}
.guide-div {
    display: flex;

}


.guide-nav {
    position: fixed;
    /*top: 60px;*/
    left: 0;
    height: 100vh; /* 100%视口高度，使其充满整个屏幕高度 */
    overflow-y: auto; /* 如果内容超出视口高度，允许滚动 */
    /*z-index: 2; !* 设置一个比较大的z-index值，确保它在其他元素之上 *!*/
    /*max-width: 345px;*/
    border-right: 1px solid #f2f3f5;
    padding-right: 20px;
    /*min-width: 333px;*/
    width: 300px;
    background-color: #FFFFFF;

}
.guide-body{
    /*background: hsla(0,0%,100%,.9);*/
    border-radius: 12px;
    /*padding: 32px;*/
    min-height: calc(100vh - 64px);
    width: calc(100% - 321px);
    /*max-width: 1024px;*/
    margin: 0 auto;
    margin-left:325px;
}
.header-fav ,.header-title,.head{
    display: flex;
}
/*.guide-body{*/
/*    width: 100%;*/
/*}*/
.guide-body-content{
    /*background: linear-gradient(rgba(255, 255, 255, 0) 0px, rgb(255, 255, 255) 70vh, rgb(255, 255, 255) 100%), url(../imgs/guide/background.png) center top / 100% no-repeat;*/
    background-position: center top;
    /*background-size: 100%;*/
    /*min-width: 1000px;*/
}
.guide-body-content-div{
    padding: 10px 10px 0 10px;
    position: relative;
    top: 55px;
}
.header-title{
    flex: 1;
}
.guide-body-div{
    background: hsla(0,0%,100%,.9);
    border-radius: 12px;
    padding: 32px 0 0 100px;
    min-height: calc(100vh - 64px);
    /*max-width: 1024px;*/
    /*margin: 0 auto;*/
}
.header-titlepart{
    display: flex;
}
.guide-body-count{
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 0 50px;
}
.header-titlepart span {
    font-size: 28px;
    color: black;
    font-weight: 700;
    margin:0;
}
.favpart img{
    margin:0;
}
.header-titlepart div{
    margin-right: 10px;
}
.guide-body-title{
    margin-bottom: 45px;
}
.learn-img{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: none;
    outline: none;
}
.favpart img{
    width: 20px;
    height: 20px;
}
.header-title img{
    width: 25px;
    height: 25px;
 }

.connect{
    color: #1677ff;
}

.module_searchNav{
    display: flex;
    align-items: center;
    margin: 16px 0px 0 20px;
}

.module_searchBar {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #f4f5f5;
    font-size: 14px;
    color: #bec0bf;
    flex: 1;
    border-radius: 8px;
    position: relative;
    padding-left: 8px;
}

.search-text {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    right: 8px;
}

.module_searchNav span{
    font-size: 16px;
    margin:5px;
}


.main,.dirCata-list{
    display: flex;
    align-items: center;
    /*padding: 0px 40px;*/
    /*padding: 0px 40px;*/
    padding-left: 10px;
    margin: 0px 0px 0 20px;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    height: 40px;
}

.main:hover,.ant-tabs-content-li  .catalogTreeItem:hover{
    background-color:#dfdfdf;
}
.directory span ,.dirCata-list span{
    margin-left: 10px;
}
.asideActionsCont{
    display: flex;
    /*justify-content: flex-end;*/
    align-items: center;
}
.actionItem{display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    color: #8a8f8d;
    cursor: pointer;
    transition: background .35s ease-in-out;
    border-radius: 2px;}

.directorybody{
    /*flex: auto;*/
    min-width: 0;
    min-height: 0;
    margin-top: -10px;

}
.ant-tabs-content {
    /*display: flex;*/
    width: 100%;
}
.ant-tabs-tabpane {
    flex: none;
    width: 100%;
    outline: none;
}
.ant-tabs-tabheight{
    height: 540px;
    width: 100%;
}
.catalogTreeItem{
    display: flex;
    align-items: center; /* 上下居中 */
    left: 0px;
    top: 36px;
    height: 40px;
    /*width: 100%;*/
    cursor: pointer;
    color: #262626;
    font-size: 14px;
    padding-left: 10px;
    border-radius: 8px;
    margin-top: 2px;
}
.count-document{
    margin-right: 30px;
}
.guide-body-count b{
    margin-right: 7px;
}

.count-document span ,.count-char span {
    font-size: 14px;
    color: #8a8f8d;
}
.allview{
    max-width: 100%;
    /* display: inline-block; */
    text-align: left;
    padding: 0 80px;
    background-color: #FFFFFF;
    border-radius: 12px;
    margin: 0 10px 10px 10px;

}
.allview-part{
    /*max-width: 1200px;*/
    /*display: inline-block; !* 让元素变成内联块级元素 *!*/
    max-width: calc(100% - 340px);
    text-align: left;
    padding-left: 0px;

}

@media screen and (min-width:1400px) {

    .allview-part{
        max-width: 1200px;
        display: inline-block; /* 让元素变成内联块级元素 */
        text-align: left;
        padding-left: 0;
        background-color: #FFFFFF;
        margin-top: 10px;
        margin-left: 10px;

    }
}

.commentdiv{
    background: #fff;
    line-height: 34px;
    box-shadow: 0 2px 4px 0 rgb(143 146 153 / 28%);
    max-width: 1000px;
}
.commnettitle{
    margin:20px 0;
    padding-right: 2%;
    /*padding-top: 2%;*/
    padding-left: 2%;
    /*padding-bottom: 1%;*/
}
.guide-div .active{
    background-color: #dfdfdf;
}

.active li,.active span{
    font-weight: 600;
}

.ant-tabs-content ul{
    padding-inline-start: 20px;
}
.licon{
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 5px;

}
.section2 .catalogTreeItem{
    padding-left: 20px;
}
.section2-2 .catalogTreeItem{
    padding-left: 50px;
}

.rotate-icon {
    transition: transform 0.5s ease; /* 添加过渡效果 */
}

.expand {
    transform: rotate(0deg); /* 向左旋转90度 */
}

.retract {
    transform: rotate(-90deg); /* 向右旋转90度 */
}

.section2-2{
    display: none;
}

.guide-nav::-webkit-scrollbar-button {
    display: none;
}

/* 定义滚动条轨道的样式 */
.guide-nav::-webkit-scrollbar-track {

}

/* 定义滚动条的样式 */
.guide-nav::-webkit-scrollbar {
    width: 5px; /* 宽度 */
    border-radius: 5px;
}

/* 定义滚动条滑块的样式 */
.guide-nav::-webkit-scrollbar-thumb {
    background-color: #eff0f0;
}

.doc-head-inner{
    display: flex;
    border: none;
    border-bottom: 1px solid #f2f3f5;
    transform: translateY(0);
    transition: transform .2s ease .2s,left .2s cubic-bezier(.1,0,0,1) 0s;
    will-change: transform,left;
    font-size: 14px;
    background-color: #fff;
    position: fixed; /* 使用 fixed 定位 */
    top: 0; /* 将 top 属性设置为 0，即顶部 */
    width: 100%;
    z-index: 1;
}
.header-crumb{
    overflow: hidden;
    padding: 10px 16px 16px 16px;
    float: left;
    display: flex;
    align-items: center;
    flex: 1;

}

.header-crumb-text{
    font-size: 14px;
    color: #585a5a;
    max-width: 400px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-action{
    float: right;
    padding: 10px 16px 16px 16px;
    height: 100%;
    color: #262626;
    display: flex;
    align-items: center;
}
/*.favpart .hasfulltext{*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*}*/
.dirCata{
    flex: 1;
}
.dirCata {
    display: flex;
}
.dirCata-svg{
    padding-top: 3px;
}
.dirCatatext{
    display: flex;
}
.icon{
    padding-left: 2px;
}
.icon-fav{
    padding-left: 4px;
}
div .no-fav-icon{
    width: 25px;
    height: 25px;
    margin: 0;
    padding-left: 4px;
}
.allview-part div .click-left{
    margin:0;
    padding: 0 4px;
}

.allview-part {
    max-width: 100%; /* 设置容器的最大宽度，可以是具体的像素值或百分比 */
    display: inline-block;
    text-align: left;

}

.allview-part img {
    max-width: 100%; /* 设置图片的最大宽度 */
    height: auto; /* 保持宽高比例 */
}
.bookCatalog-module-span{
    display: flex;
    align-items: center;
}
.AsideActions{
    left: 8px;
    transform-origin: 0px -4px;
    position: relative;
}
.ant-popover-inner{
    background-color: #fff;
    box-shadow: 0 8px 16px 4px rgba(0,0,0,.04);
    border: 1px solid #e7e9e8;
    border-radius: 8px;
    width: 180px;
    padding:0 8px;
    top:0px;
    position: absolute;
    left: 14px;
    margin-top: 5px; /* 父元素下方 5px 的间距 */
    z-index: 1;
}
.bookCatalog-module{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px 10px;
    cursor: pointer;
}
.AsideActions{
    display: none;
}


.docs-abs{
    padding-right: 8px;
    color:#8a8f8d;
    font-size: 14px;
    word-break: break-all;
    display: -webkit-box;
    max-height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}
.docs-treeItem{
    position: relative;
    display: block;
    height: 75px;
    padding: 8px 0 0 8px;
    border-radius: 6px;
    border-bottom: 1px solid #f2f3f5;
    font-size: 14px;
    margin-top: 5px;
}

.docs-treeItem:hover{
    background-color:#eff0f0;
}
.active .bookCatalog-module-title{
    font-weight: bold;
}
.ant-tabs-content-li a {
    text-decoration: none; /* 去掉下划线 */
    color: black;          /* 设置文本颜色为黑色 */
}
.bookCatalog-title-box{
    display: flex;
}
.bookCatalog-selected-all{
    display: none;
}

.search-div .search-icon{
    margin: 0;
}
.section2-2-mainpage{
    display: none;
    padding-left: 30px;
}


.ant-modal {
    box-sizing: border-box;
    padding: 0;
    color:#262626;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum","tnum";
    pointer-events: none;
    position: relative;
    width: auto;
    max-width: calc(100vw - 32px);
    margin: 0 auto;
    padding-bottom: 24px;
}

.ant-modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 6px;
    pointer-events: auto;
}
.ant-modal-body {
    /*padding:0 24px;*/
    font-size: 14px;
    line-height: 1.5715;
    word-wrap: break-word;
}
popbody .ant-input-affix-wrapper{
    display: flex;
    font-size: 16px;
    border-bottom: 1px solid #f2f3f5;
    box-shadow: none;
    padding: 10px;
}
popbody .ant-input-affix-wrapper span {
    font-size: 16px;
    margin-left: 0;
}
popbody{
    padding: 0;
}
.ant-modal-body ul li{
    height: unset;
}
popmask popheader{
 /*display: none;*/
}
popbody div {
    margin: 0;
}

popbody .searchiconDiv {
    margin: 0;
    margin-right: 5px;
}
.searchiconDiv img{
    margin: 0;
}

.ant-input{
    margin-left: 5px;
    border: none;
    outline: none;
    font-size: 15px;
    width: 80%;
    margin-top: 2px;
}
.ant-input-prefix{
    display: flex;
    flex: none;
    align-items: center;
}
.ant-input-con{
    line-height: 35px;
}
.page-text{
    height: 20px;
    line-height: 22px;
    /*margin: 4px 8px;*/
    padding: 5px 8px;
    border-radius: 6px;
    color:#bec0bf;
}
.ant-dropdown img{
    width: 16px;
    height:16px;
    margin-top: 4px;
}
.knowledge-base,.favcoin-contant,.favcoin-contant-sec{
    display: flex;
}
.favcoin-contant-sec{
    display: none;
}

.favcoin-contant{
    flex:1;
}
.favcoin-contant-sec img{
    border: 1px solid #f2f3f5;

}
.favcoin-contant span {
    font-size: 14px;
}
popbody .favcoin-contant-sec span{
    margin-left: 5px;
}
.knowledge-base-bar{
    height: 25px;
    line-height: 22px;
    padding: 5px 8px;
    border-radius: 6px;
    outline: none;
}
.knowledge-base-bar:hover + .favcoin-contant-sec{

    display: block;
}
.knowledge-base-content{
    border-bottom: 1px solid #f2f3f5;
}
.ant-searh-body-text{
    height: 32px;
    line-height: 22px;
    margin: 4px 8px;
    padding: 5px 8px;
    border-radius: 6px;
}
.ant-searh-body img{
    margin: 0;
}
.ant-dropdown ul{
    margin-top: 0;
    padding-inline-start: 10px;
    margin-block-end: -2em;
    padding: 0px 10px 10px 10px;
    min-height: 10px;
}
.ant-searh-result-cata .ant-dropdown ul{
    padding-top: 0;
 }
.ant-dropdown{
    max-height: 500px;
    overflow-y: auto;
}
.ant-searh-item{
    display: flex;
    height: 32px;
    line-height: 17px;
    margin: 4px 8px;
    padding: 5px 8px;
    border-radius: 6px;
    outline: none;
    margin-top: 0px;
    width: 90%;
    cursor: pointer;
    align-items: center;
}
.ant-searh-content{
    width: 100%;
}
.ant-searh-item span{
    margin-left: 10px;
    margin-top: -3px;
    font-size: 14px;
}
.ant-searh-item:hover,.knowledge-base-bar:hover{
    background-color:#dfdfdf;
}
popdialog  popbody{
    overflow-y: unset !important;
}
.ant-searh-item .highlight{    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    font-weight: 700;
    font-style: normal;
    color: #272727;
    position: relative;
    top: -2px;
    font-size: 15px;
}
.closebtn{
    height: 100%;
    width: 15px;
    cursor: pointer;
}
popmask popheader{
    height: 0px;
}
wf-sns wf-button.commentStyleBtn img{
margin: 0;
}

wf-sns wf-button.praiseBtn img{
    margin: 0;
}
.connect{
    text-decoration: none;
}

.viewer-container img {

     min-width: unset !important;
}

.viewer-prev {
    left:20px;
}
.viewer-next {
    right:20px;
}
.mainpage img ,.dirCata-svg img{
    width: 16px;
    height: 16px;
    margin: 0;
}
.dirCata-svg img{
     width: 18px;
     height: 18px;
  margin-top: -1px;
 }

svg>path {
    fill: #7d7d7d;
}

.bookCatalog-module span {
    margin-left: 5px;
    font-size: 14px;
}
.dirCata-icon img{
    width: 16px;
    height: 14px;
}
.ant-searh-result-abs .page-text{
    padding-left: 0;
}
.ant-searh-result-cata .ant-dropdown ul{
    padding-top: 0;
}
.ant-searh-result-cata  .page-text{
    padding-bottom: 0;
    padding-top: 0;
}
.ant-searh-result-abs .ant-searh-item{
    display: block;
}
.favcoin-item{
    display: flex;
}
.ant-searh-result-abs ul  li {
    height: 50px;
}
.ant-searh-item .favcoin-title-span{
    margin-left: 25px;
}

.ant-searh-body .searc-result-title {
    margin-left: -8px;
}
.ant-searh-result-abs .ant-searh-body-ul{
    margin-top: 10px;
}
.view-all{
    float: right;
    color: black;
    cursor: pointer;
}
