*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{
    margin:0 auto;
    max-width: 720px;
}
body{
    margin:0 auto;
}
a{
    color: #007acc !important;
}
ul{
    list-style: none;
}
nav>a{
    color: #fff !important;
}
.navbg-color{
    background-color: #007acc;
}
.g-zj{
    border: #fff 1px solid !important;
    color: #fff !important;
    font-size: 1em !important;
}
.g-nav{
    margin: 2em auto 0px auto;
    color: #007acc;
}
.search{
    margin-top: 2em;
}
.input-group {
    position: relative;
}
#search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    z-index: 10;
    color: #007acc;
}
input.form-control {
    border-radius: 1em !important;
    border: 2px solid #007acc;
    height: 2.8em;
}
.search .col-12{
    padding-left: 10px;
    padding-right: 10px;
}
.i-t{
    margin-top: 2em;
}
.media-title{
    color: #007acc;
    margin-bottom: 1.6em;
}
.media>img{
    width: 120px;
    height: 160px;
}
h2{
    font-size: 1.2em;
}
.media{
    padding-bottom: 0.6em;
    margin-bottom: 1em;
}
.media-body{
    padding-right: 1em;
}
.media-heading{
    font-size: 1.2em;
    font-weight: bold;
    color: #007acc;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
}
.media-intro, .card-text{
    font-size: 0.8em;
	line-height:2.4em;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3; 
    min-height: 6em;
}
.media-bottom{
    margin-top: 1em;
}
.media-badge{
    color: #007acc;
    padding: 0.2em 0.5em;
}
.i-k .col-6, .i-k .col-sm-4{
    padding: 0.2em 0.4em;
}
.card-body{
    padding: 0.2em;
}
.card{
    margin-bottom: 1em;
}
.card-title{
    font-size: 1em;
    overflow:hidden; 
    text-overflow:ellipsis;
}
.i-s {
    width: 95%;
    overflow: hidden;
}
.scroller {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 10px 10px 0;
    -webkit-overflow-scrolling: touch;
}
.i-sc {
    min-width: 120px; 
    margin-right: 15px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}
.i-sc:hover {
    transform: scale(1.05);
}
.i-sc-img {
    width: 120px;
    height: 160px;
    object-fit: cover;
    border-bottom: 1px solid #ddd;
}
.i-sc-body {
    padding-top: 10px;
}
.i-sc-title {
    font-size: 0.8em;
    text-align: center;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
}
.i-s .media-title{
    margin-left: -1em;
}
.i-l{
    margin-top: 1em;
}
footer{
    margin: 3em 0 2em 0;
}
.f-g{
    text-align: center;
    margin-bottom: 3em;
}
.f-f,.f-s{
    padding: 1em;
    border-radius: 1em;
    background-color: rgba(238, 238, 238, 0.5);
}
.f-c{
    color: #6c757d;
    font-size: 0.8em;
}
.bookinfo{
    margin-top: 2em;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    filter: blur(20px);
    background: #007acc;
}
.bookinfo > .col-4{
    padding: 0 5px 0 0;
}
.bookname{
    color: #007acc;
    font-size: 1.2em;
    line-height: normal;
}
.bookintro{
    color: #666;
    line-height:2em;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4; 
}
.list-title{
    color: #007acc;
    margin-top: 2em;
    font-size: 0.8em;
}
.booklist a{
    color: #666 !important;
}
.s-n{
    padding: 0.6em;
    background-color: rgba(238, 238, 238, 0.5);
}
#dookList {
    width: 100%;
}
#dookList a, #modalList a{
    color: #666 !important;
}
#dookList p{
    margin-bottom: 0em !important;
}
#dookList .list-group-item{
    border: 1px dotted rgba(0, 0, 0, .125);
    padding: 0.8em 0.8em;
}
#dookList h5, #modalList h5{
    font-size: 1em;
    color: #007acc;
}
.readtitle{
    font-size: 1.6em;
}
.size{
    color: #007acc;
    font-size: 1.2em;
}
#content{
    line-height: 2em;
    font-size: 1.2em;
    padding: 0 6px;
    position: relative;
}
#content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    filter: blur(4em);
    background: #007acc;
    z-index: -1; 
    pointer-events: none; 
}
.content{
    line-height: 2em;
}
.content > p {
    text-indent:2em;
}
.btn{
    border: 1px solid #007acc ;
    background-color: #007acc;
    color: #fff !important;
    border-radius:5px;
}
@font-face {
    font-family: 'iconfont';
    src: url('iconfont.woff2?t=1724919814433') format('woff2'),
         url('iconfont.woff?t=1724919814433') format('woff'),
         url('iconfont.ttf?t=1724919814433') format('truetype');
  }
.g-icon {
    display: block;
    font-family: "iconfont" !important;
    font-size: 2.2em;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
}
.s-icon {
    display: block;
    font-family: "iconfont" !important;
    font-size: 1.6em;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
}
.i-icon {
    font-family: "iconfont" !important;
    font-size: 1.2em;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
}