.book-content-tab-content {
    margin-top: 10px;
    height: 500px;
    overflow: auto;
    border: 1px solid #ddd;
}

.book-content p {
    text-indent: 20px;
    line-height: 24px;
}

.book-page {
    margin-top: 20px;
}


/* 添加书签||笔记 */

.popover {
    z-index: 1;
}

.note,
.mark {
    background: transparent;
    padding: 0;
}

.btn-dis-mark,
.btn-handle-note {
    text-indent: 0;
    font-size: 18px;
    padding: 4px;
    position: relative;
    color: #2883d6;
    top: 2px;
}

.btn-add-notes {
    margin-top: 2px;
}

.add-note-box {
    padding: 5px;
    box-sizing: border-box;
}

.add-note-textarea {
    width: 100%;
    height: auto;
    color: brown;
    font-size: 12px;
}

.add-note-textarea[readonly] {
    border: 0;
    box-shadow: none;
    background: #eee !important;
}

.add-note-btn-box {
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    resize: none;
}

.select-active {
    background: cornsilk !important;
    color: #000 !important;
}

@media screen and (max-width:767px) {
    .book-content-aside {
        position: fixed;
        left: 0;
        top: 51px;
        background: #fff;
        z-index: 999;
        padding: 10px;
        box-sizing: border-box;
        transform: translateX(-100%);
        overflow-y: inherit;
        padding: 0;
        width: 70%;
        height: calc(100% - 51px);
    }
    .book-content-tab-content {
        height: calc(100% - 44px);
        border: none;
        padding-bottom: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .book-content-footer {
        height: 40px;
        min-height: 40px;
        line-height: 40px;
        overflow: hidden;
        z-index: 9;
    }
    .book-content-footer a {
        float: left;
        color: #fff;
        width: 33.333333%;
        text-align: center;
    }
    .book-setting-box {
        position: fixed;
        bottom: 40px;
        height: 130px;
        width: 100%;
        margin-left: -15px;
        background: #222;
    }
    .text-info {
        line-height: 20px;
        color: #fff;
        padding-left: 10px;
    }
    .book-setting-box>div {
        height: 40px;
        overflow: hidden;
    }
    .book-setting-box>div p {
        width: 25%;
        float: left;
        height: 100%;
    }
    .book-setting-box>div p span {
        display: block;
    }
    .bg-setting p span {
        width: 26px;
        border-radius: 50%;
        margin: 7px auto;
        height: 26px;
        border: 1px solid #666;
    }
    .bg-setting p:nth-of-type(1) span {
        background: #fffbe6;
    }
    .bg-setting p:nth-of-type(2) span {
        background: #fdffc6;
    }
    .bg-setting p:nth-of-type(3) span {
        background: #fffcf3;
    }
    .bg-setting p:nth-of-type(4) span {
        background: #272821;
    }
    .font-setting p span {
        width: 50%;
        text-align: center;
        line-height: 20px;
        border: 1px solid #ccc;
        height: 20px;
        margin: 10px auto;
    }
    .font-setting p .iconfont {
        color: #fff;
        font-weight: bolder;
    }
    .mobile-search-box .book-search {
        padding-top: 0;
    }
}

.popover-click {
    position: fixed;
    right: 0;
    top: 40%;
    height: auto;
    background: #fff;
    width: 30px;
    display: none;
}

.popover-click-content button {
    white-space: normal;
}


/* 上下章 */

.book-pagi p {
    line-height: 24px;
}

.search-active {
    background: #2883d6;
    color: #fff;
}

.btn-search-all {
    margin-top: 4px;
    margin-right: 2px;
}


/* 分享 */

.share-note-box {
    font-size: 12px;
    color: crimson;
    margin-left: 4px;
    line-height: 30px;
}

.share-note-box .iconfont {
    position: relative;
    top: 1px;
}

.book-box .container {
    padding-bottom: 30px;
}

.look-more-share {
    margin-top: 10px;
    padding-right: 10px;
}

.more-share-note-box {
    background: blanchedalmond;
    padding: 4px 10px;
    border-radius: 6px;
    margin-top: 2px;
}

.share-note-item {
    font-size: 13px;
    line-height: 18px;
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
}

.share-note-content {
    text-indent: 10px;
    color: #333;
}

.more-share-note-box .pagination {
    margin: 10px 0;
}