/*优化导航栏高度*/
.book-index.w3l-about-breadcrum{
    margin-top: 66px;
}
@media (max-width: 770px) {
    .book-index.w3l-about-breadcrum{
        margin-top: 46px;
    }
}
.blueimp-gallery>.close,
.blueimp-gallery>.title {
    display:block
}
.blueimp-gallery>.prev,
.blueimp-gallery>.next {
    display:block
}
@media (max-width: 770px) {
    .blueimp-gallery>.prev,
    .blueimp-gallery>.next {
        display:none
    }
}
#book-v-pills-tab{
    flex-direction: column !important;
}
@media (max-width: 960px) {
    #book-v-pills-tab{
        flex-direction: row !important;
    }
}
.book-item a img{
    max-height:210px;
}
a.left-catname{
    color: var(--title-color);
}
a.left-catname:hover{
    color: var(--theme-color);
}
.nav-pills .nav-link.active{
    background-color: var(--theme-color);
}
.swiper-button-next, .swiper-button-prev {
    margin-top: 50px;
}

/*搜索框*/
.form-search-input{
    /*padding:0.375rem 0;text-indent:0.5rem;*/
    font-size:15px;line-height:24px;
}
.form-search-clear{
    display:none;color: #3e72d0;pointer-events:auto;position:absolute;top:-4px;right:20px;font-size:20px;
}
.form-search-btn{
    /*color:#888;position:absolute;right:20px;*/
    position: absolute;
    right: -55px;
    background: #314b69;
    top: 2px;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px;
}
.form-search-btn:hover{
    cursor: pointer;
}
@media (max-width: 480px) {
    .form-search-clear{
        right:15px;
    }
    .form-search-btn{
        right:10px;
    }
}
