body{
    background-color: #f5f7fb;
    font-family: PingFang SC,Helvetica,Arial,Verdana,Tahoma,sans-serif;
    font-weight: 400;
}
.doc-header {
    overflow: hidden;
    background-color: #ffffff;
    padding: 10px 20px;
    border: 1px solid #f2f5f8;
    border-radius: 10px;
}
.doc-header .pic-image{
    position: relative;
    float: left;
    margin: 5px 40px 0 0;
    width: 200px;
    height: 300px;
    overflow: hidden;
    border: 1px solid #DDDDDD;
    /*box-shadow:8px 6px 8px 1px #00000096;*/
    box-shadow:8px 6px 8px 1px #9B859D;
}
.doc-header .pic-image img{
    width: 200px;
    height: 300px;
}
.doc-header .title {
    font-size:24px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #F03535;
}
.doc-header >.doc-info {
    margin-top: 10px;
    padding: 5px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:0px;
}
.doc-header .doc-info>p{
    font-size:16px;
    color: #666666;
    border-bottom: 1px solid #E3EDFB;
    border-top: 1px solid #E3EDFB;
    border-right: 1px solid #E3EDFB;
    overflow: hidden;
}
.doc-header .doc-info>p>.label{
    display: inline-block;
    width: 200px;
    border-left: 1px solid #E3EDFB;
    border-right: 1px solid #E3EDFB;
    background: #F6FAFF;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 14px;
    color: #6a6a6a;
}
.doc-header .doc-info>p>.value{
    display: inline-block;
    max-width: 220px;
    word-break: break-all;
    font-size: 14px;
    color: #444;
    padding: 12px 14px;
}

.doc-header>.content{
    height: 100px;
    padding: 5px;
    line-height: 28px;
    color:#7a7a7a;
}
.doc-header>.content>span {
    font-size:16px;
    font-weight: 600;
    margin-left:5px ;
}
.doc-header>.content>.doc-txt {
    margin-left:5px ;
    width:900px;
    text-indent: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color:#888888
}

.down-btn-top {
    float: right;
    margin-right: 50px;
    margin-top: 10px;
}
.down_book{
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    margin: 12px 0 0 20px;
    background: #3f7cff;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #3f7cff;
}
.read_book{
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    margin: 12px 0;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #3f7cff;
    text-decoration: none;
    border: 1px solid #3f7cff;
}
.down_book:hover{
    opacity: 0.8;
    text-decoration: none;
    color: #ffffff;
}
.read_book:hover{
    opacity: 0.8;
    text-decoration: none;
    color: #3f7cff;
}
.down-btn{
    margin-top: 20px;
}
.main{
    clear: both;
    width:800px;
    float: left;
    margin-top: 10px;
}
.preview{
    overflow: hidden;
    position: relative;
    z-index: 9;
    border-radius: 8px;

}
.preview .hd h3,.preview-txt .hd h3,.section .hd h3{
    display: block;
    padding: 20px 0;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-indent: 12px;
    background: url(../../../lib/images/h2_bg_1.png) no-repeat 1px 22px;
}
.preview-txt{
    clear: both;
    width:800px;
    margin-top: 10px;
}
.preview-txt .bd {
    position: relative;
    padding: 20px;
    border-radius: 8px;
    background: #fff;
}
.preview-txt .bd .txt.fold {
    height: 310px;
    overflow: hidden;
}
.preview-txt .bd .txt {
    line-height: 25px;
    font-size: 14px;
    color: #333;
}
.preview-txt .bd .txt p {
    padding: 0 0 12px;
}
.preview-txt .bd .more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 112px;
}
.preview-txt .bd .more .vague {
    display: block;
    width: 100%;
    height: 65px;
    background-image: linear-gradient( to top,#fff, rgba(255,255,255,0.6));
}
.preview-txt .bd .more .txt-icon {
    height: 47px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    color: #2f9ef1;
}
.preview-txt .bd .more .txt-icon i {
    cursor: pointer;

}

.preview .bd {
    border-radius: 8px;
}
.preview .bd .preview-bd {
    width: 100%;
    overflow: hidden;
}
.preview .bd .preview-bd .preview-item {
    min-height: 1120px;
    border-bottom: 2px solid #ddd;
}
.preview .bd .preview-bd img {
    width: 100%;
}
.preview .ft {
    padding: 0 0 36px;
    background: #fff;
}
.preview .bd .preview-not
{
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.preview .bd .view-more{
    text-align: center;
    background-color: #fff;
    padding: 40px 0;
}
.preview .bd .view-more .more-read{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 8px;
    background: #fff;
    color: #3f7cff;
    border: 1px solid #3f7cff;
    font-size: 16px;
}
.preview .bd .view-more .more-read:hover{
    text-decoration: none;
    opacity: 0.8;
}

.side {
    position: relative;
    z-index: 9;
    float: right;
    width: 380px;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 10px;
}
.side .similar {
    display: none;
    padding: 1px;
    border-radius: 0 0 8px 8px;
}
.side .similar h3{
    float: left;
    padding: 20px 0;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-indent: 12px;
    background: url(../../../lib/images/h2_bg_1.png) no-repeat 1px 22px;
}
.similar .hd a.more {
    float: right;
    margin-top: 20px;
    margin-right: 3px;
    font-size: 14px;
    color: #2f9ef1;
}
.similar ul {
    clear: both;
    padding: 0 0 10px;

}
.similar ul li {
    clear: both;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px;
    overflow: hidden;
}
.similar .list .list-image {
    width: 100px;
    height: 140px;
    float: left;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 8px;
}
.similar .list .list-image img {
    width: 100%;
    height: 100%;
}
.similar .list .list-doc {
    padding: 5px 2px 0 110px;
    height: 127px;
}
.similar .list .list-doc a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 25px;
    min-height: 50px;
}
.similar .list .list-doc .list-doc-info {
    margin: 50px 10px 5px 1px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
}
.similar .list .list-doc .filetype {
    padding: 1px 8px 3px 8px;
    border-radius: 5px;
    background: #F2F7FF;
    color: #3f7cff;
    border: 1px solid #3f7cff;
    display: inline-block;
    max-width:35px;
    text-align: center;
}
.similar .list .list-doc .up_time {
    padding-left: 20px;
}
.similar .list .list-doc span {
    color: #999a9a;
}

#pop {
    position: fixed;
    top: 50%;
    left: 20px;
    z-index: 99;
    margin: -60px 0 0 0;
    width: 60px;
    height: 80px;
}
#pop .btn-down {
    display: block;
    width: 60px;
    height: 58px;
    padding: 8px 0 0;
    background: #3f7cff;
    border-radius: 5px;
    cursor: pointer;
}
#pop .btn-down i {
    margin: 0 auto;
}

#pop .btn-down i {
    margin: 0 auto;
}
.icon-pop-down {
    display: block;
    width: 32px;
    height: 32px;
    background-position: 2px 0;
}
.icon {
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
}
#pop .btn-down em {
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    color: #fff;
}


.doc-grid{
    display:grid;
    grid-template-columns:repeat(1,1fr);
    gap:20px;
}

.doc-grid .doc-card{
    background:white;
    padding:10px;
    border-radius:10px;
    box-shadow:0 3px 10px rgba(0,0,0,0.05);
    transition:all .2s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.doc-grid .doc-card:hover{
    transform:translateY(-5px);
}
.doc-grid .doc-info{
    padding-left: 120px;
}

.doc-grid .doc-type{
    font-size:12px;
    padding:4px 8px;
    border-radius:6px;
    background:#F2F7FF;
    display:inline-block;
    color: #3f7cff;
    border: 1px solid #3f7cff;
}
.doc-grid .doc-meta span{
    padding:4px 8px;
    font-size: 14px;
}

.doc-grid .doc-title{
    margin-bottom:8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 26px;
}
.doc-grid .doc-title>a{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 10px 0 0 128px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 100%;
    font-size: 14px;
}
.doc-grid .doc-title a .red {
    color: red;
}

.doc-grid .doc-desc{
    font-size:12px;
    color:#666;
    margin-bottom:12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.doc-grid .doc-meta{
    margin-top: 40px;
    font-size:12px;
    color:#999;
    display:flex;
    justify-content:space-between;
}
.doc-grid .doc-image{
    position: relative;
    float: left;
    border: 1px solid #eee;
    border-radius: 8px;
    height: 140px;
    overflow: hidden;
    width: 100px;
}
.doc-grid .doc-image img{
    width: 100%;
    height: 100%;
}

/*novel*/
/* 选项卡标题 */
.tab-container .tab-titles {
    display: flex;
    list-style: none;
    border-bottom: 1px solid #ddd;
}
.tab-container .tab-titles li {
    padding: 10px 25px;
    font-size: 20px;
    cursor: pointer;
    background: #f5f5f5;
    margin-right: 5px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    transition: all 0.3s;
    font-weight: 600;
}
/* 选中状态样式 */
.tab-container .tab-titles li.active {
    background: #409eff;
    color: #fff;
    border-color: #409eff;
}
/* 表格内容区 */
.tab-container .tab-content {
    display: none; /* 默认隐藏 */
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #ffffff;
}
/* 显示当前选中的内容 */
.tab-container .tab-content.show {
    display: block;
}

.tab-container{
    overflow: hidden;
    border-radius: 8px;
}
.tab-container .bd .chapter-bd .chapter-list{
    width: 100%;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}
.tab-container .bd .chapter-bd .chapter-list .title{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
}
.tab-container .bd .chapter-bd .chapter-list .read{
    color: #999;
}
.tab-container .bd .chapter-bd .chapter-list .not-read{
    color: #333333;
}
.tab-container .bd .chapter-bd .chapter-list .title:hover{
    color: #2f9ef1;
}

.tab-container .bd .txt {
    line-height: 40px;
    font-size: 16px;
    color: #333;
}
.tab-container .bd .txt p {
    padding: 0 0 12px;
    text-indent: 2em;
    word-break: break-all;
}
.tab-container .bd .txt .chapter-name{
    padding: 5px 20px;
    font-weight: 600;
}
.tab-container .bd .more{
    text-align: center;
    margin: 20px 0;
}
.tab-container .bd .more .more-read{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    border-radius: 8px;
    border: 1px solid #3f7cff;
    background-color: #fff;
    color: #3f7cff;
    font-size: 16px;

}
.tab-container .bd .more .more-read:hover{
    opacity: 0.8;
    text-decoration: none;
}