/* 全新现代化紧凑风格模板设计 - 温暖色调 */
html{position:relative;min-height:100%}
body{
    background: #1a1a2e;
    background-image: 
        radial-gradient(circle at 15% 40%, rgba(255, 154, 158, 0.25) 0%, transparent 50%),
        radial-gradient(circle at 85% 70%, rgba(250, 208, 196, 0.25) 0%, transparent 50%),
        radial-gradient(circle at 50% 15%, rgba(255, 218, 193, 0.15) 0%, transparent 50%);
    background-attachment: fixed;
    color:#e8e8e8;
    font-size:15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    -webkit-font-smoothing:antialiased;
    padding-top: 120px;
    line-height: 1.6;
}
.container{
    width:auto;
    max-width:1180px;
    margin: 0 auto;
    padding: 0 15px;
}
footer{
    padding:35px 15px;
    background: rgba(26, 26, 46, 0.85);
    border-top:1px solid rgba(255,255,255,0.08);
    margin-top: 45px;
    color: #aaa;
    text-align: center;
}
.site-footer{
    padding:35px 15px;
    background: rgba(26, 26, 46, 0.85);
    border-top:1px solid rgba(255,255,255,0.08);
    margin-top: 45px;
    color: #aaa;
    text-align: center;
}
.site-footer p{
    margin: 0 0 8px;
}
.site-footer p:last-child{
    margin-bottom: 0;
}
.body-content{
    padding:20px 15px 25px 15px;
    margin-top: 0;
}
.body-content > .panel:first-child{
    margin-top: 0;
}
.book-coverlist{
    overflow:hidden;
    margin-bottom: 25px;
}
.book-coverlist .row{
    margin: 0;
}
.book-coverlist .caption{
    padding: 0 10px;
}
@media (max-width: 767px){
    .book-coverlist .col-sm-12{
        margin-bottom: 10px;
    }
    .book-title{
        height: auto;
        margin: 8px 0 4px 0;
    }
    .book-intro{
        min-height: auto;
    }
}
a{
    color:#ff9a9e;
    text-decoration: none;
    transition: all 0.25s ease;
}
a:focus,a:hover{
    color:#ffb3b6;
    text-decoration:none;
    transform: translateY(-1px);
}
h1,h2,h3,h4,h5,h6{
    margin-top:18px;
    margin-bottom:18px;
    color:#ffffff;
    font-weight:600;
}
h1{
    margin-top:22px;
    color:#ffffff;
    font-size:30px;
    text-align: center;
    text-shadow: 0 0 15px rgba(255, 154, 158, 0.4);
}
h2{
    margin-top:18px;
    font-size:26px;
    color:#ffffff;
}
h3{
    font-size:22px;
    color:#ffffff;
}
h4{
    overflow:hidden;
    white-space:nowrap;
    font-size:17px;
    color:#ffffff;
}
li,p{
    font-size:100%;
    line-height:26px;
    color:#d8d8d8;
}
pre{
    padding:15px 20px;
    border:0;
    line-height:24px;
    border-radius: 8px;
    background: rgba(255,255,255,0.05);
}
code,pre{
    background-color:rgba(255,255,255,0.05);
    font-size:14px;
    font-family: 'Monaco', 'Courier New', monospace;
    border-radius: 8px;
    color: #ffa5d8;
}
.text-hidden,.text-muted{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color:#888;
}
.btn-lg{
    text-transform:uppercase;
    font-size:15px;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    border: none;
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color: white;
    transition: all 0.25s ease;
    box-shadow: 0 6px 20px rgba(255, 154, 158, 0.35);
}
.btn-lg:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 154, 158, 0.5);
}
.btn-link{
    color:#ff9a9e;
}
.btn-link:focus,.btn-link:hover{
    color:#ffb3b6;
}
.well{
    border:none;
    background-color:rgba(255,255,255,0.04);
    box-shadow: 0 6px 25px rgba(0,0,0,0.25);
    border-radius: 10px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,0.08);
}
.page-title-bar,.vpad{
    padding-top:25px;
}
.page-title-bar{
    padding-bottom:25px;
    background: linear-gradient(135deg, #2a1a3a 0%, #3a1a4a 100%);
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 8px 35px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.08);
}
.page-title-bar h1,.page-title-bar h2,.page-title-bar h3,.page-title-bar h4,.page-title-bar h5,.page-title-bar h6{
    margin:8px 0;
    color:#fff;
    text-shadow: 0 0 12px rgba(255, 154, 158, 0.4);
}
p{
    margin-top:10px;
    margin-bottom:10px;
}
.navbar{
    margin-bottom:0;
    border-radius:0;
    background: rgba(26, 26, 46, 0.95) !important;
    backdrop-filter: blur(18px);
    box-shadow: 0 3px 25px rgba(0,0,0,0.4);
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    min-height: 65px;
    height: auto;
}
.navbar-inverse{
    margin-bottom:0;
    border:none;
    background: rgba(26, 26, 46, 0.95) !important;
}
.navbar-inverse .navbar-collapse{
    padding-left:0;
    padding-right:0;
    background: rgba(26, 26, 46, 0.95) !important;
    backdrop-filter: blur(18px);
}
.collapse.navbar-collapse,
.bs-navbar-collapse{
    background: rgba(26, 26, 46, 0.95) !important;
    backdrop-filter: blur(18px);
}
.navbar-inverse .navbar-brand .navbar-logo{
    height:32px;
}
.navbar-inverse a.navbar-brand{
    color:#ffffff !important;
    font-size:22px;
    font-weight:700;
    text-shadow: 0 0 8px rgba(255, 154, 158, 0.4);
    padding: 10px 18px;
    line-height: 1.2;
}
.navbar-inverse a.navbar-brand.site-brand{
    display:inline-block !important;
    float:none !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8px;
    z-index: 5;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 15px !important;
    line-height: 1.1 !important;
    padding: 11px 6px !important;
    width: auto;
    max-width: calc(100% - 120px);
    text-align: center;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
@media (min-width:768px){
    #header .navbar-header{
        position: relative;
        z-index: 5;
    }
    #header .navbar-brand.site-brand{
        left: 12px;
        transform: none;
        top: 8px;
        max-width: 180px;
        padding: 11px 6px !important;
    }
    #header .navbar-collapse{
        padding-left: 200px !important;
    }
}
.navbar-brand-left{
    float:left;
    margin:8px;
    width:40px;
    height:40px;
    line-height:40px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color: white;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 3px 12px rgba(255, 154, 158, 0.35);
}
.navbar-brand-left-none{
    float:left;
    margin:10px;
    width:42px;
    height:42px;
}
.navbar-inverse .navbar-nav{
    text-align:center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.navbar-inverse .navbar-nav>li>a{
    color:#d8d8d8 !important;
    font-size:15px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 6px;
    margin: 3px;
    transition: all 0.25s ease;
    white-space: nowrap;
}
.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color:#fff !important;
    transform: translateY(-2px);
    box-shadow: 0 3px 12px rgba(255, 154, 158, 0.3);
}
.navbar-inverse .navbar-nav .nav-icon{
    font-size:18px;
}
.navbar-inverse .navbar-nav>li.active>a,.navbar-inverse .navbar-nav>li.active>a:focus,.navbar-inverse .navbar-nav>li.active>a:hover{
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color:#fff !important;
    box-shadow: 0 3px 12px rgba(255, 154, 158, 0.3);
}
.navbar-inverse .navbar-form{
    border:none;
    padding:8px 15px;
}
.navbar-inverse .navbar-form .input-group .form-control{
    background-color:rgba(255,255,255,0.1);
    border-radius:25px 0 0 25px;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 10px 20px;
    color: #fff;
}
.navbar-inverse .navbar-form .input-sm{
    margin-top:2px;
}
.navbar-inverse .navbar-form input[type=search]{
    border-color:rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.1);
    color: white;
    border-radius: 25px;
    padding: 10px 20px;
}
.navbar-inverse .navbar-form input[type=search]::placeholder{
    color:rgba(255,255,255,0.6);
}
.navbar-inverse .navbar-form input[type=search]:active,.navbar-inverse .navbar-form input[type=search]:focus{
    background-color:rgba(255,255,255,0.15);
    color: #fff;
    border-color: #ff9a9e;
}
.navbar-inverse .navbar-toggle{
    border:1px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    background: rgba(255,255,255,0.1);
}
.navbar-inverse .navbar-toggle.active,.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{
    background: rgba(255,255,255,0.2);
    border-color: #ff9a9e;
}
.navbar-inverse .navbar-collapse{
    border:none;
}
.nav>li{
    display:inline-block;
}
.dropdown-menu{
    border-radius: 10px;
    box-shadow: 0 8px 35px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 8px;
    background: rgba(26, 26, 46, 0.98) !important;
    backdrop-filter: blur(18px);
}
.dropdown-menu>li>a{
    clear:both;
    display:block;
    padding:10px 18px;
    color:#d8d8d8;
    white-space:nowrap;
    font-weight:400;
    line-height:1.6;
    border-radius: 6px;
    transition: all 0.25s ease;
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color:#fff;
    text-decoration:none;
}
.collapse{
    transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-tabs{
    width:100%;
    border-bottom:2px solid rgba(255,255,255,0.1);
}
.nav-tabs>li{
    float:none;
    display:inline-block;
    margin-right: 10px;
}
.nav-tabs>li>a{
    text-align:center;
    border-radius: 8px 8px 0 0;
    padding: 12px 25px;
    border: none;
    background: transparent;
    color: #888;
    transition: all 0.3s ease;
}
.nav-tabs>li>a:hover{
    background: rgba(255, 154, 158, 0.12);
    color: #ff9a9e;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{
    border:none;
    border-radius:6px 6px 0 0;
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color:#fff;
    box-shadow: 0 3px 12px rgba(255, 154, 158, 0.3);
}
.breadcrumb{
    background:rgba(255,255,255,0.04);
    border-radius: 10px;
    padding: 13px 18px;
    margin-bottom: 18px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.08);
}
.breadcrumb>li+li:before{
    content:"›";
    color: #ff9a9e;
    font-size: 18px;
    padding: 0 9px;
}
.list-group,.panel{
    margin-bottom:22px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.025);
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.35);
    overflow: hidden;
}
.panel-body{
    padding:22px;
    background: rgba(255,255,255,0.015);
}
.panel .panel-heading{
    font-size:17px;
    font-weight:700;
    background: linear-gradient(135deg, #2a1a3a 0%, #3a1a4a 100%);
    color: #ffffff;
    padding: 18px 22px;
    border: none;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.panel .panel-heading .pull-right{
    font-weight:400;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}
a{
    outline:0;
    transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a.list-group-item,button.list-group-item{
    color:#d0d0d0;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding: 15px 20px;
    transition: all 0.3s ease;
    border-radius: 0;
    background: transparent;
}
a.list-group-item:hover,button.list-group-item:hover{
    background: rgba(255, 154, 158, 0.12);
    transform: translateX(4px);
    color: #ffffff;
}
a.list-group-item .pull-right,button.list-group-item .pull-right{
    color:#888;
}
.class{
    padding:20px;
    border-bottom:none;
    background:rgba(255,255,255,0.03);
    text-align:center;
    margin-bottom: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.1);
}
.class ul{
    clear:both;
    display:block;
    overflow:hidden;
    margin:0 auto;
    padding:0;
    width:100%;
}
.class ul li{
    float:left;
    width:11.111111%;
    list-style:none;
    text-align:center;
    line-height:40px;
}
.class ul li.paihangbang{
    float:left;
    width:8.3% !important;
    list-style:none;
    text-align:center;
    line-height:40px;
}
.class ul li a{
    display: block;
    padding: 8px 15px;
    border-radius: 20px;
    transition: all 0.3s ease;
    color: #888;
}
.class ul li a:hover{
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 3px 12px rgba(255, 154, 158, 0.3);
}
.class ul li .onselect{
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color:white;
    font-weight:700;
    box-shadow: 0 3px 12px rgba(255, 154, 158, 0.4);
}
.select{
    padding:8px 15px;
    border-radius:20px;
    vertical-align:middle;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.1);
    color: #fff;
}
.field-validation-error{
    color:#ff6b6b;
}
.field-validation-valid{
    display:none;
}
input.input-validation-error{
    border:1px solid #ff6b6b;
}
input[type=checkbox].input-validation-error{
    border:0 none;
}
.validation-summary-errors{
    color:#ff6b6b;
}
.validation-summary-valid{
    display:none;
}
.back-to-top{
    position:fixed;
    right:18px;
    bottom:28px;
    display:none;
    width:52px;
    height:52px;
    border:none;
    border-radius:50%;
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color:#fff;
    text-align:center;
    font-size:26px;
    line-height:56px;
    opacity:0.9;
    cursor:pointer;
    box-shadow: 0 6px 20px rgba(255, 154, 158, 0.35);
    transition: all 0.25s ease;
    z-index: 999;
}
.back-to-top i{
    display:inline-block;
    font-style:normal;
}
.back-to-top:hover{
    opacity:1;
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(255, 154, 158, 0.5);
}
.pages{
    text-align:center;
    margin: 30px 0;
}
.pagination{
    margin:0;
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination>li>a, .pagination>li>span{
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 10px 18px;
    color: #d0d0d0;
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.05);
}
.pagination>li>a:hover{
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color: white;
    border-color: #ff9a9e;
    transform: translateY(-2px);
}
.pagination>.active>span,.pagination>.active>span:hover{
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    border-color: #ff9a9e;
    color: white;
}
a.thumbnail{
    margin-bottom:0;
    text-decoration:none;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}
a.thumbnail:hover{
    transform: scale(1.05);
    box-shadow: 0 8px 35px rgba(255, 154, 158, 0.35);
    border-color: #ff9a9e;
}
.body-content img{
    width:100%;
    max-width:100%;
    border-radius: 12px;
}
.list-top i.topNum{
    display:inline-block;
    margin-right:8px;
    width:24px;
    height:24px;
    border-radius:6px;
    background:rgba(255,255,255,0.1);
    color:#fff;
    text-align:center;
    font-weight:600;
    font-style:normal;
    font-size:14px;
    line-height:24px;
}
.list-top li:nth-child(1) i.topNum,.list-top li:nth-child(2) i.topNum,.list-top li:nth-child(3) i.topNum{
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
}
.panel-friendlink a{
    display:inline-block;
    margin-right:13px;
    margin-bottom: 9px;
    padding: 7px 14px;
    background: rgba(255, 154, 158, 0.12);
    border-radius: 18px;
    transition: all 0.25s ease;
    color: #ff9a9e;
}
.panel-friendlink a:hover{
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color: white;
    transform: translateY(-2px);
}
.breadcrumb{
    margin-bottom:20px;
}
.bookTitle{
    margin-top:0;
    font-size:30px;
    color:#ffffff;
    text-align: left;
    font-weight: 700;
    text-shadow: 0 0 12px rgba(255, 154, 158, 0.3);
}
.bookTitle em{
    margin-right:15px;
    font-style:normal;
}
#bookIntro{
    position:relative;
    overflow:hidden;
    transition:all 1s ease-in-out;
    line-height: 28px;
    color: #d0d0d0;
}
#bookIntroMore{
    position:absolute;
    top:5px;
    right:0;
    padding: 5px 14px;
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color: white;
    border-radius: 18px;
    font-size: 14px;
}
.booktag{
    margin-bottom:15px;
}
.booktag a,.booktag span{
    display:inline-block;
    overflow:hidden;
    margin-bottom:8px;
    margin-right: 10px;
    padding:8px 18px;
    border:none;
    border-radius:25px;
    vertical-align:middle;
    text-align:center;
    font-size: 14px;
    transition: all 0.3s ease;
}
.booktag a.blue,.booktag span.blue{
    background: rgba(255, 154, 158, 0.2);
    color:#ff9a9e;
    border: 1px solid rgba(255, 154, 158, 0.3);
}
.booktag a.red,.booktag span.red{
    background: rgba(255, 107, 107, 0.2);
    color:#ffa5a5;
    border: 1px solid rgba(255, 107, 107, 0.3);
    transition:all 0.3s ease;
}
.booktag a.red:hover{
    background: #ff6b6b;
    color: white;
    transform: translateY(-2px);
}
.booktag a.green,.booktag span.green{
    background: rgba(255, 154, 158, 0.2);
    color:#ff9a9e;
    border: 1px solid rgba(255, 154, 158, 0.3);
    transition:all 0.25s ease;
}
.booktag a.green:hover{
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color: white;
    transform: translateY(-2px);
}
.panel-chapterlist{
    margin-bottom:0;
    padding:0;
}
.panel-chapterlist dd,.panel-chapterlist dt{
    overflow:hidden;
    margin:0;
    padding:0 15px;
    height:50px;
    border-bottom:1px solid rgba(255,255,255,0.05);
    line-height:50px;
    transition: all 0.3s ease;
}
.panel-chapterlist dd:hover{
    background: rgba(255, 154, 158, 0.12);
    transform: translateX(4px);
}
.panel-chapterlist a{
    position:relative;
    display:inline-block;
    width:100%;
    color: #d0d0d0;
}
.panel-chapterlist a:visited{
    color:#666;
}
.page-header{
    margin:0;
    margin-bottom:25px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 20px;
}
hr{
    margin:25px 0;
    border: none;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.book-coverlist h4{
    margin:15px 0;
    color: #ffffff;
}
.book-coverlist .thumbnail{
    margin:8px 0;
    width:100%;
    height:0;
    padding-bottom:140%;
    overflow:hidden;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    border:2px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    transition: all 0.25s ease;
    display: block;
}
@media (min-width: 768px){
    .book-coverlist .thumbnail{
        padding-bottom: 130%;
    }
}
.book-coverlist .thumbnail:hover{
    border-color: #ff9a9e;
    box-shadow: 0 8px 35px rgba(255, 154, 158, 0.35);
}
.book-coverlist p{
    overflow:hidden;
    max-height:72px;
    line-height: 24px;
    color: #999;
}
.category-section{
    margin-bottom: 30px;
}
.category-heading{
    font-size: 18px;
    font-weight: 700;
    padding: 18px 22px;
}
.book-title{
    margin: 12px 0 8px 0;
    font-size: 16px;
    line-height: 1.4;
    height: 44px;
    overflow: hidden;
}
.book-title a{
    color: #ffffff;
    font-weight: 600;
}
.book-title a:hover{
    color: #ff9a9e;
}
.book-author{
    display: block;
    margin-bottom: 8px;
    color: #aaa;
}
.book-intro{
    color: #bbb;
    line-height: 1.5;
    margin-top: 8px;
    min-height: 48px;
}
a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{
    border-color:#ff9a9e;
    box-shadow: 0 8px 35px rgba(255, 154, 158, 0.35);
}
#content{
    background-color:rgba(255,255,255,0.025);
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.35);
    padding: 26px;
    margin-bottom: 26px;
    border: 1px solid rgba(255,255,255,0.08);
}
#rtext{
    font-size: 24px;
    padding:0 5%;
    word-break:break-all;
    line-height:2.2;
    text-align:justify;
    color: #e0e0e0;
}
#rtext p{
    text-indent:2em;
    line-height:2.2em;
    margin:1.2em 0;
    text-align:justify;
    overflow:hidden;
}
.readPager{
    height: 50px;
    margin:30px 0;
    width:100%;
    display:flex;
    gap: 15px;
}
.readPager a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    flex: 1;
    height: 50px;
    padding: 0 12px;
    line-height: 1;
    font-size: 15px;
    background: rgba(255, 154, 158, 0.12);
    border-radius: 10px;
    color: #d8d8d8;
    font-weight: 500;
    transition: all 0.25s ease;
    border: 1px solid rgba(255,255,255,0.08);
}
.readPager a i{
    line-height: 1;
    transform: translateY(-1px);
}
.readPager a:hover{
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 18px rgba(255, 154, 158, 0.35);
}
.readSet{
    line-height:30px;
    text-align:center;
    margin:auto;
}
.readSet .rc{
    color:#d0d0d0;
}
.readSet a.ra{
    float:left;
    border:1px solid rgba(255,255,255,0.2);
    display:inline-block;
    width:35px;
    height:35px;
    margin-right:15px;
    overflow:hidden;
    vertical-align:middle;
    border-radius:50%;
    background: rgba(255,255,255,0.05);
    transition: all 0.3s ease;
}
.readSet a.ra:hover{
    border-color: #ff9a9e;
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color: white;
}
.readSet .rf{
    float:right;
}
.readSet .rt{
    margin-left:15px;
}
/*listpage*/
.listpage{
    margin:20px;
    height:50px;
    line-height:50px;
    overflow:hidden;
    display: flex;
    gap: 15px;
}
.listpage span{
    height:50px;
    line-height:50px;
    text-align:center;
}
.listpage .left{
    flex: 1;
}
.listpage .left a,.listpage .right a{
    display:inline-block;
    height:50px;
    width:100%;
    padding: 0 18px;
    background: rgba(255, 154, 158, 0.12);
    border-radius: 10px;
    color: #d8d8d8;
    transition: all 0.25s ease;
    border: 1px solid rgba(255,255,255,0.08);
}
.listpage .left a:hover,.listpage .right a:hover{
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color: white;
}
.listpage .right{
    flex: 1;
}
.listpage .middle{
    flex: 2;
    border:1px solid rgba(255,255,255,0.1);
    display:block;
    border-radius: 12px;
    background: rgba(255,255,255,0.05);
}
.listpage .middle em{
    display:inline-block;
    width:80%;
    text-align:center;
    color:#888;
    font-style:normal;
    float:left;
    line-height:50px;
    height:50px;
}
.listpage .middle a{
    display:inline-block;
    float:left;
    width:19%;
    height:50px;
    line-height:50px;
    vertical-align:middle;
}
.listpage .middle select{
    clear: both;
    border:none;
    color:#fff;
    display:inline-block;
    float:left;
    font-style:normal;
    height: 48px;
    line-height: 48px;
    text-align:center;
    width:100%;
    border-radius: 12px;
    padding: 0 15px;
    background: transparent;
}
.listpage .onclick{
    background:linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color:#FFFFFF;
}
.listpage .before{
    background:rgba(255,255,255,0.1);
    color:#FFFFFF;
}
.news-author{
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 0 0 25px 0;
}
.news-intro {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0 15px 0;
    margin-bottom: 20px;
}
.news-content {
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0 15px 0;
    margin-top: 20px;
}
.news-list {
    padding: 0 1rem;
}
.news-list ul {
    padding-inline-start: unset;
}
.news-list ul li {
    float: left;
    list-style: none;
    width: 12.5%;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    margin: 5px;
    transition: all 0.3s ease;
}
.news-list ul li:hover{
    background: rgba(255, 154, 158, 0.12);
}
.news-list ul li span {
    float: right;
}
.news-intro-title {
    font-weight: 700;
    color: #ff9a9e;
}
.table{
    width: 100%;
    border-collapse: collapse;
}
.table th{
    background: rgba(255, 154, 158, 0.12);
    padding: 13px;
    text-align: left;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.table td{
    padding: 13px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    color: #d8d8d8;
}
.table tr:hover{
    background: rgba(255, 154, 158, 0.06);
}
.btn{
    border-radius: 8px;
    padding: 10px 25px;
    border: none;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
.btn-danger{
    background: linear-gradient(135deg, #ff6b6b 0%, #ff5252 100%);
    color: white;
}
.btn-danger:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
}
.btn-success{
    background: linear-gradient(135deg, #51cf66 0%, #40c057 100%);
    color: white;
}
.btn-success:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(81, 207, 102, 0.4);
}
.btn-info{
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color: white;
}
.btn-info:hover{
    transform: translateY(-2px);
    box-shadow: 0 5px 18px rgba(255, 154, 158, 0.35);
}
@media (min-width:992px){
    #nav-header{
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }
    #nav-header > .navbar-nav{
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }
    #nav-header > .navbar-nav:not(.navbar-right){
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
    }
    #nav-header > .navbar-nav.navbar-right{
        flex: 0 0 auto;
        margin-left: 8px;
    }
    #nav-header .navbar-nav > li{
        float: none;
        flex: 0 0 auto;
    }
    #nav-header .navbar-nav > li > a{
        padding: 10px 9px;
        margin: 1px;
        font-size: 14px;
    }
    #nav-header .navbar-form{
        width: 320px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #nav-header .navbar-form .input-group{
        width: 100%;
    }
    #nav-header .navbar-form .form-control{
        height: 40px;
        font-size: 14px;
    }
    #nav-header .navbar-form .btn{
        height: 40px;
        padding: 0 16px;
    }
}
@media (max-width:1200px){
    .book-coverlist p{
        overflow:hidden;
        max-height:76px;
    }
}
@media (max-width:991px){
    body{
        padding-top: 60px;
    }
    .navbar{
        min-height: 60px;
    }
    .navbar-inverse{
        margin:0;
        border:none;
    }
    .navbar-inverse .navbar-nav>li>a{
        padding: 10px 15px;
        margin: 2px;
    }
    .navbar-inverse a.navbar-brand{
        padding: 10px 15px;
        font-size: 20px;
    }
    .body-content{
        padding:15px;
    }
    .read-container{
        padding:0;
    }
    .row{
        margin-right:-10px;
        margin-left:-10px;
    }
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{
        padding-right:10px!important;
        padding-left:10px!important
    }
    hr{
        margin:15px 0;
    }
    .ReadStyleOption select{
        padding:8px 15px;
        border-radius:20px;
    }
    #BookText{
        padding:25px 15px;
        font-size:22px;
        word-break:break-all;
    }
    .readTitle{
        font-size: 26px;
    }
    .page-header{
        margin-bottom:0;
        padding-bottom:15px;
        border-bottom:0;
    }
    .mt5{
        margin-top:5px;
    }
    #list-chapterAll,.panel-chapterlist dd:empty,.panel-chapterlist dt:empty{
        display:none;
    }
    p{
        margin-bottom:8px;
    }
    .text-center select,.text-center select[option]{
        background-color:transparent;
        width:30%;
        line-height:35px;
        height:35px;
        text-align:center;
        border-radius: 20px;
        border: 1px solid rgba(255,255,255,0.2);
        color: #fff;
    }
    .list-group,.panel{
        margin-bottom:20px;
    }
    .book-coverlist p{
        overflow:hidden;
        max-height:50px;
    }
    .bookmore{
        text-align:center;
    }
    .bookmore a,.bookmore button{
        width:32%;
        float:left;
        margin: 0 2%;
    }
    .bookmore .btn-info{
        margin:0 2%;
    }
}
@media (max-width:767px){
    body{
        padding-top: 50px;
    }
    .navbar{
        min-height: 50px !important;
        height: 50px !important;
    }
    .navbar-header{
        min-height: 50px !important;
        height: 50px !important;
    }
    .navbar .container{
        min-height: 50px !important;
        height: 50px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .navbar-inverse .navbar-brand{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 18px;
        padding-left: 12px;
        padding-right: 12px;
        line-height: 1.3;
        height: auto !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .navbar-inverse a.navbar-brand.hidden-xs,
    .navbar-inverse a.navbar-brand.site-brand.hidden-xs{
        display: none !important;
    }
    .navbar-brand-left, .navbar-brand-left-none{
        margin: 5px 8px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 18px;
    }
    .navbar-inverse .navbar-nav>li>a{
        padding: 10px 15px;
        margin: 0;
        font-size: 14px;
    }
    .navbar-inverse .navbar-form{
        padding: 5px 10px;
    }
    .navbar-inverse .navbar-toggle{
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 5px 10px;
    }
    .navbar-inverse .navbar-toggle .icon-bar{
        width: 20px;
        height: 2px;
        background: #fff;
    }
    .body-content{
        padding:10px;
    }
    .panel{
        margin-bottom:15px;
    }
    .panel-body{
        padding:15px;
    }
    .panel .panel-heading{
        padding:15px;
        font-size:16px;
    }
    .body-content > .panel:first-child{
        margin-top: 0;
    }
    li.dropdown{
        width:100%;
    }
    .dropdown-menu li{
        float:left;
        width:25%;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        color:#d0d0d0;
    }
    .navbar-inverse a.navbar-brand{
        color:#fff !important;
        width:calc(100% - 111px);
        text-align:center;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }
    .navbar-inverse .navbar-collapse{
        padding-left:15px;
        padding-right:15px;
        background: rgba(15, 15, 35, 0.95) !important;
        backdrop-filter: blur(20px);
    }
    .navbar-inverse .navbar-form{
        padding:10px 15px;
    }
    .class ul li{
        width:33.33333%;
        line-height:45px;
    }
    .book-coverlist p{
        overflow:hidden;
        max-height:52px;
    }
    .panel-chapterlist a:after{
        position:absolute;
        right:0;
        color:#888;
        content:"›";
        font-size: 24px;
    }
    .pagination>li>a,.pagination>li>span{
        padding:8px 12px;
    }
    .readSet{
        line-height:35px;
    }
    .readSet a.ra{
        width:35px;
        height:35px;
        border-radius:50%;
    }
    #content{
        border-radius:0;
        border:none;
        box-shadow:0 5px 15px rgba(0,0,0,0.5);
        padding: 20px;
    }
    #rtext{
        padding:0 10px;
        font-size: 20px;
    }
}
.fs-normal{font-weight:400}
.clear{clear:both;display:block}
.text-purple{color:#b794f6}
.text-red{color:#ffa5a5}
.text-gray{color:#888}
.text-black{color:#ffffff}
.text-yellow{color:#ffd89b}
.mg0{margin:0}
.mt10{margin-top:10px}
.mt20{margin-top:20px}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.ml10{margin-left:10px}
.ml20{margin-left:20px}
.mr10,.mr20{margin-right:20px}
.pl0{padding-left:0}
.pt0{padding-top:0}
.pr0{padding-right:0}
.pb0{padding-bottom:0}
.pl10{padding-left:10px}
.pl20{padding-left:20px}
.pr10{padding-right:10px}
.pr20{padding-right:20px}
.pt10{padding-top:10px}
.pt20{padding-top:20px}
.pb10{padding-bottom:10px}
.pb20{padding-bottom:20px}
.fs-12{font-size:14px}
.fs-14{font-size:16px}
.fs-16{font-size:18px}
.fs-18{font-size:22px}
.fs-22{font-size:26px}
.lh-lg{line-height:200%}
