﻿.chaptitle
{
    padding: 10px 0 0 0;
    text-indent: 10px;
}

.chapterPage
{
    border: 1px solid #ddd;
    border-width: 1px 0 0 0;
    border-radius: 0px;
    background-color: #fff;
    padding: 3px;
    margin-top: 10px;
    max-height: 160px;
    overflow-y: auto;
    display: block;
    text-indent: 0;
}

    .chapterPage ul
    {
        font-size: 0;
        text-indent: 0;
        display: block;
    }

    .chapterPage li
    {
        min-width: 10%;
        margin: 0;
        text-align: center;
        background-color: #eee;
        border: 3px solid #fff;
        border-radius: 7px;
        line-height: 34px;
        height: 40px;
        box-sizing: border-box;
        font-size: 14px;
    }

        .chapterPage li a
        {
            display: block;
        }

        .chapterPage li.cur
        {
            background-color: var(--color-main);
            color: #fff;
            border-bottom: 3px solid #fff;
        }

            .chapterPage li.cur a
            {
                color: #fff;
            }

@media screen and (max-width:767px)
{
    .chaptitle
    {
        padding: 10px 0 0px 0;
    }

    .chapterPage
    {
        border-top: 0;
        margin-top: 0;
    }

        .chapterPage li
        {
            padding: 0;
        }

            .chapterPage li.cur
            {
                border-bottom: 3px solid #fff;
            }

    .bookbox .cover
    {
        background-color: rgba(0,0,0,0);
        position: relative;
        height: 180px !important;
        float: left;
        margin-right: 0px;
        margin-bottom: 0px;
        box-shadow:0 5px 15px rgba(0,0,0,0.5)
    }

        .bookbox .cover img
        {
            object-position: 50% 20%;
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    .bookinfo
    {
        padding-top: 15px !important;
    }

    .bookbox .title
    {
        padding-right: 0px;
    }

        .bookbox .title b
        {
            margin-right: 0;
        }

    .bookbox .data, .bookbox .shortinfo
    {
        padding-left: 0px;
    }

    .bookbox .desc
    {
        clear: both;
        padding-top: 10px;
        overflow: auto;
    }

    .bookbox .funbtn
    {
        margin-top: 0px;
    }
}

@media screen and (max-width:700px)
{
    .bookinfo
    {
        padding-top: 525px;
    }

    .bookbox .cover
    {
        height: 520px;
    }
}

@media screen and (max-width:660px)
{
    .bookinfo
    {
        padding-top: 425px;
    }

    .bookbox .cover
    {
        height: 420px;
    }
}

@media screen and (max-width:560px)
{
    .bookinfo
    {
        padding-top: 355px;
    }

    .bookbox .cover
    {
        height: 350px;
    }
}

@media screen and (max-width:420px)
{
    .bookbox .cover
    {
        height: 300px;
    }

    .bookinfo
    {
        padding-top: 315px;
    }
}

@media screen and (max-width:320px)
{
    .bookbox .cover
    {
        height: 220px;
    }

    .bookinfo
    {
        padding-top: 235px;
        padding: 10px !important;
    }

    .bookbox .title b
    {
        font-size: 20px;
        line-height: 24px;
    }

    .bookbox .cover
    {
        width: 120px !important;
        height: 160px !important;
        margin: 0 10px 5px 0;
    }

    .bookbox .desc
    {
        padding-top: 5px;
    }

    .chaptitle
    {
        padding-top: 10px;
    }
}
